| 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 'widget/default_theme_provider.h', | 345 'widget/default_theme_provider.h', |
| 346 'widget/desktop_aura/desktop_activation_client.cc', | 346 'widget/desktop_aura/desktop_activation_client.cc', |
| 347 'widget/desktop_aura/desktop_activation_client.h', | 347 'widget/desktop_aura/desktop_activation_client.h', |
| 348 'widget/desktop_aura/desktop_capture_client.cc', | 348 'widget/desktop_aura/desktop_capture_client.cc', |
| 349 'widget/desktop_aura/desktop_capture_client.h', | 349 'widget/desktop_aura/desktop_capture_client.h', |
| 350 'widget/desktop_aura/desktop_cursor_loader_updater.h', | 350 'widget/desktop_aura/desktop_cursor_loader_updater.h', |
| 351 'widget/desktop_aura/desktop_cursor_loader_updater_aurax11.cc', | 351 'widget/desktop_aura/desktop_cursor_loader_updater_aurax11.cc', |
| 352 'widget/desktop_aura/desktop_cursor_loader_updater_aurax11.h', | 352 'widget/desktop_aura/desktop_cursor_loader_updater_aurax11.h', |
| 353 'widget/desktop_aura/desktop_dispatcher_client.cc', | 353 'widget/desktop_aura/desktop_dispatcher_client.cc', |
| 354 'widget/desktop_aura/desktop_dispatcher_client.h', | 354 'widget/desktop_aura/desktop_dispatcher_client.h', |
| 355 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', |
| 356 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', |
| 355 'widget/desktop_aura/desktop_drag_drop_client_win.cc', | 357 'widget/desktop_aura/desktop_drag_drop_client_win.cc', |
| 356 'widget/desktop_aura/desktop_drag_drop_client_win.h', | 358 'widget/desktop_aura/desktop_drag_drop_client_win.h', |
| 357 'widget/desktop_aura/desktop_drop_target_win.cc', | 359 'widget/desktop_aura/desktop_drop_target_win.cc', |
| 358 'widget/desktop_aura/desktop_drop_target_win.h', | 360 'widget/desktop_aura/desktop_drop_target_win.h', |
| 359 'widget/desktop_aura/desktop_focus_rules.cc', | 361 'widget/desktop_aura/desktop_focus_rules.cc', |
| 360 'widget/desktop_aura/desktop_focus_rules.h', | 362 'widget/desktop_aura/desktop_focus_rules.h', |
| 361 'widget/desktop_aura/desktop_layout_manager.cc', | 363 'widget/desktop_aura/desktop_layout_manager.cc', |
| 362 'widget/desktop_aura/desktop_layout_manager.h', | 364 'widget/desktop_aura/desktop_layout_manager.h', |
| 363 'widget/desktop_aura/desktop_native_cursor_manager.cc', | 365 'widget/desktop_aura/desktop_native_cursor_manager.cc', |
| 364 'widget/desktop_aura/desktop_native_cursor_manager.h', | 366 'widget/desktop_aura/desktop_native_cursor_manager.h', |
| (...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1001 'sources/': [ | 1003 'sources/': [ |
| 1002 # This is needed because the aura rule strips it from the default | 1004 # This is needed because the aura rule strips it from the default |
| 1003 # sources list. | 1005 # sources list. |
| 1004 ['include', '^../../content/app/startup_helper_win.cc'], | 1006 ['include', '^../../content/app/startup_helper_win.cc'], |
| 1005 ], | 1007 ], |
| 1006 }], | 1008 }], |
| 1007 ], | 1009 ], |
| 1008 }, # target_name: views_examples_with_content_exe | 1010 }, # target_name: views_examples_with_content_exe |
| 1009 ], | 1011 ], |
| 1010 } | 1012 } |
| OLD | NEW |