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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
543 ['use_aura==1 and OS=="win"', { | 543 ['use_aura==1 and OS=="win"', { |
544 'sources/': [ | 544 'sources/': [ |
545 ['include', 'controls/menu/menu_config_win.cc'], | 545 ['include', 'controls/menu/menu_config_win.cc'], |
546 ['include', 'controls/menu/menu_separator_win.cc'], | 546 ['include', 'controls/menu/menu_separator_win.cc'], |
547 ['include', 'accessibility/native_view_accessibility_win.cc'], | 547 ['include', 'accessibility/native_view_accessibility_win.cc'], |
548 ['include', 'accessibility/native_view_accessibility_win.h'], | 548 ['include', 'accessibility/native_view_accessibility_win.h'], |
549 ], | 549 ], |
550 }], | 550 }], |
551 ['OS=="linux" and chromeos==0', { | 551 ['OS=="linux" and chromeos==0', { |
552 'dependencies': [ | 552 'dependencies': [ |
553 '../ui.gyp:shell_dialogs', | 553 '../shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
554 ], | 554 ], |
555 }, { # OS=="linux" and chromeos==0 | 555 }, { # OS=="linux" and chromeos==0 |
556 'sources/': [ | 556 'sources/': [ |
557 ['exclude', 'linux_ui'], | 557 ['exclude', 'linux_ui'], |
558 ], | 558 ], |
559 }], | 559 }], |
560 ['OS=="win"', { | 560 ['OS=="win"', { |
561 'dependencies': [ | 561 'dependencies': [ |
562 # For accessibility | 562 # For accessibility |
563 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 563 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
705 '../../third_party/icu/icu.gyp:icui18n', | 705 '../../third_party/icu/icu.gyp:icui18n', |
706 '../../third_party/icu/icu.gyp:icuuc', | 706 '../../third_party/icu/icu.gyp:icuuc', |
707 '../../url/url.gyp:url_lib', | 707 '../../url/url.gyp:url_lib', |
708 '../base/strings/ui_strings.gyp:ui_strings', | 708 '../base/strings/ui_strings.gyp:ui_strings', |
709 '../compositor/compositor.gyp:compositor', | 709 '../compositor/compositor.gyp:compositor', |
710 '../compositor/compositor.gyp:compositor_test_support', | 710 '../compositor/compositor.gyp:compositor_test_support', |
711 '../events/events.gyp:events', | 711 '../events/events.gyp:events', |
712 '../gfx/gfx.gyp:gfx', | 712 '../gfx/gfx.gyp:gfx', |
713 '../ui.gyp:ui', | 713 '../ui.gyp:ui', |
714 '../ui.gyp:ui_resources', | 714 '../ui.gyp:ui_resources', |
715 '../ui.gyp:ui_test_support', | 715 '../ui_unittests.gyp:ui_test_support', |
716 'views', | 716 'views', |
717 'views_test_support', | 717 'views_test_support', |
718 ], | 718 ], |
719 'include_dirs': [ | 719 'include_dirs': [ |
720 '..', | 720 '..', |
721 ], | 721 ], |
722 'sources': [ | 722 'sources': [ |
723 'accessibility/native_view_accessibility_win_unittest.cc', | 723 'accessibility/native_view_accessibility_win_unittest.cc', |
724 'accessible_pane_view_unittest.cc', | 724 'accessible_pane_view_unittest.cc', |
725 'animation/bounds_animator_unittest.cc', | 725 'animation/bounds_animator_unittest.cc', |
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1100 'sources/': [ | 1100 'sources/': [ |
1101 # This is needed because the aura rule strips it from the default | 1101 # This is needed because the aura rule strips it from the default |
1102 # sources list. | 1102 # sources list. |
1103 ['include', '^../../content/app/startup_helper_win.cc'], | 1103 ['include', '^../../content/app/startup_helper_win.cc'], |
1104 ], | 1104 ], |
1105 }], | 1105 }], |
1106 ], | 1106 ], |
1107 }, # target_name: views_examples_with_content_exe | 1107 }, # target_name: views_examples_with_content_exe |
1108 ], | 1108 ], |
1109 } | 1109 } |
OLD | NEW |