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

Side by Side Diff: chrome/chrome_browser.gypi

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 | « chrome/browser/ui/views/task_manager_view.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | 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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2821 matching lines...) Expand 10 before | Expand all | Expand 10 after
2832 'include_dirs': [ 2832 'include_dirs': [
2833 '<(DEPTH)/third_party/wtl/include', 2833 '<(DEPTH)/third_party/wtl/include',
2834 ], 2834 ],
2835 'dependencies': [ 2835 'dependencies': [
2836 'installer_util_strings', 2836 'installer_util_strings',
2837 '../google_update/google_update.gyp:google_update', 2837 '../google_update/google_update.gyp:google_update',
2838 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 2838 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
2839 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 2839 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
2840 '../ui/views/controls/webview/webview.gyp:webview', 2840 '../ui/views/controls/webview/webview.gyp:webview',
2841 '../ui/views/views.gyp:views', 2841 '../ui/views/views.gyp:views',
2842 '../win8/win8.gyp:win8_util',
2842 ], 2843 ],
2843 'export_dependent_settings': [ 2844 'export_dependent_settings': [
2844 '../ui/views/controls/webview/webview.gyp:webview', 2845 '../ui/views/controls/webview/webview.gyp:webview',
2845 '../ui/views/views.gyp:views', 2846 '../ui/views/views.gyp:views',
2846 ], 2847 ],
2847 'sources': [ 2848 'sources': [
2848 # Using built-in rule in vstudio for midl. 2849 # Using built-in rule in vstudio for midl.
2849 'browser/history/history_indexer.idl', 2850 'browser/history/history_indexer.idl',
2850 ], 2851 ],
2851 'sources!': [ 2852 'sources!': [
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
3123 'proto_in_dir': '../third_party/cros_system_api/dbus', 3124 'proto_in_dir': '../third_party/cros_system_api/dbus',
3124 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3125 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3125 }, 3126 },
3126 'includes': ['../build/protoc.gypi'], 3127 'includes': ['../build/protoc.gypi'],
3127 }, 3128 },
3128 ], 3129 ],
3129 }, 3130 },
3130 ], 3131 ],
3131 ], 3132 ],
3132 } 3133 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/task_manager_view.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698