diff options
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', |