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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 'corewm/tooltip_aura.cc', | 260 'corewm/tooltip_aura.cc', |
261 'corewm/tooltip_aura.h', | 261 'corewm/tooltip_aura.h', |
262 'corewm/tooltip_controller.cc', | 262 'corewm/tooltip_controller.cc', |
263 'corewm/tooltip_controller.h', | 263 'corewm/tooltip_controller.h', |
264 'corewm/tooltip_win.cc', | 264 'corewm/tooltip_win.cc', |
265 'corewm/tooltip_win.h', | 265 'corewm/tooltip_win.h', |
266 'corewm/transient_window_controller.cc', | 266 'corewm/transient_window_controller.cc', |
267 'corewm/transient_window_controller.h', | 267 'corewm/transient_window_controller.h', |
268 'corewm/transient_window_manager.cc', | 268 'corewm/transient_window_manager.cc', |
269 'corewm/transient_window_manager.h', | 269 'corewm/transient_window_manager.h', |
| 270 'corewm/transient_window_observer.h', |
270 'corewm/transient_window_stacking_client.cc', | 271 'corewm/transient_window_stacking_client.cc', |
271 'corewm/transient_window_stacking_client.h', | 272 'corewm/transient_window_stacking_client.h', |
272 'corewm/visibility_controller.cc', | 273 'corewm/visibility_controller.cc', |
273 'corewm/visibility_controller.h', | 274 'corewm/visibility_controller.h', |
274 'corewm/window_animations.cc', | 275 'corewm/window_animations.cc', |
275 'corewm/window_animations.h', | 276 'corewm/window_animations.h', |
276 'corewm/window_modality_controller.cc', | 277 'corewm/window_modality_controller.cc', |
277 'corewm/window_modality_controller.h', | 278 'corewm/window_modality_controller.h', |
278 'corewm/window_util.cc', | 279 'corewm/window_util.cc', |
279 'corewm/window_util.h', | 280 'corewm/window_util.h', |
(...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1124 'sources/': [ | 1125 'sources/': [ |
1125 # This is needed because the aura rule strips it from the default | 1126 # This is needed because the aura rule strips it from the default |
1126 # sources list. | 1127 # sources list. |
1127 ['include', '^../../content/app/startup_helper_win.cc'], | 1128 ['include', '^../../content/app/startup_helper_win.cc'], |
1128 ], | 1129 ], |
1129 }], | 1130 }], |
1130 ], | 1131 ], |
1131 }, # target_name: views_examples_with_content_exe | 1132 }, # target_name: views_examples_with_content_exe |
1132 ], | 1133 ], |
1133 } | 1134 } |
OLD | NEW |