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

Unified Diff: chrome/chrome_exe.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_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index ef1a01b8fd5fa8f1a54416c72535c11b4a7f68ed..8d021ad5ce9f6198d3a65aad8f7ffeaacd01bef6 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -462,12 +462,14 @@
'dependencies': [
'chrome_dll',
'chrome_nacl_win64',
+ 'chrome_process_finder',
'chrome_version_resources',
'installer_util',
'image_pre_reader',
'../base/base.gyp:base',
'../breakpad/breakpad.gyp:breakpad_handler',
'../breakpad/breakpad.gyp:breakpad_sender',
+ '../net/net.gyp:net',
'../sandbox/sandbox.gyp:sandbox',
'app/policy/cloud_policy_codegen.gyp:policy',
],

Powered by Google App Engine
This is Rietveld 408576698