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

Unified Diff: chrome/chrome_browser.gypi

Issue 14617003: Make chrome.exe rendezvous with existing chrome process earlier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: respond to comments / rebase Created 7 years, 7 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 9b790afd8ce5e2dc8dba580aaf53685572c5e93b..c773c664687e47f526de870a6cbf7c54012db50f 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1369,10 +1369,6 @@
'browser/policy/policy_loader_win.h',
'browser/policy/policy_map.cc',
'browser/policy/policy_map.h',
- 'browser/policy/policy_path_parser.h',
- 'browser/policy/policy_path_parser_linux.cc',
- 'browser/policy/policy_path_parser_mac.mm',
- 'browser/policy/policy_path_parser_win.cc',
'browser/policy/policy_service.cc',
'browser/policy/policy_service.h',
'browser/policy/policy_service_impl.cc',
@@ -2266,6 +2262,7 @@
'common/extensions/api/api.gyp:api',
'debugger',
'installer_util',
+ 'policy_path_parser',
'sync_file_system_proto',
'../cc/cc.gyp:cc',
'../components/components.gyp:autofill_browser',
@@ -2881,6 +2878,7 @@
'<(DEPTH)/third_party/wtl/include',
],
'dependencies': [
+ 'chrome_process_finder',
'installer_util_strings',
'../google_update/google_update.gyp:google_update',
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
@@ -3177,5 +3175,11 @@
],
},
],
+ ['OS=="win"', {
+ 'includes': [
+ 'chrome_process_finder.gypi',
+ ],
+ },
+ ],
],
}

Powered by Google App Engine
This is Rietveld 408576698