Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: win8/metro_driver/metro_driver.gyp

Issue 23258005: Give SxS distribution its own registration GUIDs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move typedef Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: win8/metro_driver/metro_driver.gyp
diff --git a/win8/metro_driver/metro_driver.gyp b/win8/metro_driver/metro_driver.gyp
index 483d7d9cdf7942c8e9300716fce9790b20ddc10c..c4797fb5822d2f7d8339b3005b702870b5503ce0 100644
--- a/win8/metro_driver/metro_driver.gyp
+++ b/win8/metro_driver/metro_driver.gyp
@@ -53,6 +53,7 @@
'dependencies': [
'../../base/base.gyp:base',
'../../chrome/common_constants.gyp:common_constants',
+ '../../chrome/chrome.gyp:installer_util',
'../../crypto/crypto.gyp:crypto',
'../../google_update/google_update.gyp:google_update',
'../../ipc/ipc.gyp:ipc',
@@ -89,8 +90,6 @@
'chrome_app_view.h',
'chrome_url_launch_handler.cc',
'chrome_url_launch_handler.h',
- '../delegate_execute/chrome_util.cc',
- '../delegate_execute/chrome_util.h',
'devices_handler.cc',
'devices_handler.h',
'file_picker.cc',
@@ -128,6 +127,7 @@
'type': 'executable',
'dependencies': [
'../../base/base.gyp:base',
+ '../../chrome/chrome.gyp:installer_util',
'../../testing/gtest.gyp:gtest',
'metro_driver',
],

Powered by Google App Engine
This is Rietveld 408576698