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_root_window_host_win.cc'], | 448 ['include', 'widget/desktop_root_window_host_win.cc'], |
449 ['include', 'widget/desktop_root_window_host_win.h'], | 449 ['include', 'widget/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', '../aura/shared/'], | 456 ['exclude', '../aura/shared/'], |
457 ['exclude', '../aura/desktop/'], | 457 ['exclude', '../aura/desktop/'], |
458 ['exclude', 'bubble/tray_bubble_view.cc'], | |
msw
2012/11/08 18:32:54
nit: specific files should be listed in a "sources
bartfab (slow)
2012/11/08 18:40:15
Done.
| |
459 ['exclude', 'bubble/tray_bubble_view.h'], | |
458 ['exclude', '/desktop_[^/]*\\.cc$'], | 460 ['exclude', '/desktop_[^/]*\\.cc$'], |
459 ['exclude', '/x11_[^/]*\\.cc$'], | 461 ['exclude', '/x11_[^/]*\\.cc$'], |
460 ['exclude', 'widget/native_widget_aura_window_observer.cc'], | 462 ['exclude', 'widget/native_widget_aura_window_observer.cc'], |
461 ['exclude', 'widget/native_widget_aura_window_observer.h'], | 463 ['exclude', 'widget/native_widget_aura_window_observer.h'], |
462 ['exclude', 'widget/widget_aura_utils.cc'], | 464 ['exclude', 'widget/widget_aura_utils.cc'], |
463 ['exclude', 'widget/widget_aura_utils.h'], | 465 ['exclude', 'widget/widget_aura_utils.h'], |
464 ], | 466 ], |
465 }], | 467 }], |
466 ['chromeos==1', { | 468 ['chromeos==1', { |
467 'sources/': [ | 469 'sources/': [ |
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
915 'sources/': [ | 917 'sources/': [ |
916 # This is needed because the aura rule strips it from the default | 918 # This is needed because the aura rule strips it from the default |
917 # sources list. | 919 # sources list. |
918 ['include', '^../../content/app/startup_helper_win.cc'], | 920 ['include', '^../../content/app/startup_helper_win.cc'], |
919 ], | 921 ], |
920 }], | 922 }], |
921 ], | 923 ], |
922 }, # target_name: views_examples_with_content_exe | 924 }, # target_name: views_examples_with_content_exe |
923 ], | 925 ], |
924 } | 926 } |
OLD | NEW |