diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-13 19:20:49 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-13 19:20:49 +0000 |
commit | aa804bcc8d17a8c6cee5824f7a1284d7ace93ed4 (patch) | |
tree | 2c542131f8face17d1bf1373327b1f40fac047b4 | |
parent | bae35812af03db00e663a26bea49af2477b8a688 (diff) | |
download | chromium_src-aa804bcc8d17a8c6cee5824f7a1284d7ace93ed4.zip chromium_src-aa804bcc8d17a8c6cee5824f7a1284d7ace93ed4.tar.gz chromium_src-aa804bcc8d17a8c6cee5824f7a1284d7ace93ed4.tar.bz2 |
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
-rw-r--r-- | app/app.gyp | 2 | ||||
-rw-r--r-- | app/app_base.gypi | 1 | ||||
-rw-r--r-- | base/allocator/allocator.gyp | 2 | ||||
-rw-r--r-- | base/base.gyp | 2 | ||||
-rw-r--r-- | base/base.gypi | 2 | ||||
-rw-r--r-- | base/third_party/dynamic_annotations/dynamic_annotations.gyp | 2 | ||||
-rw-r--r-- | breakpad/breakpad_sender.gypi | 2 | ||||
-rw-r--r-- | build/temp_gyp/googleurl.gyp | 1 |
8 files changed, 0 insertions, 14 deletions
diff --git a/app/app.gyp b/app/app.gyp index 7fa6557..048aa3b 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -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', }, diff --git a/app/app_base.gypi b/app/app_base.gypi index c8cc64e..2a918a4 100644 --- a/app/app_base.gypi +++ b/app/app_base.gypi @@ -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', diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp index ce1e04e..cfa7f92d 100644 --- a/base/allocator/allocator.gyp +++ b/base/allocator/allocator.gyp @@ -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', diff --git a/base/base.gyp b/base/base.gyp index 21befe4..f8356d7 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -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', diff --git a/base/base.gypi b/base/base.gypi index 49e931a..f8a40eb 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -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, }, diff --git a/base/third_party/dynamic_annotations/dynamic_annotations.gyp b/base/third_party/dynamic_annotations/dynamic_annotations.gyp index 18796e1..47334d8 100644 --- a/base/third_party/dynamic_annotations/dynamic_annotations.gyp +++ b/base/third_party/dynamic_annotations/dynamic_annotations.gyp @@ -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 diff --git a/breakpad/breakpad_sender.gypi b/breakpad/breakpad_sender.gypi index b50bddc..45b2195 100644 --- a/breakpad/breakpad_sender.gypi +++ b/breakpad/breakpad_sender.gypi @@ -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, }, diff --git a/build/temp_gyp/googleurl.gyp b/build/temp_gyp/googleurl.gyp index 682dd8e..88922dc 100644 --- a/build/temp_gyp/googleurl.gyp +++ b/build/temp_gyp/googleurl.gyp @@ -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', |