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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 'widget/desktop_aura/desktop_root_window_host_linux.cc', | 365 'widget/desktop_aura/desktop_root_window_host_linux.cc', |
366 'widget/desktop_aura/desktop_root_window_host_linux.h', | 366 'widget/desktop_aura/desktop_root_window_host_linux.h', |
367 'widget/desktop_aura/desktop_root_window_host_win.cc', | 367 'widget/desktop_aura/desktop_root_window_host_win.cc', |
368 'widget/desktop_aura/desktop_root_window_host_win.h', | 368 'widget/desktop_aura/desktop_root_window_host_win.h', |
369 'widget/desktop_aura/desktop_screen.h', | 369 'widget/desktop_aura/desktop_screen.h', |
370 'widget/desktop_aura/desktop_screen_position_client.cc', | 370 'widget/desktop_aura/desktop_screen_position_client.cc', |
371 'widget/desktop_aura/desktop_screen_position_client.h', | 371 'widget/desktop_aura/desktop_screen_position_client.h', |
372 'widget/desktop_aura/desktop_screen_win.cc', | 372 'widget/desktop_aura/desktop_screen_win.cc', |
373 'widget/desktop_aura/desktop_screen_win.h', | 373 'widget/desktop_aura/desktop_screen_win.h', |
374 'widget/desktop_aura/desktop_screen_x11.cc', | 374 'widget/desktop_aura/desktop_screen_x11.cc', |
375 'widget/desktop_aura/desktop_stacking_client.cc', | |
376 'widget/desktop_aura/desktop_stacking_client.h', | |
377 'widget/desktop_aura/x11_desktop_handler.cc', | 375 'widget/desktop_aura/x11_desktop_handler.cc', |
378 'widget/desktop_aura/x11_desktop_handler.h', | 376 'widget/desktop_aura/x11_desktop_handler.h', |
379 'widget/desktop_aura/x11_desktop_window_move_client.cc', | 377 'widget/desktop_aura/x11_desktop_window_move_client.cc', |
380 'widget/desktop_aura/x11_desktop_window_move_client.h', | 378 'widget/desktop_aura/x11_desktop_window_move_client.h', |
381 'widget/desktop_aura/x11_window_event_filter.cc', | 379 'widget/desktop_aura/x11_window_event_filter.cc', |
382 'widget/desktop_aura/x11_window_event_filter.h', | 380 'widget/desktop_aura/x11_window_event_filter.h', |
383 'widget/drop_helper.cc', | 381 'widget/drop_helper.cc', |
384 'widget/drop_helper.h', | 382 'widget/drop_helper.h', |
385 'widget/drop_target_win.cc', | 383 'widget/drop_target_win.cc', |
386 'widget/drop_target_win.h', | 384 'widget/drop_target_win.h', |
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
986 'sources/': [ | 984 'sources/': [ |
987 # This is needed because the aura rule strips it from the default | 985 # This is needed because the aura rule strips it from the default |
988 # sources list. | 986 # sources list. |
989 ['include', '^../../content/app/startup_helper_win.cc'], | 987 ['include', '^../../content/app/startup_helper_win.cc'], |
990 ], | 988 ], |
991 }], | 989 }], |
992 ], | 990 ], |
993 }, # target_name: views_examples_with_content_exe | 991 }, # target_name: views_examples_with_content_exe |
994 ], | 992 ], |
995 } | 993 } |
OLD | NEW |