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

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

Issue 12342028: make menus, bubbles, etc. top level windows on aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add animation_host.* 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
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 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 'controls/textfield/textfield_views_model_unittest.cc', 681 'controls/textfield/textfield_views_model_unittest.cc',
682 'controls/tree/tree_view_unittest.cc', 682 'controls/tree/tree_view_unittest.cc',
683 'corewm/compound_event_filter_unittest.cc', 683 'corewm/compound_event_filter_unittest.cc',
684 'corewm/cursor_manager_unittest.cc', 684 'corewm/cursor_manager_unittest.cc',
685 'corewm/focus_controller_unittest.cc', 685 'corewm/focus_controller_unittest.cc',
686 'corewm/image_grid_unittest.cc', 686 'corewm/image_grid_unittest.cc',
687 'corewm/input_method_event_filter_unittest.cc', 687 'corewm/input_method_event_filter_unittest.cc',
688 'corewm/shadow_controller_unittest.cc', 688 'corewm/shadow_controller_unittest.cc',
689 'corewm/tooltip_controller_unittest.cc', 689 'corewm/tooltip_controller_unittest.cc',
690 'corewm/visibility_controller_unittest.cc', 690 'corewm/visibility_controller_unittest.cc',
691 'corewm/window_animations_unittest.cc',
691 'focus/focus_manager_test.h', 692 'focus/focus_manager_test.h',
692 'focus/focus_manager_test.cc', 693 'focus/focus_manager_test.cc',
693 'focus/focus_manager_unittest.cc', 694 'focus/focus_manager_unittest.cc',
694 'focus/focus_manager_unittest_win.cc', 695 'focus/focus_manager_unittest_win.cc',
695 'focus/focus_traversal_unittest.cc', 696 'focus/focus_traversal_unittest.cc',
696 'layout/box_layout_unittest.cc', 697 'layout/box_layout_unittest.cc',
697 'layout/grid_layout_unittest.cc', 698 'layout/grid_layout_unittest.cc',
698 'touchui/touch_selection_controller_impl_unittest.cc', 699 'touchui/touch_selection_controller_impl_unittest.cc',
699 'view_model_unittest.cc', 700 'view_model_unittest.cc',
700 'view_model_utils_unittest.cc', 701 'view_model_utils_unittest.cc',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 'sources/': [ 985 'sources/': [
985 # This is needed because the aura rule strips it from the default 986 # This is needed because the aura rule strips it from the default
986 # sources list. 987 # sources list.
987 ['include', '^../../content/app/startup_helper_win.cc'], 988 ['include', '^../../content/app/startup_helper_win.cc'],
988 ], 989 ],
989 }], 990 }],
990 ], 991 ],
991 }, # target_name: views_examples_with_content_exe 992 }, # target_name: views_examples_with_content_exe
992 ], 993 ],
993 } 994 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698