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

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: rebase Created 7 years, 6 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 6c283293f3cc2e946c4edf6eeb32ef715fa2bbe9..b5ec782a771e2e354384c59ba56a9dc42c3b37b3 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1421,10 +1421,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_schema.cc',
'browser/policy/policy_schema.h',
'browser/policy/policy_service.cc',
@@ -2358,6 +2354,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',
@@ -2970,6 +2967,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',
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698