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

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: 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/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..42c9acb094b929429620ae0387de44a3860d83b3
--- /dev/null
+++ b/chrome/browser/metro_utils/metro_utils.gypi
@@ -0,0 +1,19 @@
+{
Mark Mentovai 2013/05/15 13:37:06 New files should get the boilerplate garbage.
koz (OOO until 15th September) 2013/05/17 00:12:42 Done.
+ 'targets': [
+ {
+ 'target_name': 'metro_utils',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'installer_util',
+ '<(DEPTH)/base/base.gyp:base',
+ ],
+ 'include_dirs': [
+ '<(DEPTH)',
+ ],
+ 'sources': [
+ 'metro_chrome_win.cc',
+ 'metro_chrome_win.h',
+ ],
+ },
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698