| 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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 'widget/desktop_aura/desktop_activation_client.cc', | 344 'widget/desktop_aura/desktop_activation_client.cc', |
| 345 'widget/desktop_aura/desktop_activation_client.h', | 345 'widget/desktop_aura/desktop_activation_client.h', |
| 346 'widget/desktop_aura/desktop_cursor_client.cc', | 346 'widget/desktop_aura/desktop_cursor_client.cc', |
| 347 'widget/desktop_aura/desktop_cursor_client.h', | 347 'widget/desktop_aura/desktop_cursor_client.h', |
| 348 'widget/desktop_aura/desktop_dispatcher_client.cc', | 348 'widget/desktop_aura/desktop_dispatcher_client.cc', |
| 349 'widget/desktop_aura/desktop_dispatcher_client.h', | 349 'widget/desktop_aura/desktop_dispatcher_client.h', |
| 350 'widget/desktop_aura/desktop_drag_drop_client_win.cc', | 350 'widget/desktop_aura/desktop_drag_drop_client_win.cc', |
| 351 'widget/desktop_aura/desktop_drag_drop_client_win.h', | 351 'widget/desktop_aura/desktop_drag_drop_client_win.h', |
| 352 'widget/desktop_aura/desktop_drop_target_win.cc', | 352 'widget/desktop_aura/desktop_drop_target_win.cc', |
| 353 'widget/desktop_aura/desktop_drop_target_win.h', | 353 'widget/desktop_aura/desktop_drop_target_win.h', |
| 354 'widget/desktop_aura/desktop_focus_rules.cc', |
| 355 'widget/desktop_aura/desktop_focus_rules.h', |
| 354 'widget/desktop_aura/desktop_layout_manager.cc', | 356 'widget/desktop_aura/desktop_layout_manager.cc', |
| 355 'widget/desktop_aura/desktop_layout_manager.h', | 357 'widget/desktop_aura/desktop_layout_manager.h', |
| 356 'widget/desktop_aura/desktop_native_widget_aura.cc', | 358 'widget/desktop_aura/desktop_native_widget_aura.cc', |
| 357 'widget/desktop_aura/desktop_native_widget_aura.h', | 359 'widget/desktop_aura/desktop_native_widget_aura.h', |
| 358 'widget/desktop_aura/desktop_root_window_host.h', | 360 'widget/desktop_aura/desktop_root_window_host.h', |
| 359 'widget/desktop_aura/desktop_root_window_host_linux.cc', | 361 'widget/desktop_aura/desktop_root_window_host_linux.cc', |
| 360 'widget/desktop_aura/desktop_root_window_host_linux.h', | 362 'widget/desktop_aura/desktop_root_window_host_linux.h', |
| 361 'widget/desktop_aura/desktop_root_window_host_win.cc', | 363 'widget/desktop_aura/desktop_root_window_host_win.cc', |
| 362 'widget/desktop_aura/desktop_root_window_host_win.h', | 364 'widget/desktop_aura/desktop_root_window_host_win.h', |
| 363 'widget/desktop_aura/desktop_screen.h', | 365 'widget/desktop_aura/desktop_screen.h', |
| (...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 963 'sources/': [ | 965 'sources/': [ |
| 964 # This is needed because the aura rule strips it from the default | 966 # This is needed because the aura rule strips it from the default |
| 965 # sources list. | 967 # sources list. |
| 966 ['include', '^../../content/app/startup_helper_win.cc'], | 968 ['include', '^../../content/app/startup_helper_win.cc'], |
| 967 ], | 969 ], |
| 968 }], | 970 }], |
| 969 ], | 971 ], |
| 970 }, # target_name: views_examples_with_content_exe | 972 }, # target_name: views_examples_with_content_exe |
| 971 ], | 973 ], |
| 972 } | 974 } |
| OLD | NEW |