diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/temp_gyp/googleurl.gyp | 1 | ||||
-rw-r--r-- | build/temp_gyp/v8.gyp | 3 |
2 files changed, 4 insertions, 0 deletions
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', |