| 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 677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 688 'controls/textfield/textfield_views_model_unittest.cc', | 688 'controls/textfield/textfield_views_model_unittest.cc', |
| 689 'controls/tree/tree_view_unittest.cc', | 689 'controls/tree/tree_view_unittest.cc', |
| 690 'corewm/compound_event_filter_unittest.cc', | 690 'corewm/compound_event_filter_unittest.cc', |
| 691 'corewm/cursor_manager_unittest.cc', | 691 'corewm/cursor_manager_unittest.cc', |
| 692 'corewm/focus_controller_unittest.cc', | 692 'corewm/focus_controller_unittest.cc', |
| 693 'corewm/image_grid_unittest.cc', | 693 'corewm/image_grid_unittest.cc', |
| 694 'corewm/input_method_event_filter_unittest.cc', | 694 'corewm/input_method_event_filter_unittest.cc', |
| 695 'corewm/shadow_controller_unittest.cc', | 695 'corewm/shadow_controller_unittest.cc', |
| 696 'corewm/tooltip_controller_unittest.cc', | 696 'corewm/tooltip_controller_unittest.cc', |
| 697 'corewm/visibility_controller_unittest.cc', | 697 'corewm/visibility_controller_unittest.cc', |
| 698 'corewm/window_animations_unittest.cc', |
| 698 'focus/focus_manager_test.h', | 699 'focus/focus_manager_test.h', |
| 699 'focus/focus_manager_test.cc', | 700 'focus/focus_manager_test.cc', |
| 700 'focus/focus_manager_unittest.cc', | 701 'focus/focus_manager_unittest.cc', |
| 701 'focus/focus_manager_unittest_win.cc', | 702 'focus/focus_manager_unittest_win.cc', |
| 702 'focus/focus_traversal_unittest.cc', | 703 'focus/focus_traversal_unittest.cc', |
| 703 'layout/box_layout_unittest.cc', | 704 'layout/box_layout_unittest.cc', |
| 704 'layout/grid_layout_unittest.cc', | 705 'layout/grid_layout_unittest.cc', |
| 705 'touchui/touch_selection_controller_impl_unittest.cc', | 706 'touchui/touch_selection_controller_impl_unittest.cc', |
| 706 'view_model_unittest.cc', | 707 'view_model_unittest.cc', |
| 707 'view_model_utils_unittest.cc', | 708 'view_model_utils_unittest.cc', |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 997 'sources/': [ | 998 'sources/': [ |
| 998 # This is needed because the aura rule strips it from the default | 999 # This is needed because the aura rule strips it from the default |
| 999 # sources list. | 1000 # sources list. |
| 1000 ['include', '^../../content/app/startup_helper_win.cc'], | 1001 ['include', '^../../content/app/startup_helper_win.cc'], |
| 1001 ], | 1002 ], |
| 1002 }], | 1003 }], |
| 1003 ], | 1004 ], |
| 1004 }, # target_name: views_examples_with_content_exe | 1005 }, # target_name: views_examples_with_content_exe |
| 1005 ], | 1006 ], |
| 1006 } | 1007 } |
| OLD | NEW |