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

Unified Diff: chrome/chrome_process_finder.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_exe.gypi ('k') | chrome/metro_utils.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_process_finder.gypi
diff --git a/components/auto_login_parser.gypi b/chrome/chrome_process_finder.gypi
similarity index 57%
copy from components/auto_login_parser.gypi
copy to chrome/chrome_process_finder.gypi
index 1dae9360602b63d0a022edc71a107dc56e12587a..0193b3baf1b8f62e8d89f53f67fcf0e15c559065 100644
--- a/components/auto_login_parser.gypi
+++ b/chrome/chrome_process_finder.gypi
@@ -5,18 +5,20 @@
{
'targets': [
{
- 'target_name': 'auto_login_parser',
+ 'target_name': 'chrome_process_finder',
'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../net/net.gyp:net',
- ],
'include_dirs': [
'..',
],
+ 'dependencies': [
+ 'policy_path_parser',
+ '../base/base.gyp:base',
+ '../chrome/chrome.gyp:metro_utils',
+ '../chrome/common_constants.gyp:common_constants',
+ ],
'sources': [
- 'auto_login_parser/auto_login_parser.cc',
- 'auto_login_parser/auto_login_parser.h',
+ 'browser/chrome_process_finder_win.cc',
+ 'browser/chrome_process_finder_win.h',
],
},
],
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/metro_utils.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698