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

Side by Side Diff: chrome/chrome_browser_ui.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/chrome_browser.gypi ('k') | content/browser/DEPS » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2636 matching lines...) Expand 10 before | Expand all | Expand 10 after
2647 ], 2647 ],
2648 'dependencies': [ 2648 'dependencies': [
2649 'installer_util_strings', 2649 'installer_util_strings',
2650 'launcher_support', 2650 'launcher_support',
2651 '../google_update/google_update.gyp:google_update', 2651 '../google_update/google_update.gyp:google_update',
2652 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 2652 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
2653 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 2653 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
2654 '../ui/app_list/app_list.gyp:app_list', 2654 '../ui/app_list/app_list.gyp:app_list',
2655 '../ui/views/controls/webview/webview.gyp:webview', 2655 '../ui/views/controls/webview/webview.gyp:webview',
2656 '../ui/views/views.gyp:views', 2656 '../ui/views/views.gyp:views',
2657 '../win8/win8.gyp:win8_util',
2657 ], 2658 ],
2658 'export_dependent_settings': [ 2659 'export_dependent_settings': [
2659 '../ui/views/controls/webview/webview.gyp:webview', 2660 '../ui/views/controls/webview/webview.gyp:webview',
2660 '../ui/views/views.gyp:views', 2661 '../ui/views/views.gyp:views',
2661 ], 2662 ],
2662 'sources': [ 2663 'sources': [
2663 'browser/ui/views/network_profile_bubble_view.cc', 2664 'browser/ui/views/network_profile_bubble_view.cc',
2664 'browser/ui/views/network_profile_bubble_view.h', 2665 'browser/ui/views/network_profile_bubble_view.h',
2665 'browser/ui/webui/conflicts_ui.cc', 2666 'browser/ui/webui/conflicts_ui.cc',
2666 'browser/ui/webui/conflicts_ui.h', 2667 'browser/ui/webui/conflicts_ui.h',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
2766 }, { # else: enable_app_list==0 2767 }, { # else: enable_app_list==0
2767 'sources/': [ 2768 'sources/': [
2768 ['exclude', '^browser/ui/views/app_list/'], 2769 ['exclude', '^browser/ui/views/app_list/'],
2769 ['exclude', '^browser/ui/app_list/'], 2770 ['exclude', '^browser/ui/app_list/'],
2770 ] 2771 ]
2771 }], 2772 }],
2772 ], 2773 ],
2773 }, 2774 },
2774 ], 2775 ],
2775 } 2776 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698