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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 'controls/textfield/textfield_views_model.h', | 233 'controls/textfield/textfield_views_model.h', |
234 'controls/throbber.cc', | 234 'controls/throbber.cc', |
235 'controls/throbber.h', | 235 'controls/throbber.h', |
236 'controls/tree/tree_view.h', | 236 'controls/tree/tree_view.h', |
237 'controls/tree/tree_view_controller.cc', | 237 'controls/tree/tree_view_controller.cc', |
238 'controls/tree/tree_view_controller.h', | 238 'controls/tree/tree_view_controller.h', |
239 'controls/tree/tree_view_views.cc', | 239 'controls/tree/tree_view_views.cc', |
240 'controls/tree/tree_view_views.h', | 240 'controls/tree/tree_view_views.h', |
241 'controls/tree/tree_view_win.cc', | 241 'controls/tree/tree_view_win.cc', |
242 'controls/tree/tree_view_win.h', | 242 'controls/tree/tree_view_win.h', |
| 243 'corewm/activation_change_shim.cc', |
| 244 'corewm/activation_change_shim.h', |
243 'corewm/base_focus_rules.cc', | 245 'corewm/base_focus_rules.cc', |
244 'corewm/base_focus_rules.h', | 246 'corewm/base_focus_rules.h', |
245 'corewm/compound_event_filter.cc', | 247 'corewm/compound_event_filter.cc', |
246 'corewm/compound_event_filter.h', | 248 'corewm/compound_event_filter.h', |
247 'corewm/corewm_switches.cc', | 249 'corewm/corewm_switches.cc', |
248 'corewm/corewm_switches.h', | 250 'corewm/corewm_switches.h', |
249 'corewm/focus_change_event.cc', | 251 'corewm/focus_change_event.cc', |
250 'corewm/focus_change_event.h', | 252 'corewm/focus_change_event.h', |
| 253 'corewm/focus_change_shim.cc', |
| 254 'corewm/focus_change_shim.h', |
251 'corewm/focus_controller.cc', | 255 'corewm/focus_controller.cc', |
252 'corewm/focus_controller.h', | 256 'corewm/focus_controller.h', |
253 'corewm/focus_rules.h', | 257 'corewm/focus_rules.h', |
254 'corewm/image_grid.cc', | 258 'corewm/image_grid.cc', |
255 'corewm/image_grid.h', | 259 'corewm/image_grid.h', |
256 'corewm/input_method_event_filter.cc', | 260 'corewm/input_method_event_filter.cc', |
257 'corewm/input_method_event_filter.h', | 261 'corewm/input_method_event_filter.h', |
258 'corewm/shadow.cc', | 262 'corewm/shadow.cc', |
259 'corewm/shadow.h', | 263 'corewm/shadow.h', |
260 'corewm/shadow_controller.cc', | 264 'corewm/shadow_controller.cc', |
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
972 'sources/': [ | 976 'sources/': [ |
973 # This is needed because the aura rule strips it from the default | 977 # This is needed because the aura rule strips it from the default |
974 # sources list. | 978 # sources list. |
975 ['include', '^../../content/app/startup_helper_win.cc'], | 979 ['include', '^../../content/app/startup_helper_win.cc'], |
976 ], | 980 ], |
977 }], | 981 }], |
978 ], | 982 ], |
979 }, # target_name: views_examples_with_content_exe | 983 }, # target_name: views_examples_with_content_exe |
980 ], | 984 ], |
981 } | 985 } |
OLD | NEW |