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

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

Issue 194843004: Move files from ui/views/corewm to ui/wm/core (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
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/widget/desktop_aura/desktop_focus_rules.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 (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 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 'controls/textfield/textfield_controller.cc', 223 'controls/textfield/textfield_controller.cc',
224 'controls/textfield/textfield_controller.h', 224 'controls/textfield/textfield_controller.h',
225 'controls/textfield/textfield_model.cc', 225 'controls/textfield/textfield_model.cc',
226 'controls/textfield/textfield_model.h', 226 'controls/textfield/textfield_model.h',
227 'controls/throbber.cc', 227 'controls/throbber.cc',
228 'controls/throbber.h', 228 'controls/throbber.h',
229 'controls/tree/tree_view.cc', 229 'controls/tree/tree_view.cc',
230 'controls/tree/tree_view.h', 230 'controls/tree/tree_view.h',
231 'controls/tree/tree_view_controller.cc', 231 'controls/tree/tree_view_controller.cc',
232 'controls/tree/tree_view_controller.h', 232 'controls/tree/tree_view_controller.h',
233 'corewm/base_focus_rules.cc',
234 'corewm/base_focus_rules.h',
235 'corewm/capture_controller.cc',
236 'corewm/capture_controller.h',
237 'corewm/compound_event_filter.cc',
238 'corewm/compound_event_filter.h',
239 'corewm/corewm_switches.cc',
240 'corewm/corewm_switches.h',
241 'corewm/cursor_manager.cc',
242 'corewm/cursor_manager.h',
243 'corewm/focus_controller.cc',
244 'corewm/focus_controller.h',
245 'corewm/focus_rules.h',
246 'corewm/image_grid.cc',
247 'corewm/image_grid.h',
248 'corewm/input_method_event_filter.cc',
249 'corewm/input_method_event_filter.h',
250 'corewm/native_cursor_manager.h',
251 'corewm/native_cursor_manager_delegate.h',
252 'corewm/shadow.cc',
253 'corewm/shadow.h',
254 'corewm/shadow_controller.cc',
255 'corewm/shadow_controller.h',
256 'corewm/shadow_types.cc',
257 'corewm/shadow_types.h',
258 'corewm/tooltip.h', 233 'corewm/tooltip.h',
259 'corewm/tooltip_aura.cc', 234 'corewm/tooltip_aura.cc',
260 'corewm/tooltip_aura.h', 235 'corewm/tooltip_aura.h',
261 'corewm/tooltip_controller.cc', 236 'corewm/tooltip_controller.cc',
262 'corewm/tooltip_controller.h', 237 'corewm/tooltip_controller.h',
263 'corewm/tooltip_win.cc', 238 'corewm/tooltip_win.cc',
264 'corewm/tooltip_win.h', 239 'corewm/tooltip_win.h',
265 'corewm/transient_window_controller.cc',
266 'corewm/transient_window_controller.h',
267 'corewm/transient_window_manager.cc',
268 'corewm/transient_window_manager.h',
269 'corewm/transient_window_observer.h',
270 'corewm/transient_window_stacking_client.cc',
271 'corewm/transient_window_stacking_client.h',
272 'corewm/visibility_controller.cc',
273 'corewm/visibility_controller.h',
274 'corewm/window_animations.cc',
275 'corewm/window_animations.h',
276 'corewm/window_modality_controller.cc',
277 'corewm/window_modality_controller.h',
278 'corewm/window_util.cc',
279 'corewm/window_util.h',
280 'corewm/wm_state.cc',
281 'corewm/wm_state.h',
282 'debug_utils.cc', 240 'debug_utils.cc',
283 'debug_utils.h', 241 'debug_utils.h',
284 'drag_controller.h', 242 'drag_controller.h',
285 'drag_utils.cc', 243 'drag_utils.cc',
286 'drag_utils.h', 244 'drag_utils.h',
287 'event_utils.h', 245 'event_utils.h',
288 'event_utils_aura.cc', 246 'event_utils_aura.cc',
289 'event_utils_win.cc', 247 'event_utils_win.cc',
290 'focus/external_focus_tracker.cc', 248 'focus/external_focus_tracker.cc',
291 'focus/external_focus_tracker.h', 249 'focus/external_focus_tracker.h',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 'window/frame_background.cc', 421 'window/frame_background.cc',
464 'window/frame_background.h', 422 'window/frame_background.h',
465 'window/frame_buttons.h', 423 'window/frame_buttons.h',
466 'window/native_frame_view.cc', 424 'window/native_frame_view.cc',
467 'window/native_frame_view.h', 425 'window/native_frame_view.h',
468 'window/non_client_view.cc', 426 'window/non_client_view.cc',
469 'window/non_client_view.h', 427 'window/non_client_view.h',
470 'window/window_resources.h', 428 'window/window_resources.h',
471 'window/window_shape.cc', 429 'window/window_shape.cc',
472 'window/window_shape.h', 430 'window/window_shape.h',
431 '../wm/core/base_focus_rules.cc',
432 '../wm/core/base_focus_rules.h',
433 '../wm/core/capture_controller.cc',
434 '../wm/core/capture_controller.h',
435 '../wm/core/compound_event_filter.cc',
436 '../wm/core/compound_event_filter.h',
437 '../wm/core/cursor_manager.cc',
438 '../wm/core/cursor_manager.h',
439 '../wm/core/focus_controller.cc',
440 '../wm/core/focus_controller.h',
441 '../wm/core/focus_rules.h',
442 '../wm/core/image_grid.cc',
443 '../wm/core/image_grid.h',
444 '../wm/core/input_method_event_filter.cc',
445 '../wm/core/input_method_event_filter.h',
446 '../wm/core/native_cursor_manager.h',
447 '../wm/core/native_cursor_manager_delegate.h',
448 '../wm/core/shadow.cc',
449 '../wm/core/shadow.h',
450 '../wm/core/shadow_controller.cc',
451 '../wm/core/shadow_controller.h',
452 '../wm/core/shadow_types.cc',
453 '../wm/core/shadow_types.h',
454 '../wm/core/transient_window_controller.cc',
455 '../wm/core/transient_window_controller.h',
456 '../wm/core/transient_window_manager.cc',
457 '../wm/core/transient_window_manager.h',
458 '../wm/core/transient_window_observer.h',
459 '../wm/core/transient_window_stacking_client.cc',
460 '../wm/core/transient_window_stacking_client.h',
461 '../wm/core/visibility_controller.cc',
462 '../wm/core/visibility_controller.h',
463 '../wm/core/window_animations.cc',
464 '../wm/core/window_animations.h',
465 '../wm/core/window_modality_controller.cc',
466 '../wm/core/window_modality_controller.h',
467 '../wm/core/window_util.cc',
468 '../wm/core/window_util.h',
469 '../wm/core/wm_core_export.h',
470 '../wm/core/wm_core_switches.cc',
471 '../wm/core/wm_core_switches.h',
472 '../wm/core/wm_state.cc',
473 '../wm/core/wm_state.h',
473 ], 474 ],
474 'include_dirs': [ 475 'include_dirs': [
475 '../../third_party/wtl/include', 476 '../../third_party/wtl/include',
476 ], 477 ],
477 'conditions': [ 478 'conditions': [
478 ['use_aura==1', { 479 ['use_aura==1', {
479 'conditions': [ 480 'conditions': [
480 ['OS=="win"', { 481 ['OS=="win"', {
481 'sources/': [ 482 'sources/': [
482 ['include', 'controls/menu/menu_insertion_delegate_win.h'], 483 ['include', 'controls/menu/menu_insertion_delegate_win.h'],
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 'controls/styled_label_unittest.cc', 742 'controls/styled_label_unittest.cc',
742 'controls/tabbed_pane/tabbed_pane_unittest.cc', 743 'controls/tabbed_pane/tabbed_pane_unittest.cc',
743 'controls/table/table_utils_unittest.cc', 744 'controls/table/table_utils_unittest.cc',
744 'controls/table/table_view_unittest.cc', 745 'controls/table/table_view_unittest.cc',
745 'controls/table/test_table_model.cc', 746 'controls/table/test_table_model.cc',
746 'controls/table/test_table_model.h', 747 'controls/table/test_table_model.h',
747 'controls/textfield/textfield_unittest.cc', 748 'controls/textfield/textfield_unittest.cc',
748 'controls/textfield/textfield_model_unittest.cc', 749 'controls/textfield/textfield_model_unittest.cc',
749 'controls/tree/tree_view_unittest.cc', 750 'controls/tree/tree_view_unittest.cc',
750 'corewm/capture_controller_unittest.cc', 751 'corewm/capture_controller_unittest.cc',
751 'corewm/compound_event_filter_unittest.cc',
752 'corewm/cursor_manager_unittest.cc',
753 'corewm/focus_controller_unittest.cc',
754 'corewm/image_grid_unittest.cc',
755 'corewm/input_method_event_filter_unittest.cc',
756 'corewm/shadow_controller_unittest.cc',
757 'corewm/tooltip_aura_unittest.cc', 752 'corewm/tooltip_aura_unittest.cc',
758 'corewm/tooltip_controller_unittest.cc', 753 'corewm/tooltip_controller_unittest.cc',
759 'corewm/transient_window_manager_unittest.cc',
760 'corewm/transient_window_stacking_client_unittest.cc',
761 'corewm/visibility_controller_unittest.cc',
762 'corewm/window_animations_unittest.cc',
763 'focus/focus_manager_test.h', 754 'focus/focus_manager_test.h',
764 'focus/focus_manager_test.cc', 755 'focus/focus_manager_test.cc',
765 'focus/focus_manager_unittest.cc', 756 'focus/focus_manager_unittest.cc',
766 'focus/focus_manager_unittest_win.cc', 757 'focus/focus_manager_unittest_win.cc',
767 'focus/focus_traversal_unittest.cc', 758 'focus/focus_traversal_unittest.cc',
768 'ime/input_method_bridge_unittest.cc', 759 'ime/input_method_bridge_unittest.cc',
769 'layout/box_layout_unittest.cc', 760 'layout/box_layout_unittest.cc',
770 'layout/grid_layout_unittest.cc', 761 'layout/grid_layout_unittest.cc',
771 'rect_based_targeting_utils_unittest.cc', 762 'rect_based_targeting_utils_unittest.cc',
772 'run_all_unittests.cc', 763 'run_all_unittests.cc',
773 'touchui/touch_selection_controller_impl_unittest.cc', 764 'touchui/touch_selection_controller_impl_unittest.cc',
774 'view_model_unittest.cc', 765 'view_model_unittest.cc',
775 'view_model_utils_unittest.cc', 766 'view_model_utils_unittest.cc',
776 'view_unittest.cc', 767 'view_unittest.cc',
777 'widget/desktop_aura/desktop_focus_rules_unittest.cc', 768 'widget/desktop_aura/desktop_focus_rules_unittest.cc',
778 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', 769 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc',
779 'widget/desktop_aura/desktop_window_tree_host_win_unittest.cc', 770 'widget/desktop_aura/desktop_window_tree_host_win_unittest.cc',
780 'widget/desktop_aura/desktop_screen_x11_unittest.cc', 771 'widget/desktop_aura/desktop_screen_x11_unittest.cc',
781 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', 772 'widget/desktop_aura/desktop_screen_position_client_unittest.cc',
782 'widget/native_widget_aura_unittest.cc', 773 'widget/native_widget_aura_unittest.cc',
783 'widget/native_widget_unittest.cc', 774 'widget/native_widget_unittest.cc',
784 'widget/root_view_unittest.cc', 775 'widget/root_view_unittest.cc',
785 'widget/widget_unittest.cc', 776 'widget/widget_unittest.cc',
786 'widget/window_reorderer_unittest.cc', 777 'widget/window_reorderer_unittest.cc',
787 'window/dialog_client_view_unittest.cc', 778 'window/dialog_client_view_unittest.cc',
788 'window/dialog_delegate_unittest.cc', 779 'window/dialog_delegate_unittest.cc',
780 '../wm/core/compound_event_filter_unittest.cc',
781 '../wm/core/cursor_manager_unittest.cc',
782 '../wm/core/focus_controller_unittest.cc',
783 '../wm/core/input_method_event_filter_unittest.cc',
784 '../wm/core/image_grid_unittest.cc',
785 '../wm/core/shadow_controller_unittest.cc',
786 '../wm/core/transient_window_manager_unittest.cc',
787 '../wm/core/transient_window_stacking_client_unittest.cc',
788 '../wm/core/visibility_controller_unittest.cc',
789 '../wm/core/window_animations_unittest.cc',
789 ], 790 ],
790 'conditions': [ 791 'conditions': [
791 ['chromeos==0', { 792 ['chromeos==0', {
792 'sources!': [ 793 'sources!': [
793 'touchui/touch_selection_controller_impl_unittest.cc', 794 'touchui/touch_selection_controller_impl_unittest.cc',
794 ], 795 ],
795 }, { # use_chromeos==1 796 }, { # use_chromeos==1
796 'sources/': [ 797 'sources/': [
797 ['exclude', 'ime/input_method_bridge_unittest.cc'], 798 ['exclude', 'ime/input_method_bridge_unittest.cc'],
798 ['exclude', 'widget/desktop_aura'], 799 ['exclude', 'widget/desktop_aura'],
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
1067 'sources/': [ 1068 'sources/': [
1068 # This is needed because the aura rule strips it from the default 1069 # This is needed because the aura rule strips it from the default
1069 # sources list. 1070 # sources list.
1070 ['include', '^../../content/app/startup_helper_win.cc'], 1071 ['include', '^../../content/app/startup_helper_win.cc'],
1071 ], 1072 ],
1072 }], 1073 }],
1073 ], 1074 ],
1074 }, # target_name: views_examples_with_content_exe 1075 }, # target_name: views_examples_with_content_exe
1075 ], 1076 ],
1076 } 1077 }
OLDNEW
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/widget/desktop_aura/desktop_focus_rules.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698