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

Unified Diff: win8/win8.gyp

Issue 11411286: Decouple IsMetroProcess() calls, introducing IsSingleWindowMetroMode(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: keep base/win/metro.h in omnibox_view_win.cc for IsTSFAwareRequired() Created 8 years 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 | « win8/util/win8_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/win8.gyp
diff --git a/win8/win8.gyp b/win8/win8.gyp
index 2cacb4257dbc4c1fbdc16d6ea73b20c349593d3c..a1595882b5dd594749ba324f46319bd063d4ac43 100644
--- a/win8/win8.gyp
+++ b/win8/win8.gyp
@@ -35,5 +35,16 @@
},
],
},
+ {
+ 'target_name': 'win8_util',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ ],
+ 'sources': [
+ 'util/win8_util.cc',
+ 'util/win8_util.h',
+ ],
+ },
],
}
« no previous file with comments | « win8/util/win8_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698