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

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: Created 7 years, 8 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 a228b9f581c52f9d594b24bd35dbaff7012bc990..317bcfeb72b83176cf43d51feafb2b34a8807517 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2759,6 +2759,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',
@@ -3056,5 +3057,25 @@
],
},
],
+ ['OS=="win"', {
+ 'targets': [
+ {
+ 'target_name': 'chrome_process_finder',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ '../net/net.gyp:net',
+ '<(DEPTH)/chrome/chrome.gyp:metro_utils',
+ ],
+ 'sources': [
+ 'browser/chrome_process_finder_win.cc',
grt (UTC plus 2) 2013/04/30 14:54:23 chrome_process_finder_win.cc includes chrome/commo
koz (OOO until 15th September) 2013/05/09 01:47:42 Done.
+ 'browser/chrome_process_finder_win.h',
+ ],
+ },
+ ],
+ },
+ ],
],
}

Powered by Google App Engine
This is Rietveld 408576698