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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 237873003: Rename wm_core_export.h to wm_export.h and the wm_core target to just wm (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 8 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
« no previous file with comments | « ash/ash.gyp ('k') | chrome/chrome_tests_unit.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 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 2525 matching lines...) Expand 10 before | Expand all | Expand 10 after
2536 'FULL_SAFE_BROWSING', 2536 'FULL_SAFE_BROWSING',
2537 ], 2537 ],
2538 }, { # safe_browsing==0 || safe_browsing==2 2538 }, { # safe_browsing==0 || safe_browsing==2
2539 'dependencies!': [ 2539 'dependencies!': [
2540 'safe_browsing_proto', 2540 'safe_browsing_proto',
2541 'safe_browsing_report_proto', 2541 'safe_browsing_report_proto',
2542 ], 2542 ],
2543 }], 2543 }],
2544 ['toolkit_views == 1', { 2544 ['toolkit_views == 1', {
2545 'dependencies': [ 2545 'dependencies': [
2546 '../ui/wm/wm.gyp:wm_core', 2546 '../ui/wm/wm.gyp:wm',
2547 ], 2547 ],
2548 'sources!': [ 2548 'sources!': [
2549 'browser/ui/profile_reset_bubble_stub.cc', 2549 'browser/ui/profile_reset_bubble_stub.cc',
2550 ], 2550 ],
2551 }, { # toolkit_views == 0 2551 }, { # toolkit_views == 0
2552 'sources!': [ 2552 'sources!': [
2553 'browser/ui/tabs/tab_strip_layout_type.h', 2553 'browser/ui/tabs/tab_strip_layout_type.h',
2554 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', 2554 'browser/ui/tabs/tab_strip_layout_type_prefs.cc',
2555 'browser/ui/tabs/tab_strip_layout_type_prefs.h', 2555 'browser/ui/tabs/tab_strip_layout_type_prefs.h',
2556 ], 2556 ],
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
3128 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3128 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3129 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3129 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3130 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3130 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3131 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3131 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3132 ], 3132 ],
3133 }], 3133 }],
3134 ], 3134 ],
3135 }, 3135 },
3136 ], 3136 ],
3137 } 3137 }
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698