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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « win8/util/win8_util.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'includes': [ 8 'includes': [
9 '../build/win_precompile.gypi', 9 '../build/win_precompile.gypi',
10 ], 10 ],
(...skipping 17 matching lines...) Expand all
28 '<(output_path)' 28 '<(output_path)'
29 ], 29 ],
30 'action': ['python', 30 'action': ['python',
31 '<(check_sdk_script)', 31 '<(check_sdk_script)',
32 '<(windows_sdk_path)', 32 '<(windows_sdk_path)',
33 '<(output_path)', 33 '<(output_path)',
34 ], 34 ],
35 }, 35 },
36 ], 36 ],
37 }, 37 },
38 {
39 'target_name': 'win8_util',
40 'type': 'static_library',
41 'dependencies': [
42 '../base/base.gyp:base',
43 ],
44 'sources': [
45 'util/win8_util.cc',
46 'util/win8_util.h',
47 ],
48 },
38 ], 49 ],
39 } 50 }
OLDNEW
« 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