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 'widget/desktop_aura/desktop_activation_client.cc', | 350 'widget/desktop_aura/desktop_activation_client.cc', |
351 'widget/desktop_aura/desktop_activation_client.h', | 351 'widget/desktop_aura/desktop_activation_client.h', |
352 'widget/desktop_aura/desktop_cursor_client.cc', | 352 'widget/desktop_aura/desktop_cursor_client.cc', |
353 'widget/desktop_aura/desktop_cursor_client.h', | 353 'widget/desktop_aura/desktop_cursor_client.h', |
354 'widget/desktop_aura/desktop_dispatcher_client.cc', | 354 'widget/desktop_aura/desktop_dispatcher_client.cc', |
355 'widget/desktop_aura/desktop_dispatcher_client.h', | 355 'widget/desktop_aura/desktop_dispatcher_client.h', |
356 'widget/desktop_aura/desktop_drag_drop_client_win.cc', | 356 'widget/desktop_aura/desktop_drag_drop_client_win.cc', |
357 'widget/desktop_aura/desktop_drag_drop_client_win.h', | 357 'widget/desktop_aura/desktop_drag_drop_client_win.h', |
358 'widget/desktop_aura/desktop_drop_target_win.cc', | 358 'widget/desktop_aura/desktop_drop_target_win.cc', |
359 'widget/desktop_aura/desktop_drop_target_win.h', | 359 'widget/desktop_aura/desktop_drop_target_win.h', |
360 'widget/desktop_aura/desktop_focus_rules.cc', | |
361 'widget/desktop_aura/desktop_focus_rules.h', | |
362 'widget/desktop_aura/desktop_layout_manager.cc', | 360 'widget/desktop_aura/desktop_layout_manager.cc', |
363 'widget/desktop_aura/desktop_layout_manager.h', | 361 'widget/desktop_aura/desktop_layout_manager.h', |
364 'widget/desktop_aura/desktop_native_widget_aura.cc', | 362 'widget/desktop_aura/desktop_native_widget_aura.cc', |
365 'widget/desktop_aura/desktop_native_widget_aura.h', | 363 'widget/desktop_aura/desktop_native_widget_aura.h', |
366 'widget/desktop_aura/desktop_root_window_host.h', | 364 'widget/desktop_aura/desktop_root_window_host.h', |
367 'widget/desktop_aura/desktop_root_window_host_linux.cc', | 365 'widget/desktop_aura/desktop_root_window_host_linux.cc', |
368 'widget/desktop_aura/desktop_root_window_host_linux.h', | 366 'widget/desktop_aura/desktop_root_window_host_linux.h', |
369 'widget/desktop_aura/desktop_root_window_host_win.cc', | 367 'widget/desktop_aura/desktop_root_window_host_win.cc', |
370 'widget/desktop_aura/desktop_root_window_host_win.h', | 368 'widget/desktop_aura/desktop_root_window_host_win.h', |
371 'widget/desktop_aura/desktop_screen.h', | 369 'widget/desktop_aura/desktop_screen.h', |
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
990 'sources/': [ | 988 'sources/': [ |
991 # This is needed because the aura rule strips it from the default | 989 # This is needed because the aura rule strips it from the default |
992 # sources list. | 990 # sources list. |
993 ['include', '^../../content/app/startup_helper_win.cc'], | 991 ['include', '^../../content/app/startup_helper_win.cc'], |
994 ], | 992 ], |
995 }], | 993 }], |
996 ], | 994 ], |
997 }, # target_name: views_examples_with_content_exe | 995 }, # target_name: views_examples_with_content_exe |
998 ], | 996 ], |
999 } | 997 } |
OLD | NEW |