| 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 'corewm/shadow_controller.h', | 255 'corewm/shadow_controller.h', |
| 256 'corewm/shadow_types.cc', | 256 'corewm/shadow_types.cc', |
| 257 'corewm/shadow_types.h', | 257 'corewm/shadow_types.h', |
| 258 'corewm/tooltip.h', | 258 'corewm/tooltip.h', |
| 259 'corewm/tooltip_aura.cc', | 259 'corewm/tooltip_aura.cc', |
| 260 'corewm/tooltip_aura.h', | 260 'corewm/tooltip_aura.h', |
| 261 'corewm/tooltip_controller.cc', | 261 'corewm/tooltip_controller.cc', |
| 262 'corewm/tooltip_controller.h', | 262 'corewm/tooltip_controller.h', |
| 263 'corewm/tooltip_win.cc', | 263 'corewm/tooltip_win.cc', |
| 264 'corewm/tooltip_win.h', | 264 'corewm/tooltip_win.h', |
| 265 'corewm/transient_window_manager.cc', |
| 266 'corewm/transient_window_manager.h', |
| 265 'corewm/transient_window_stacking_client.cc', | 267 'corewm/transient_window_stacking_client.cc', |
| 266 'corewm/transient_window_stacking_client.h', | 268 'corewm/transient_window_stacking_client.h', |
| 267 'corewm/visibility_controller.cc', | 269 'corewm/visibility_controller.cc', |
| 268 'corewm/visibility_controller.h', | 270 'corewm/visibility_controller.h', |
| 269 'corewm/window_animations.cc', | 271 'corewm/window_animations.cc', |
| 270 'corewm/window_animations.h', | 272 'corewm/window_animations.h', |
| 271 'corewm/window_modality_controller.cc', | 273 'corewm/window_modality_controller.cc', |
| 272 'corewm/window_modality_controller.h', | 274 'corewm/window_modality_controller.h', |
| 273 'corewm/window_util.cc', | 275 'corewm/window_util.cc', |
| 274 'corewm/window_util.h', | 276 'corewm/window_util.h', |
| (...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 754 'controls/tree/tree_view_unittest.cc', | 756 'controls/tree/tree_view_unittest.cc', |
| 755 'corewm/capture_controller_unittest.cc', | 757 'corewm/capture_controller_unittest.cc', |
| 756 'corewm/compound_event_filter_unittest.cc', | 758 'corewm/compound_event_filter_unittest.cc', |
| 757 'corewm/cursor_manager_unittest.cc', | 759 'corewm/cursor_manager_unittest.cc', |
| 758 'corewm/focus_controller_unittest.cc', | 760 'corewm/focus_controller_unittest.cc', |
| 759 'corewm/image_grid_unittest.cc', | 761 'corewm/image_grid_unittest.cc', |
| 760 'corewm/input_method_event_filter_unittest.cc', | 762 'corewm/input_method_event_filter_unittest.cc', |
| 761 'corewm/shadow_controller_unittest.cc', | 763 'corewm/shadow_controller_unittest.cc', |
| 762 'corewm/tooltip_aura_unittest.cc', | 764 'corewm/tooltip_aura_unittest.cc', |
| 763 'corewm/tooltip_controller_unittest.cc', | 765 'corewm/tooltip_controller_unittest.cc', |
| 766 'corewm/transient_window_manager_unittest.cc', |
| 764 'corewm/transient_window_stacking_client_unittest.cc', | 767 'corewm/transient_window_stacking_client_unittest.cc', |
| 765 'corewm/visibility_controller_unittest.cc', | 768 'corewm/visibility_controller_unittest.cc', |
| 766 'corewm/window_animations_unittest.cc', | 769 'corewm/window_animations_unittest.cc', |
| 767 'corewm/window_util_unittest.cc', | 770 'corewm/window_util_unittest.cc', |
| 768 'focus/focus_manager_test.h', | 771 'focus/focus_manager_test.h', |
| 769 'focus/focus_manager_test.cc', | 772 'focus/focus_manager_test.cc', |
| 770 'focus/focus_manager_unittest.cc', | 773 'focus/focus_manager_unittest.cc', |
| 771 'focus/focus_manager_unittest_win.cc', | 774 'focus/focus_manager_unittest_win.cc', |
| 772 'focus/focus_traversal_unittest.cc', | 775 'focus/focus_traversal_unittest.cc', |
| 773 'ime/input_method_bridge_unittest.cc', | 776 'ime/input_method_bridge_unittest.cc', |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1108 'sources/': [ | 1111 'sources/': [ |
| 1109 # This is needed because the aura rule strips it from the default | 1112 # This is needed because the aura rule strips it from the default |
| 1110 # sources list. | 1113 # sources list. |
| 1111 ['include', '^../../content/app/startup_helper_win.cc'], | 1114 ['include', '^../../content/app/startup_helper_win.cc'], |
| 1112 ], | 1115 ], |
| 1113 }], | 1116 }], |
| 1114 ], | 1117 ], |
| 1115 }, # target_name: views_examples_with_content_exe | 1118 }, # target_name: views_examples_with_content_exe |
| 1116 ], | 1119 ], |
| 1117 } | 1120 } |
| OLD | NEW |