| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |