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

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

Issue 11316245: Move VisibilityController to corewm. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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/corewm/visibility_controller_unittest.cc ('k') | no next file » | 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 'corewm/image_grid.cc', 254 'corewm/image_grid.cc',
255 'corewm/image_grid.h', 255 'corewm/image_grid.h',
256 'corewm/input_method_event_filter.cc', 256 'corewm/input_method_event_filter.cc',
257 'corewm/input_method_event_filter.h', 257 'corewm/input_method_event_filter.h',
258 'corewm/shadow.cc', 258 'corewm/shadow.cc',
259 'corewm/shadow.h', 259 'corewm/shadow.h',
260 'corewm/shadow_controller.cc', 260 'corewm/shadow_controller.cc',
261 'corewm/shadow_controller.h', 261 'corewm/shadow_controller.h',
262 'corewm/shadow_types.cc', 262 'corewm/shadow_types.cc',
263 'corewm/shadow_types.h', 263 'corewm/shadow_types.h',
264 'corewm/visibility_controller.cc',
265 'corewm/visibility_controller.h',
264 'corewm/window_animations.cc', 266 'corewm/window_animations.cc',
265 'corewm/window_animations.h', 267 'corewm/window_animations.h',
266 'corewm/window_util.cc', 268 'corewm/window_util.cc',
267 'corewm/window_util.h', 269 'corewm/window_util.h',
268 'debug_utils.cc', 270 'debug_utils.cc',
269 'debug_utils.h', 271 'debug_utils.h',
270 'drag_controller.h', 272 'drag_controller.h',
271 'drag_utils.cc', 273 'drag_utils.cc',
272 'drag_utils.h', 274 'drag_utils.h',
273 'focus/accelerator_handler.h', 275 'focus/accelerator_handler.h',
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 'controls/tabbed_pane/tabbed_pane_unittest.cc', 650 'controls/tabbed_pane/tabbed_pane_unittest.cc',
649 'controls/table/table_view_unittest.cc', 651 'controls/table/table_view_unittest.cc',
650 'controls/textfield/native_textfield_views_unittest.cc', 652 'controls/textfield/native_textfield_views_unittest.cc',
651 'controls/textfield/textfield_views_model_unittest.cc', 653 'controls/textfield/textfield_views_model_unittest.cc',
652 'controls/tree/tree_view_views_unittest.cc', 654 'controls/tree/tree_view_views_unittest.cc',
653 'corewm/compound_event_filter_unittest.cc', 655 'corewm/compound_event_filter_unittest.cc',
654 'corewm/focus_controller_unittest.cc', 656 'corewm/focus_controller_unittest.cc',
655 'corewm/image_grid_unittest.cc', 657 'corewm/image_grid_unittest.cc',
656 'corewm/input_method_event_filter_unittest.cc', 658 'corewm/input_method_event_filter_unittest.cc',
657 'corewm/shadow_controller_unittest.cc', 659 'corewm/shadow_controller_unittest.cc',
660 'corewm/visibility_controller_unittest.cc',
658 'focus/focus_manager_test.h', 661 'focus/focus_manager_test.h',
659 'focus/focus_manager_test.cc', 662 'focus/focus_manager_test.cc',
660 'focus/focus_manager_unittest.cc', 663 'focus/focus_manager_unittest.cc',
661 'focus/focus_manager_unittest_win.cc', 664 'focus/focus_manager_unittest_win.cc',
662 'focus/focus_traversal_unittest.cc', 665 'focus/focus_traversal_unittest.cc',
663 'layout/box_layout_unittest.cc', 666 'layout/box_layout_unittest.cc',
664 'layout/grid_layout_unittest.cc', 667 'layout/grid_layout_unittest.cc',
665 'view_model_unittest.cc', 668 'view_model_unittest.cc',
666 'view_model_utils_unittest.cc', 669 'view_model_utils_unittest.cc',
667 'view_unittest.cc', 670 'view_unittest.cc',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 'sources/': [ 946 'sources/': [
944 # This is needed because the aura rule strips it from the default 947 # This is needed because the aura rule strips it from the default
945 # sources list. 948 # sources list.
946 ['include', '^../../content/app/startup_helper_win.cc'], 949 ['include', '^../../content/app/startup_helper_win.cc'],
947 ], 950 ],
948 }], 951 }],
949 ], 952 ],
950 }, # target_name: views_examples_with_content_exe 953 }, # target_name: views_examples_with_content_exe
951 ], 954 ],
952 } 955 }
OLDNEW
« no previous file with comments | « ui/views/corewm/visibility_controller_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698