diff options
-rw-r--r-- | base/base.gyp | 2 | ||||
-rw-r--r-- | breakpad/breakpad.gyp | 1 | ||||
-rw-r--r-- | build/temp_gyp/googleurl.gyp | 1 | ||||
-rw-r--r-- | build/temp_gyp/v8.gyp | 3 | ||||
-rw-r--r-- | google_update/google_update.gyp | 1 | ||||
-rw-r--r-- | media/media.gyp | 1 | ||||
-rw-r--r-- | net/net.gyp | 2 | ||||
-rw-r--r-- | printing/printing.gyp | 1 | ||||
-rw-r--r-- | sandbox/sandbox.gyp | 1 | ||||
-rw-r--r-- | sdch/sdch.gyp | 1 | ||||
-rw-r--r-- | skia/skia.gyp | 1 | ||||
-rw-r--r-- | testing/gtest.gyp | 1 | ||||
-rw-r--r-- | third_party/bzip2/bzip2.gyp | 1 | ||||
-rw-r--r-- | third_party/libjpeg/libjpeg.gyp | 1 | ||||
-rw-r--r-- | third_party/libpng/libpng.gyp | 1 | ||||
-rw-r--r-- | third_party/libxml/libxml.gyp | 1 | ||||
-rw-r--r-- | third_party/libxslt/libxslt.gyp | 1 | ||||
-rw-r--r-- | third_party/modp_b64/modp_b64.gyp | 1 | ||||
-rw-r--r-- | third_party/sqlite/sqlite.gyp | 1 | ||||
-rw-r--r-- | third_party/zlib/zlib.gyp | 1 | ||||
-rw-r--r-- | webkit/activex_shim/activex_shim.gyp | 1 | ||||
-rw-r--r-- | webkit/activex_shim_dll/activex_shim_dll.gyp | 1 | ||||
-rw-r--r-- | webkit/default_plugin/default_plugin.gyp | 1 |
23 files changed, 27 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp index 20f938b..cfd0b46 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -17,6 +17,7 @@ '../third_party/icu38/icu38.gyp:icui18n', '../third_party/icu38/icu38.gyp:icuuc', ], + 'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165', 'sources': [ '../build/build_config.h', 'third_party/dmg_fp/dmg_fp.h', @@ -379,6 +380,7 @@ { 'target_name': 'base_gfx', 'type': 'static_library', + 'msvs_guid': 'A508ADD3-CECE-4E0F-8448-2F5E454DF551', 'sources': [ 'gfx/gdi_util.cc', 'gfx/gdi_util.h', diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index f7021a1..b7f6f80 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -10,6 +10,7 @@ { 'target_name': 'breakpad_handler', 'type': 'static_library', + 'msvs_guid': 'B55CA863-B374-4BAF-95AC-539E4FA4C90C', 'sources': [ 'src/client/windows/crash_generation/client_info.cc', 'src/client/windows/crash_generation/client_info.h', diff --git a/build/temp_gyp/googleurl.gyp b/build/temp_gyp/googleurl.gyp index 4332e13..a5e0038 100644 --- a/build/temp_gyp/googleurl.gyp +++ b/build/temp_gyp/googleurl.gyp @@ -14,6 +14,7 @@ { 'target_name': 'googleurl', 'type': 'static_library', + 'msvs_guid': 'EF5E94AB-B646-4E5B-A058-52EF07B8351C', 'dependencies': [ '../../base/base.gyp:base', '../../third_party/icu38/icu38.gyp:icudata', diff --git a/build/temp_gyp/v8.gyp b/build/temp_gyp/v8.gyp index 3452ee9..cd2ae32 100644 --- a/build/temp_gyp/v8.gyp +++ b/build/temp_gyp/v8.gyp @@ -310,6 +310,7 @@ 'include_dirs': [ '../../v8/src', ], + 'msvs_guid': 'EC8B7909-62AF-470D-A75D-E1D89C837142', 'sources': [ '<@(base_source_files)', ], @@ -358,6 +359,7 @@ 'dependencies': [ 'v8_nosnapshot', ], + 'msvs_guid': '865575D0-37E2-405E-8CBA-5F6C485B5A26', 'sources': [ '../../v8/src/mksnapshot.cc', ], @@ -370,6 +372,7 @@ 'mksnapshot', 'v8_base', ], + 'msvs_guid': '21E22961-22BF-4493-BD3A-868F93DA5179', 'actions': [ { 'action_name': 'mksnapshot', diff --git a/google_update/google_update.gyp b/google_update/google_update.gyp index e2a8ddc..cfe1102 100644 --- a/google_update/google_update.gyp +++ b/google_update/google_update.gyp @@ -10,6 +10,7 @@ { 'target_name': 'google_update', 'type': 'static_library', + 'msvs_guid': '4052059A-D72B-4183-B5C2-9D1B099E9E35', 'sources': [ 'google_update_idl.idl', '<(INTERMEDIATE_DIR)/google_update_idl_i.c', diff --git a/media/media.gyp b/media/media.gyp index 0300d65..4a6b320 100644 --- a/media/media.gyp +++ b/media/media.gyp @@ -26,6 +26,7 @@ 'include_dirs': [ '..', ], + 'msvs_guid': '6AE76406-B03B-11DD-94B1-80B556D89593', 'sources': [ 'audio/linux/audio_manager_linux.cc', 'audio/mac/audio_manager_mac.cc', diff --git a/net/net.gyp b/net/net.gyp index f691128..4de38af 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -24,6 +24,7 @@ '../third_party/modp_b64/modp_b64.gyp:modp_b64', '../third_party/zlib/zlib.gyp:zlib', ], + 'msvs_guid': '326E9795-E760-410A-B69A-3F79DB3F5243', 'sources': [ 'base/address_list.cc', 'base/address_list.h', @@ -501,6 +502,7 @@ '../base/base.gyp:base', '../build/temp_gyp/googleurl.gyp:googleurl', ], + 'msvs_guid': '{E13045CD-7E1F-4A41-9B18-8D288B2E7B41}', 'sources': [ 'tools/tld_cleanup/tld_cleanup.cc', ], diff --git a/printing/printing.gyp b/printing/printing.gyp index 8760481..9643c94 100644 --- a/printing/printing.gyp +++ b/printing/printing.gyp @@ -16,6 +16,7 @@ 'dependencies': [ '../base/base.gyp:base', ], + 'msvs_guid': '9E5416B9-B91B-4029-93F4-102C1AD5CAF4', 'include_dirs': [ '..', ], diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp index 918779d..ff07643 100644 --- a/sandbox/sandbox.gyp +++ b/sandbox/sandbox.gyp @@ -16,6 +16,7 @@ '../testing/gtest.gyp:gtest', '../base/base.gyp:base', ], + 'msvs_guid': '881F6A97-D539-4C48-B401-DF04385B2343', 'sources': [ 'src/acl.cc', 'src/acl.h', diff --git a/sdch/sdch.gyp b/sdch/sdch.gyp index f44353b..d03e392 100644 --- a/sdch/sdch.gyp +++ b/sdch/sdch.gyp @@ -13,6 +13,7 @@ { 'target_name': 'sdch', 'type': 'static_library', + 'msvs_guid': 'F54ABC59-5C00-414A-A9BA-BAF26D1699F0', 'sources': [ 'open-vcdiff/src/addrcache.cc', 'open-vcdiff/src/adler32.c', diff --git a/skia/skia.gyp b/skia/skia.gyp index 6a36b94..62c818b 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -10,6 +10,7 @@ { 'target_name': 'skia', 'type': 'static_library', + 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', 'sources': [ 'precompiled.cc', #'animator/SkAnimate.h', diff --git a/testing/gtest.gyp b/testing/gtest.gyp index 1dad2b1..d3168df 100644 --- a/testing/gtest.gyp +++ b/testing/gtest.gyp @@ -13,6 +13,7 @@ { 'target_name': 'gtest', 'type': 'static_library', + 'msvs_guid': 'C8F6C172-56F2-4E76-B5FA-C3B423B31BE7', 'sources': [ 'gtest/include/gtest/internal/gtest-death-test-internal.h', 'gtest/include/gtest/internal/gtest-filepath.h', diff --git a/third_party/bzip2/bzip2.gyp b/third_party/bzip2/bzip2.gyp index 47963a0..2508bb5 100644 --- a/third_party/bzip2/bzip2.gyp +++ b/third_party/bzip2/bzip2.gyp @@ -11,6 +11,7 @@ 'target_name': 'bzip2', 'type': 'static_library', 'defines': ['BZ_NO_STDIO'], + 'msvs_guid': '2A70CBF0-847E-4E3A-B926-542A656DC7FE', 'sources': [ 'blocksort.c', 'bzlib.c', diff --git a/third_party/libjpeg/libjpeg.gyp b/third_party/libjpeg/libjpeg.gyp index ea7acd9..ea0a66a 100644 --- a/third_party/libjpeg/libjpeg.gyp +++ b/third_party/libjpeg/libjpeg.gyp @@ -10,6 +10,7 @@ { 'target_name': 'libjpeg', 'type': 'static_library', + 'msvs_guid': '{238CE175-76CE-4A25-A676-69D115885601}', 'sources': [ 'jcapimin.c', 'jcapistd.c', diff --git a/third_party/libpng/libpng.gyp b/third_party/libpng/libpng.gyp index dc0cf84..83bb907 100644 --- a/third_party/libpng/libpng.gyp +++ b/third_party/libpng/libpng.gyp @@ -17,6 +17,7 @@ 'CHROME_PNG_WRITE_SUPPORT', 'PNG_USER_CONFIG', ], + 'msvs_guid': 'C564F145-9172-42C3-BFCB-6014CA97DBCD', 'sources': [ 'png.c', 'png.h', diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp index 636da8b..b9cc411 100644 --- a/third_party/libxml/libxml.gyp +++ b/third_party/libxml/libxml.gyp @@ -17,6 +17,7 @@ { 'target_name': 'libxml', 'type': 'static_library', + 'msvs_guid': 'F9810DE8-CBC3-4605-A7B1-ECA2D5292FD7', 'sources': [ 'include/libxml/c14n.h', 'include/libxml/catalog.h', diff --git a/third_party/libxslt/libxslt.gyp b/third_party/libxslt/libxslt.gyp index f2ed3c4..91ec667 100644 --- a/third_party/libxslt/libxslt.gyp +++ b/third_party/libxslt/libxslt.gyp @@ -17,6 +17,7 @@ { 'target_name': 'libxslt', 'type': 'static_library', + 'msvs_guid': 'F9810DE8-CBC3-4605-A7B1-ECA2D5292FD7', 'sources': [ 'libxslt/attributes.c', 'libxslt/attributes.h', diff --git a/third_party/modp_b64/modp_b64.gyp b/third_party/modp_b64/modp_b64.gyp index 7801b5a..6b4b75c 100644 --- a/third_party/modp_b64/modp_b64.gyp +++ b/third_party/modp_b64/modp_b64.gyp @@ -10,6 +10,7 @@ { 'target_name': 'modp_b64', 'type': 'static_library', + 'msvs_guid': '7100F41F-868D-4E99-80A2-AF8E6574749D', 'sources': [ 'modp_b64.cc', 'modp_b64.h', diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp index 7547f66..bf5ba4d 100644 --- a/third_party/sqlite/sqlite.gyp +++ b/third_party/sqlite/sqlite.gyp @@ -11,6 +11,7 @@ 'target_name': 'sqlite', 'product_name': 'sqlite3', 'type': 'static_library', + 'msvs_guid': '6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9', 'sources': [ # This list contains all .h, .c, and .cc files in the directories # ext, preprocessed, and src, with the exception of src/shell* and diff --git a/third_party/zlib/zlib.gyp b/third_party/zlib/zlib.gyp index 85642d8..f59bd46 100644 --- a/third_party/zlib/zlib.gyp +++ b/third_party/zlib/zlib.gyp @@ -10,6 +10,7 @@ { 'target_name': 'zlib', 'type': 'static_library', + 'msvs_guid': '8423AF0D-4B88-4EBF-94E1-E4D00D00E21C', 'sources': [ 'contrib/minizip/ioapi.c', 'contrib/minizip/ioapi.h', diff --git a/webkit/activex_shim/activex_shim.gyp b/webkit/activex_shim/activex_shim.gyp index 9565b1d..69b20e6 100644 --- a/webkit/activex_shim/activex_shim.gyp +++ b/webkit/activex_shim/activex_shim.gyp @@ -13,6 +13,7 @@ { 'target_name': 'activex_shim', 'type': 'static_library', + 'msvs_guid': 'F4F4BCAA-EA59-445C-A119-3E6C29647A51', 'dependencies': [ '../../base/base.gyp:base', '../../third_party/npapi/npapi.gyp:npapi', diff --git a/webkit/activex_shim_dll/activex_shim_dll.gyp b/webkit/activex_shim_dll/activex_shim_dll.gyp index 263f0f4..2a6731d 100644 --- a/webkit/activex_shim_dll/activex_shim_dll.gyp +++ b/webkit/activex_shim_dll/activex_shim_dll.gyp @@ -18,6 +18,7 @@ '../../third_party/npapi/npapi.gyp:npapi', '../activex_shim/activex_shim.gyp:activex_shim', ], + 'msvs_guid': '494E414B-1655-48CE-996D-6413ECFB7829', 'sources': [ 'activex_shim_dll.cc', 'activex_shim_dll.def', diff --git a/webkit/default_plugin/default_plugin.gyp b/webkit/default_plugin/default_plugin.gyp index ba37b61..926623c 100644 --- a/webkit/default_plugin/default_plugin.gyp +++ b/webkit/default_plugin/default_plugin.gyp @@ -27,6 +27,7 @@ # TODO(bradnelson): this should fall out of the dependencies. '<(SHARED_INTERMEDIATE_DIR)/webkit', ], + 'msvs_guid': '5916D37D-8C97-424F-A904-74E52594C2D6', 'sources': [ 'activex_installer.cc', 'activex_installer.h', |