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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 'view_constants.cc', | 350 'view_constants.cc', |
351 'view_constants.h', | 351 'view_constants.h', |
352 'view_constants_aura.cc', | 352 'view_constants_aura.cc', |
353 'view_constants_aura.h', | 353 'view_constants_aura.h', |
354 'view_aura.cc', | 354 'view_aura.cc', |
355 'view_model.cc', | 355 'view_model.cc', |
356 'view_model.h', | 356 'view_model.h', |
357 'view_model_utils.cc', | 357 'view_model_utils.cc', |
358 'view_model_utils.h', | 358 'view_model_utils.h', |
359 'view_win.cc', | 359 'view_win.cc', |
| 360 'views_switches.cc', |
| 361 'views_switches.h', |
360 'views_delegate.cc', | 362 'views_delegate.cc', |
361 'views_delegate.h', | 363 'views_delegate.h', |
362 'widget/aero_tooltip_manager.cc', | 364 'widget/aero_tooltip_manager.cc', |
363 'widget/aero_tooltip_manager.h', | 365 'widget/aero_tooltip_manager.h', |
364 'widget/child_window_message_processor.cc', | 366 'widget/child_window_message_processor.cc', |
365 'widget/child_window_message_processor.h', | 367 'widget/child_window_message_processor.h', |
366 'widget/desktop_aura/desktop_capture_client.cc', | 368 'widget/desktop_aura/desktop_capture_client.cc', |
367 'widget/desktop_aura/desktop_capture_client.h', | 369 'widget/desktop_aura/desktop_capture_client.h', |
368 'widget/desktop_aura/desktop_cursor_loader_updater.h', | 370 'widget/desktop_aura/desktop_cursor_loader_updater.h', |
369 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc', | 371 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc', |
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1097 'sources/': [ | 1099 'sources/': [ |
1098 # This is needed because the aura rule strips it from the default | 1100 # This is needed because the aura rule strips it from the default |
1099 # sources list. | 1101 # sources list. |
1100 ['include', '^../../content/app/startup_helper_win.cc'], | 1102 ['include', '^../../content/app/startup_helper_win.cc'], |
1101 ], | 1103 ], |
1102 }], | 1104 }], |
1103 ], | 1105 ], |
1104 }, # target_name: views_examples_with_content_exe | 1106 }, # target_name: views_examples_with_content_exe |
1105 ], | 1107 ], |
1106 } | 1108 } |
OLD | NEW |