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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 14617003: Make chrome.exe rendezvous with existing chrome process earlier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add profile dir to whitelist 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_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index e66ce49df0953ebeba42ed0403692299460d3aee..29e01372ae2781fa27296e9a48e06afab1fde1a8 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -26,6 +26,7 @@
'common',
'common_net',
'in_memory_url_index_cache_proto',
+ 'metro_utils',
'safe_browsing_proto',
'safe_browsing_report_proto',
'feedback_proto',
@@ -1209,8 +1210,6 @@
'browser/ui/login/login_model.h',
'browser/ui/login/login_prompt.cc',
'browser/ui/login/login_prompt.h',
- 'browser/ui/metro_chrome_win.cc',
- 'browser/ui/metro_chrome_win.h',
'browser/ui/metro_pin_tab_helper_win.cc',
'browser/ui/metro_pin_tab_helper_win.h',
'browser/ui/native_focus_tracker.h',
@@ -2930,5 +2929,19 @@
}],
],
},
+ {
+ 'target_name': 'metro_utils',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'installer_util',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'browser/ui/metro_chrome_win.cc',
+ 'browser/ui/metro_chrome_win.h',
+ ],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698