| 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 'corewm/transient_window_stacking_client.cc', | 265 'corewm/transient_window_stacking_client.cc', |
| 266 'corewm/transient_window_stacking_client.h', | 266 'corewm/transient_window_stacking_client.h', |
| 267 'corewm/visibility_controller.cc', | 267 'corewm/visibility_controller.cc', |
| 268 'corewm/visibility_controller.h', | 268 'corewm/visibility_controller.h', |
| 269 'corewm/window_animations.cc', | 269 'corewm/window_animations.cc', |
| 270 'corewm/window_animations.h', | 270 'corewm/window_animations.h', |
| 271 'corewm/window_modality_controller.cc', | 271 'corewm/window_modality_controller.cc', |
| 272 'corewm/window_modality_controller.h', | 272 'corewm/window_modality_controller.h', |
| 273 'corewm/window_util.cc', | 273 'corewm/window_util.cc', |
| 274 'corewm/window_util.h', | 274 'corewm/window_util.h', |
| 275 'corewm/wm_state.cc', |
| 276 'corewm/wm_state.h', |
| 275 'debug_utils.cc', | 277 'debug_utils.cc', |
| 276 'debug_utils.h', | 278 'debug_utils.h', |
| 277 'drag_controller.h', | 279 'drag_controller.h', |
| 278 'drag_utils.cc', | 280 'drag_utils.cc', |
| 279 'drag_utils.h', | 281 'drag_utils.h', |
| 280 'event_utils.h', | 282 'event_utils.h', |
| 281 'event_utils_aura.cc', | 283 'event_utils_aura.cc', |
| 282 'event_utils_win.cc', | 284 'event_utils_win.cc', |
| 283 'focus/accelerator_handler.h', | 285 'focus/accelerator_handler.h', |
| 284 'focus/accelerator_handler_aura.cc', | 286 'focus/accelerator_handler_aura.cc', |
| (...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1116 'sources/': [ | 1118 'sources/': [ |
| 1117 # This is needed because the aura rule strips it from the default | 1119 # This is needed because the aura rule strips it from the default |
| 1118 # sources list. | 1120 # sources list. |
| 1119 ['include', '^../../content/app/startup_helper_win.cc'], | 1121 ['include', '^../../content/app/startup_helper_win.cc'], |
| 1120 ], | 1122 ], |
| 1121 }], | 1123 }], |
| 1122 ], | 1124 ], |
| 1123 }, # target_name: views_examples_with_content_exe | 1125 }, # target_name: views_examples_with_content_exe |
| 1124 ], | 1126 ], |
| 1125 } | 1127 } |
| OLD | NEW |