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 | 8 |
9 'target_defaults': { | 9 'target_defaults': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
448 ['include', 'widget/desktop_aura/desktop_root_window_host_win.cc
'], | 448 ['include', 'widget/desktop_aura/desktop_root_window_host_win.cc
'], |
449 ['include', 'widget/desktop_aura/desktop_root_window_host_win.h'
], | 449 ['include', 'widget/desktop_aura/desktop_root_window_host_win.h'
], |
450 ], | 450 ], |
451 }], | 451 }], |
452 ], | 452 ], |
453 }], | 453 }], |
454 ['use_aura==0', { | 454 ['use_aura==0', { |
455 'sources/': [ | 455 'sources/': [ |
456 ['exclude', 'corewm'], | 456 ['exclude', 'corewm'], |
457 ['exclude', 'widget/desktop_aura'], | 457 ['exclude', 'widget/desktop_aura'], |
458 ['exclude', 'widget/native_widget_aura_window_observer.cc'], | 458 ], |
459 ['exclude', 'widget/native_widget_aura_window_observer.h'], | 459 'sources!': [ |
460 ['exclude', 'widget/widget_aura_utils.cc'], | 460 'bubble/tray_bubble_view.cc', |
461 ['exclude', 'widget/widget_aura_utils.h'], | 461 'bubble/tray_bubble_view.h', |
| 462 'widget/native_widget_aura_window_observer.cc', |
| 463 'widget/native_widget_aura_window_observer.h', |
| 464 'widget/widget_aura_utils.cc', |
| 465 'widget/widget_aura_utils.h', |
462 ], | 466 ], |
463 }], | 467 }], |
464 ['chromeos==1', { | 468 ['chromeos==1', { |
465 'sources/': [ | 469 'sources/': [ |
466 ['exclude', 'widget/desktop_aura'], | 470 ['exclude', 'widget/desktop_aura'], |
467 ], | 471 ], |
468 }], | 472 }], |
469 ['use_aura==0 and OS=="win"', { | 473 ['use_aura==0 and OS=="win"', { |
470 'sources!': [ | 474 'sources!': [ |
471 'controls/menu/menu_config_views.cc', | 475 'controls/menu/menu_config_views.cc', |
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
910 'sources/': [ | 914 'sources/': [ |
911 # This is needed because the aura rule strips it from the default | 915 # This is needed because the aura rule strips it from the default |
912 # sources list. | 916 # sources list. |
913 ['include', '^../../content/app/startup_helper_win.cc'], | 917 ['include', '^../../content/app/startup_helper_win.cc'], |
914 ], | 918 ], |
915 }], | 919 }], |
916 ], | 920 ], |
917 }, # target_name: views_examples_with_content_exe | 921 }, # target_name: views_examples_with_content_exe |
918 ], | 922 ], |
919 } | 923 } |
OLD | NEW |