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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 12315139: Sort out build dependencies for LinuxUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comment Created 7 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
« no previous file with comments | « chrome/browser/ui/libgtk2ui/libgtk2ui.gyp ('k') | ui/base/linux_ui.h » ('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 2396 matching lines...) Expand 10 before | Expand all | Expand 10 after
2407 'dependencies': [ 2407 'dependencies': [
2408 '../ash/ash.gyp:ash', 2408 '../ash/ash.gyp:ash',
2409 '../ash/ash_strings.gyp:ash_strings', 2409 '../ash/ash_strings.gyp:ash_strings',
2410 ], 2410 ],
2411 }], 2411 }],
2412 ['use_aura==1 and use_ash==0 and OS=="linux"', { 2412 ['use_aura==1 and use_ash==0 and OS=="linux"', {
2413 'dependencies': [ 2413 'dependencies': [
2414 # gtk2 is the only component that can interact with gtk2 in our new 2414 # gtk2 is the only component that can interact with gtk2 in our new
2415 # world. 2415 # world.
2416 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', 2416 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui',
2417 '../ui/linux_ui/linux_ui.gyp:linux_ui',
2417 ], 2418 ],
2418 }], 2419 }],
2419 ['use_aura==1', { 2420 ['use_aura==1', {
2420 'sources/': [ 2421 'sources/': [
2421 ['exclude', '^browser/ui/external_protocol_dialog_delegate.cc'], 2422 ['exclude', '^browser/ui/external_protocol_dialog_delegate.cc'],
2422 ['exclude', '^browser/ui/panels/display_settings_provider_win.cc'], 2423 ['exclude', '^browser/ui/panels/display_settings_provider_win.cc'],
2423 ['exclude', '^browser/ui/panels/taskbar_window_thumbnailer_win.cc'], 2424 ['exclude', '^browser/ui/panels/taskbar_window_thumbnailer_win.cc'],
2424 ['exclude', '^browser/ui/panels/taskbar_window_thumbnailer_win.h'], 2425 ['exclude', '^browser/ui/panels/taskbar_window_thumbnailer_win.h'],
2425 ['exclude', '^browser/ui/views/about_ipc_dialog.cc'], 2426 ['exclude', '^browser/ui/views/about_ipc_dialog.cc'],
2426 ['exclude', '^browser/ui/views/app_menu_button_win.cc'], 2427 ['exclude', '^browser/ui/views/app_menu_button_win.cc'],
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
2841 }], 2842 }],
2842 ['enable_message_center==1', { 2843 ['enable_message_center==1', {
2843 'dependencies': [ 2844 'dependencies': [
2844 '../ui/message_center/message_center.gyp:message_center', 2845 '../ui/message_center/message_center.gyp:message_center',
2845 ], 2846 ],
2846 }], 2847 }],
2847 ], 2848 ],
2848 }, 2849 },
2849 ], 2850 ],
2850 } 2851 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/libgtk2ui/libgtk2ui.gyp ('k') | ui/base/linux_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698