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

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 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 d2ad6920871d0984008e67efa66c81f0744b5f2e..69a121068ea9ae99fb34c434cef406bc6c4d5853 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1373,10 +1373,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',
@@ -2287,6 +2283,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',
@@ -2902,6 +2899,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',
@@ -3198,5 +3196,11 @@
],
},
],
+ ['OS=="win"', {
+ 'includes': [
+ 'chrome_process_finder.gypi',
grt (UTC plus 2) 2013/05/17 03:30:58 since the target defined in chrome_process_finder.
koz (OOO until 15th September) 2013/05/21 00:38:16 Done.
+ ],
+ },
+ ],
],
}

Powered by Google App Engine
This is Rietveld 408576698