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

Side by Side Diff: views/views.gyp

Issue 7841012: Get chrome to link with USE_AURA (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 | « views/events/event_aura.cc ('k') | webkit/glue/webkit_glue.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'controls/menu/menu_runner.cc', 127 'controls/menu/menu_runner.cc',
128 'controls/menu/menu_runner.h', 128 'controls/menu/menu_runner.h',
129 'controls/menu/menu_scroll_view_container.cc', 129 'controls/menu/menu_scroll_view_container.cc',
130 'controls/menu/menu_scroll_view_container.h', 130 'controls/menu/menu_scroll_view_container.h',
131 'controls/menu/menu_separator.h', 131 'controls/menu/menu_separator.h',
132 'controls/menu/menu_separator_linux.cc', 132 'controls/menu/menu_separator_linux.cc',
133 'controls/menu/menu_separator_win.cc', 133 'controls/menu/menu_separator_win.cc',
134 'controls/menu/menu_win.cc', 134 'controls/menu/menu_win.cc',
135 'controls/menu/menu_win.h', 135 'controls/menu/menu_win.h',
136 'controls/menu/menu_wrapper.h', 136 'controls/menu/menu_wrapper.h',
137 'controls/menu/native_menu_aura.cc',
137 'controls/menu/native_menu_gtk.cc', 138 'controls/menu/native_menu_gtk.cc',
138 'controls/menu/native_menu_gtk.h', 139 'controls/menu/native_menu_gtk.h',
139 'controls/menu/native_menu_host.h', 140 'controls/menu/native_menu_host.h',
140 'controls/menu/native_menu_host_delegate.h', 141 'controls/menu/native_menu_host_delegate.h',
141 'controls/menu/native_menu_linux.cc', 142 'controls/menu/native_menu_linux.cc',
142 'controls/menu/native_menu_linux.h', 143 'controls/menu/native_menu_linux.h',
143 'controls/menu/native_menu_win.cc', 144 'controls/menu/native_menu_win.cc',
144 'controls/menu/native_menu_win.h', 145 'controls/menu/native_menu_win.h',
145 'controls/menu/nested_dispatcher_gtk.cc', 146 'controls/menu/nested_dispatcher_gtk.cc',
146 'controls/menu/nested_dispatcher_gtk.h', 147 'controls/menu/nested_dispatcher_gtk.h',
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 }], 417 }],
417 ['use_aura==1', { 418 ['use_aura==1', {
418 'dependencies': [ 419 'dependencies': [
419 '../aura/aura.gyp:aura', 420 '../aura/aura.gyp:aura',
420 ], 421 ],
421 'sources/': [ 422 'sources/': [
422 ['exclude', '_(gtk|x)\\.cc$'], 423 ['exclude', '_(gtk|x)\\.cc$'],
423 ['exclude', '/(gtk|x)_[^/]*\\.cc$'], 424 ['exclude', '/(gtk|x)_[^/]*\\.cc$'],
424 ], 425 ],
425 'sources!': [ 426 'sources!': [
426 'controls/menu/menu_2.cc',
427 'controls/menu/menu_2.h',
428 'controls/native_control.cc', 427 'controls/native_control.cc',
429 'controls/native_control.h', 428 'controls/native_control.h',
430 'controls/scrollbar/bitmap_scroll_bar.cc', 429 'controls/scrollbar/bitmap_scroll_bar.cc',
431 'controls/scrollbar/bitmap_scroll_bar.h', 430 'controls/scrollbar/bitmap_scroll_bar.h',
432 'controls/tabbed_pane/tabbed_pane.cc', 431 'controls/tabbed_pane/tabbed_pane.cc',
433 'controls/tabbed_pane/tabbed_pane.h', 432 'controls/tabbed_pane/tabbed_pane.h',
434 'controls/table/group_table_view.cc', 433 'controls/table/group_table_view.cc',
435 'controls/table/group_table_view.h', 434 'controls/table/group_table_view.h',
436 'controls/table/native_table_wrapper.h', 435 'controls/table/native_table_wrapper.h',
437 'controls/table/table_view.cc', 436 'controls/table/table_view.cc',
438 'controls/table/table_view.h', 437 'controls/table/table_view.h',
439 'controls/table/table_view2.cc', 438 'controls/table/table_view2.cc',
440 'controls/table/table_view2.h', 439 'controls/table/table_view2.h',
441 'controls/table/table_view_observer.h', 440 'controls/table/table_view_observer.h',
442 'controls/tree/tree_view.cc', 441 'controls/tree/tree_view.cc',
443 'controls/tree/tree_view.h', 442 'controls/tree/tree_view.h',
444 'focus/accelerator_handler_aura.cc',
445 'focus/accelerator_handler_touch.cc', 443 'focus/accelerator_handler_touch.cc',
446 'widget/aero_tooltip_manager.cc', 444 'widget/aero_tooltip_manager.cc',
447 'widget/aero_tooltip_manager.h', 445 'widget/aero_tooltip_manager.h',
448 'widget/child_window_message_processor.cc', 446 'widget/child_window_message_processor.cc',
449 'widget/child_window_message_processor.h', 447 'widget/child_window_message_processor.h',
450 ], 448 ],
451 'conditions': [ 449 'conditions': [
452 ['OS=="win"', { 450 ['OS=="win"', {
453 'sources/': [ 451 'sources/': [
454 ['include', 'controls/menu/menu_config_win.cc'], 452 ['include', 'controls/menu/menu_config_win.cc'],
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 'include_dirs': [ 884 'include_dirs': [
887 '<(DEPTH)/third_party/wtl/include', 885 '<(DEPTH)/third_party/wtl/include',
888 ], 886 ],
889 }], 887 }],
890 ], 888 ],
891 }, 889 },
892 ], 890 ],
893 }], 891 }],
894 ], 892 ],
895 } 893 }
OLDNEW
« no previous file with comments | « views/events/event_aura.cc ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698