0

Remove msvs_guids from app, base, breakpad and build.

BUG=28727

Review URL: http://codereview.chromium.org/7108053

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88871 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
tony@chromium.org
2011-06-13 19:20:49 +00:00
parent bae35812af
commit aa804bcc8d
8 changed files with 0 additions and 14 deletions

@ -13,7 +13,6 @@
{
'target_name': 'app_unittests',
'type': 'executable',
'msvs_guid': 'B4D59AE8-8D2F-97E1-A8E9-6D2826729530',
'dependencies': [
'app_base',
'app_resources',
@ -81,7 +80,6 @@
{
'target_name': 'app_resources',
'type': 'none',
'msvs_guid': '3FBC4235-3FBD-46DF-AEDC-BADBBA13A095',
'variables': {
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/app/app_resources',
},

@ -7,7 +7,6 @@
{
'target_name': 'app_base',
'type': 'static_library',
'msvs_guid': '4631946D-7D5F-44BD-A5A8-504C0A7033BE',
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_static',

@ -11,7 +11,6 @@
{
'target_name': 'allocator',
'type': 'static_library',
'msvs_guid': 'C564F145-9172-42C3-BFCB-60FDEA124321',
'include_dirs': [
'.',
'<(tcmalloc_dir)/src/base',
@ -392,7 +391,6 @@
'<(tcmalloc_dir)/src',
'../..',
],
'msvs_guid': 'E99DA267-BE90-4F45-1294-6919DB2C9999',
'sources': [
'unittest_utils.cc',
'allocator_unittests.cc',

@ -13,7 +13,6 @@
{
'target_name': 'base_i18n',
'type': 'static_library',
'msvs_guid': '968F3222-9798-4D21-BE08-15ECB5EF2994',
'dependencies': [
'base',
'../third_party/icu/icu.gyp:icui18n',
@ -101,7 +100,6 @@
{
'target_name': 'base_unittests',
'type': 'executable',
'msvs_guid': '27A30967-4BBA-48D1-8522-CDE95F7B1CEC',
'sources': [
# Infrastructure files.
'test/run_all_unittests.cc',

@ -429,7 +429,6 @@
{
'target_name': 'base',
'type': '<(component)',
'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165',
'variables': {
'base_target': 1,
},
@ -600,7 +599,6 @@
{
'target_name': 'base_nacl_win64',
'type': 'static_library',
'msvs_guid': 'CEE1F794-DC70-4FED-B7C4-4C12986672FE',
'variables': {
'base_target': 1,
},

@ -7,7 +7,6 @@
{
'target_name': 'dynamic_annotations',
'type': 'static_library',
'msvs_guid': 'EF3AD1A1-5FA6-4B70-9CCC-F5AE4C6D0892',
'include_dirs': [
'../../../',
],
@ -23,7 +22,6 @@
{
'target_name': 'dynamic_annotations_win64',
'type': 'static_library',
'msvs_guid': 'E8055455-0065-427B-9461-34A16FAD1973',
# We can't use dynamic_annotations target for win64 build since it is
# a 32-bit library.
# TODO(gregoryd): merge with dynamic_annotations when

@ -27,7 +27,6 @@
{
'target_name': 'breakpad_sender',
'type': 'static_library',
'msvs_guid': '9946A048-043B-4F8F-9E07-9297B204714C',
'variables': {
'breakpad_sender_target': 1,
},
@ -42,7 +41,6 @@
{
'target_name': 'breakpad_sender_win64',
'type': 'static_library',
'msvs_guid': '237AEB58-9D74-41EF-9D49-A6ECE24EA8BC',
'variables': {
'breakpad_sender_target': 1,
},

@ -11,7 +11,6 @@
{
'target_name': 'googleurl',
'type': '<(component)',
'msvs_guid': 'EF5E94AB-B646-4E5B-A058-52EF07B8351C',
'dependencies': [
'../../base/base.gyp:base',
'../../third_party/icu/icu.gyp:icudata',