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

Unified Diff: chrome/browser/metro_utils/metro_utils.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, 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/browser/metro_utils/metro_utils.gypi
diff --git a/chrome/browser/metro_utils/metro_utils.gypi b/chrome/browser/metro_utils/metro_utils.gypi
new file mode 100755
index 0000000000000000000000000000000000000000..bb6d73bb3026140bba912bfb46436f0bb499f9d3
--- /dev/null
+++ b/chrome/browser/metro_utils/metro_utils.gypi
@@ -0,0 +1,18 @@
+{
+ 'targets': [
+ {
+ 'target_name': 'metro_utils',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'installer_util',
grt (UTC plus 2) 2013/05/14 13:49:32 this also needs base
koz (OOO until 15th September) 2013/05/15 03:31:36 Done.
+ ],
+ 'include_dirs': [
+ '<(DEPTH)',
+ ],
+ 'sources': [
+ 'metro_chrome_win.cc',
+ 'metro_chrome_win.h',
+ ],
+ },
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698