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

Side by Side Diff: ui/views/views.gyp

Issue 11275139: Move ui\aura\shared to ui\views\corewm (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 'controls/textfield/textfield_views_model.h', 231 'controls/textfield/textfield_views_model.h',
232 'controls/throbber.cc', 232 'controls/throbber.cc',
233 'controls/throbber.h', 233 'controls/throbber.h',
234 'controls/tree/tree_view.h', 234 'controls/tree/tree_view.h',
235 'controls/tree/tree_view_controller.cc', 235 'controls/tree/tree_view_controller.cc',
236 'controls/tree/tree_view_controller.h', 236 'controls/tree/tree_view_controller.h',
237 'controls/tree/tree_view_views.cc', 237 'controls/tree/tree_view_views.cc',
238 'controls/tree/tree_view_views.h', 238 'controls/tree/tree_view_views.h',
239 'controls/tree/tree_view_win.cc', 239 'controls/tree/tree_view_win.cc',
240 'controls/tree/tree_view_win.h', 240 'controls/tree/tree_view_win.h',
241 # TODO(beng): rename to 'corewm/' hence this sort order: 241 'corewm/compound_event_filter.cc',
242 '../aura/shared/compound_event_filter.cc', 242 'corewm/compound_event_filter.h',
243 '../aura/shared/compound_event_filter.h', 243 'corewm/input_method_event_filter.cc',
244 '../aura/shared/input_method_event_filter.cc', 244 'corewm/input_method_event_filter.h',
245 '../aura/shared/input_method_event_filter.h',
246 'debug_utils.cc', 245 'debug_utils.cc',
247 'debug_utils.h', 246 'debug_utils.h',
248 'drag_controller.h', 247 'drag_controller.h',
249 'drag_utils.cc', 248 'drag_utils.cc',
250 'drag_utils.h', 249 'drag_utils.h',
251 'focus/accelerator_handler.h', 250 'focus/accelerator_handler.h',
252 'focus/accelerator_handler_aura.cc', 251 'focus/accelerator_handler_aura.cc',
253 'focus/accelerator_handler_win.cc', 252 'focus/accelerator_handler_win.cc',
254 'focus/external_focus_tracker.cc', 253 'focus/external_focus_tracker.cc',
255 'focus/external_focus_tracker.h', 254 'focus/external_focus_tracker.h',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 ['include', 'ime/input_method_win.cc'], 447 ['include', 'ime/input_method_win.cc'],
449 ['include', 'ime/input_method_win.h'], 448 ['include', 'ime/input_method_win.h'],
450 ['include', 'widget/desktop_root_window_host_win.cc'], 449 ['include', 'widget/desktop_root_window_host_win.cc'],
451 ['include', 'widget/desktop_root_window_host_win.h'], 450 ['include', 'widget/desktop_root_window_host_win.h'],
452 ], 451 ],
453 }], 452 }],
454 ], 453 ],
455 }], 454 }],
456 ['use_aura==0', { 455 ['use_aura==0', {
457 'sources/': [ 456 'sources/': [
458 ['exclude', '../aura/shared/'],
459 ['exclude', '../aura/desktop/'], 457 ['exclude', '../aura/desktop/'],
458 ['exclude', 'corewm'],
460 ['exclude', '/desktop_[^/]*\\.cc$'], 459 ['exclude', '/desktop_[^/]*\\.cc$'],
461 ['exclude', '/x11_[^/]*\\.cc$'], 460 ['exclude', '/x11_[^/]*\\.cc$'],
462 ['exclude', 'widget/native_widget_aura_window_observer.cc'], 461 ['exclude', 'widget/native_widget_aura_window_observer.cc'],
463 ['exclude', 'widget/native_widget_aura_window_observer.h'], 462 ['exclude', 'widget/native_widget_aura_window_observer.h'],
464 ['exclude', 'widget/widget_aura_utils.cc'], 463 ['exclude', 'widget/widget_aura_utils.cc'],
465 ['exclude', 'widget/widget_aura_utils.h'], 464 ['exclude', 'widget/widget_aura_utils.h'],
466 ], 465 ],
467 }], 466 }],
468 ['chromeos==1', { 467 ['chromeos==1', {
469 'sources/': [ 468 'sources/': [
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 'controls/native/native_view_host_unittest.cc', 618 'controls/native/native_view_host_unittest.cc',
620 'controls/progress_bar_unittest.cc', 619 'controls/progress_bar_unittest.cc',
621 'controls/scrollbar/scrollbar_unittest.cc', 620 'controls/scrollbar/scrollbar_unittest.cc',
622 'controls/single_split_view_unittest.cc', 621 'controls/single_split_view_unittest.cc',
623 'controls/slider_unittest.cc', 622 'controls/slider_unittest.cc',
624 'controls/tabbed_pane/tabbed_pane_unittest.cc', 623 'controls/tabbed_pane/tabbed_pane_unittest.cc',
625 'controls/table/table_view_unittest.cc', 624 'controls/table/table_view_unittest.cc',
626 'controls/textfield/native_textfield_views_unittest.cc', 625 'controls/textfield/native_textfield_views_unittest.cc',
627 'controls/textfield/textfield_views_model_unittest.cc', 626 'controls/textfield/textfield_views_model_unittest.cc',
628 'controls/tree/tree_view_views_unittest.cc', 627 'controls/tree/tree_view_views_unittest.cc',
629 # TODO(beng): rename 'corewm/' hence this sort order 628 'corewm/compound_event_filter_unittest.cc',
630 '../aura/shared/compound_event_filter_unittest.cc', 629 'corewm/input_method_event_filter_unittest.cc',
631 '../aura/shared/input_method_event_filter_unittest.cc',
632 'focus/focus_manager_test.h', 630 'focus/focus_manager_test.h',
633 'focus/focus_manager_test.cc', 631 'focus/focus_manager_test.cc',
634 'focus/focus_manager_unittest.cc', 632 'focus/focus_manager_unittest.cc',
635 'focus/focus_manager_unittest_win.cc', 633 'focus/focus_manager_unittest_win.cc',
636 'focus/focus_traversal_unittest.cc', 634 'focus/focus_traversal_unittest.cc',
637 'layout/box_layout_unittest.cc', 635 'layout/box_layout_unittest.cc',
638 'layout/grid_layout_unittest.cc', 636 'layout/grid_layout_unittest.cc',
639 'view_model_unittest.cc', 637 'view_model_unittest.cc',
640 'view_model_utils_unittest.cc', 638 'view_model_utils_unittest.cc',
641 'view_unittest.cc', 639 'view_unittest.cc',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 [ 'use_aura==1', { 672 [ 'use_aura==1', {
675 'dependencies': [ 673 'dependencies': [
676 '../aura/aura.gyp:test_support_aura', 674 '../aura/aura.gyp:test_support_aura',
677 ], 675 ],
678 'sources/': [ 676 'sources/': [
679 ['exclude', 'controls/table/table_view_unittest.cc'], 677 ['exclude', 'controls/table/table_view_unittest.cc'],
680 ['exclude', 'widget/native_widget_win_unittest.cc'], 678 ['exclude', 'widget/native_widget_win_unittest.cc'],
681 ], 679 ],
682 }, { 680 }, {
683 'sources/': [ 681 'sources/': [
684 ['exclude', '../aura/shared/'],
685 ['exclude', '../aura/test/test_desktop_delegate.cc'], 682 ['exclude', '../aura/test/test_desktop_delegate.cc'],
686 ['exclude', '../aura/test/test_desktop_delegate.h'], 683 ['exclude', '../aura/test/test_desktop_delegate.h'],
684 ['exclude', 'corewm'],
687 ['exclude', 'widget/native_widget_aura_unittest.cc'], 685 ['exclude', 'widget/native_widget_aura_unittest.cc'],
688 ], 686 ],
689 }], 687 }],
690 ], 688 ],
691 }, # target_name: views_unittests 689 }, # target_name: views_unittests
692 { 690 {
693 'target_name': 'views_examples_lib', 691 'target_name': 'views_examples_lib',
694 'type': '<(component)', 692 'type': '<(component)',
695 'dependencies': [ 693 'dependencies': [
696 '../../base/base.gyp:base', 694 '../../base/base.gyp:base',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 'sources/': [ 915 'sources/': [
918 # This is needed because the aura rule strips it from the default 916 # This is needed because the aura rule strips it from the default
919 # sources list. 917 # sources list.
920 ['include', '^../../content/app/startup_helper_win.cc'], 918 ['include', '^../../content/app/startup_helper_win.cc'],
921 ], 919 ],
922 }], 920 }],
923 ], 921 ],
924 }, # target_name: views_examples_with_content_exe 922 }, # target_name: views_examples_with_content_exe
925 ], 923 ],
926 } 924 }
OLDNEW
« no previous file with comments | « ui/views/corewm/input_method_event_filter_unittest.cc ('k') | ui/views/widget/desktop_root_window_host_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698