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 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
455 'sources/': [ | 455 'sources/': [ |
456 ['exclude', '../aura/shared/'], | 456 ['exclude', '../aura/shared/'], |
457 ['exclude', '../aura/desktop/'], | 457 ['exclude', '../aura/desktop/'], |
458 ['exclude', '/desktop_[^/]*\\.cc$'], | 458 ['exclude', '/desktop_[^/]*\\.cc$'], |
459 ['exclude', '/x11_[^/]*\\.cc$'], | 459 ['exclude', '/x11_[^/]*\\.cc$'], |
460 ['exclude', 'widget/native_widget_aura_window_observer.cc'], | 460 ['exclude', 'widget/native_widget_aura_window_observer.cc'], |
461 ['exclude', 'widget/native_widget_aura_window_observer.h'], | 461 ['exclude', 'widget/native_widget_aura_window_observer.h'], |
462 ['exclude', 'widget/widget_aura_utils.cc'], | 462 ['exclude', 'widget/widget_aura_utils.cc'], |
463 ['exclude', 'widget/widget_aura_utils.h'], | 463 ['exclude', 'widget/widget_aura_utils.h'], |
464 ], | 464 ], |
| 465 'sources!': [ |
| 466 'bubble/tray_bubble_view.cc', |
| 467 'bubble/tray_bubble_view.h', |
| 468 ], |
465 }], | 469 }], |
466 ['chromeos==1', { | 470 ['chromeos==1', { |
467 'sources/': [ | 471 'sources/': [ |
468 ['exclude', '/desktop_[^/]*\\.cc$'], | 472 ['exclude', '/desktop_[^/]*\\.cc$'], |
469 ['exclude', 'widget/x11_*'], | 473 ['exclude', 'widget/x11_*'], |
470 ['exclude', '../aura/desktop/'], | 474 ['exclude', '../aura/desktop/'], |
471 ], | 475 ], |
472 }], | 476 }], |
473 ['use_aura==0 and OS=="win"', { | 477 ['use_aura==0 and OS=="win"', { |
474 'sources!': [ | 478 'sources!': [ |
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
915 'sources/': [ | 919 'sources/': [ |
916 # This is needed because the aura rule strips it from the default | 920 # This is needed because the aura rule strips it from the default |
917 # sources list. | 921 # sources list. |
918 ['include', '^../../content/app/startup_helper_win.cc'], | 922 ['include', '^../../content/app/startup_helper_win.cc'], |
919 ], | 923 ], |
920 }], | 924 }], |
921 ], | 925 ], |
922 }, # target_name: views_examples_with_content_exe | 926 }, # target_name: views_examples_with_content_exe |
923 ], | 927 ], |
924 } | 928 } |
OLD | NEW |