diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-22 22:14:44 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-22 22:14:44 +0000 |
commit | e0c2361c58555a41b300a5a1f8528afec16657fc (patch) | |
tree | 362c30338f2cf4976a0ce123318a7f0abd92131a /content | |
parent | 65dc7225e82bb19943d59cebc53c22bcc11c7ab9 (diff) | |
download | chromium_src-e0c2361c58555a41b300a5a1f8528afec16657fc.zip chromium_src-e0c2361c58555a41b300a5a1f8528afec16657fc.tar.gz chromium_src-e0c2361c58555a41b300a5a1f8528afec16657fc.tar.bz2 |
Remove msvs_guid from chrome_frame/, cloud_print/, content/
courgette/, and google_update/.
BUG=28727
Review URL: http://codereview.chromium.org/7191021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90119 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/content_browser.gypi | 3 | ||||
-rw-r--r-- | content/content_gpu.gypi | 1 | ||||
-rw-r--r-- | content/content_plugin.gypi | 1 | ||||
-rw-r--r-- | content/content_renderer.gypi | 1 | ||||
-rw-r--r-- | content/content_worker.gypi | 1 |
5 files changed, 0 insertions, 7 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi index b090e39..0d8566f 100644 --- a/content/content_browser.gypi +++ b/content/content_browser.gypi @@ -419,9 +419,6 @@ 'browser/renderer_host/p2p/socket_dispatcher_host.h', ], }], - ['OS=="win"', { - 'msvs_guid': '639DB58D-32C2-435A-A711-65A12F62E442', - }], ['toolkit_uses_gtk == 1', { 'dependencies': [ '../build/linux/system.gyp:dbus-glib', diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi index b5f9dfc..15fa0c8 100644 --- a/content/content_gpu.gypi +++ b/content/content_gpu.gypi @@ -10,7 +10,6 @@ { 'target_name': 'content_gpu', 'type': 'static_library', - 'msvs_guid': 'F10F1ECD-D84D-4C33-8468-9DDFE19F4D8A', 'dependencies': [ 'content_common', '../base/base.gyp:base', diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi index 7b533b5..aff2d82 100644 --- a/content/content_plugin.gypi +++ b/content/content_plugin.gypi @@ -7,7 +7,6 @@ { 'target_name': 'content_plugin', 'type': 'static_library', - 'msvs_guid': '20A560A0-2CD0-4D9E-A58B-1F24B99C087A', 'dependencies': [ 'content_common', '../skia/skia.gyp:skia', diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi index 502db05..b2eddc6 100644 --- a/content/content_renderer.gypi +++ b/content/content_renderer.gypi @@ -6,7 +6,6 @@ 'targets': [ { 'target_name': 'content_renderer', - 'msvs_guid': '9AAA8CF2-9B3D-4895-8CB9-D70BBD125EAD', 'type': 'static_library', 'dependencies': [ 'content_common', diff --git a/content/content_worker.gypi b/content/content_worker.gypi index 0e04832..be1a0ee 100644 --- a/content/content_worker.gypi +++ b/content/content_worker.gypi @@ -7,7 +7,6 @@ { 'target_name': 'content_worker', 'type': 'static_library', - 'msvs_guid': 'C78D02D0-A366-4EC6-A248-AA8E64C4BA18', 'dependencies': [ 'content_common', '../base/base.gyp:base', |