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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 196063002: Move wm/core to wm namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
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 2794 matching lines...) Expand 10 before | Expand all | Expand 10 after
2805 'FULL_SAFE_BROWSING', 2805 'FULL_SAFE_BROWSING',
2806 ], 2806 ],
2807 }, { # safe_browsing==0 || safe_browsing==2 2807 }, { # safe_browsing==0 || safe_browsing==2
2808 'dependencies!': [ 2808 'dependencies!': [
2809 'safe_browsing_proto', 2809 'safe_browsing_proto',
2810 'safe_browsing_report_proto', 2810 'safe_browsing_report_proto',
2811 ], 2811 ],
2812 }], 2812 }],
2813 ['toolkit_views == 1', { 2813 ['toolkit_views == 1', {
2814 'dependencies': [ 2814 'dependencies': [
2815 '../ui/wm/wm.gyp:wm_public', 2815 '../ui/wm/wm.gyp:wm_core',
2816 ], 2816 ],
2817 'sources!': [ 2817 'sources!': [
2818 'browser/ui/profile_reset_bubble_stub.cc', 2818 'browser/ui/profile_reset_bubble_stub.cc',
2819 ], 2819 ],
2820 }, { # toolkit_views == 0 2820 }, { # toolkit_views == 0
2821 'sources!': [ 2821 'sources!': [
2822 'browser/ui/tabs/tab_strip_layout_type.h', 2822 'browser/ui/tabs/tab_strip_layout_type.h',
2823 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', 2823 'browser/ui/tabs/tab_strip_layout_type_prefs.cc',
2824 'browser/ui/tabs/tab_strip_layout_type_prefs.h', 2824 'browser/ui/tabs/tab_strip_layout_type_prefs.h',
2825 ], 2825 ],
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
3424 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3424 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3425 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3425 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3426 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3426 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3427 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3427 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3428 ], 3428 ],
3429 }], 3429 }],
3430 ], 3430 ],
3431 }, 3431 },
3432 ], 3432 ],
3433 } 3433 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/web_contents_modal_dialog_manager_views.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698