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 ['OS!="linux" or chromeos==1', { | 10 ['OS!="linux" or chromeos==1', { |
(...skipping 28 matching lines...) Expand all Loading... |
39 '../wm/wm.gyp:wm_public', | 39 '../wm/wm.gyp:wm_public', |
40 ], | 40 ], |
41 'export_dependent_settings': [ | 41 'export_dependent_settings': [ |
42 '../accessibility/accessibility.gyp:ax_gen', | 42 '../accessibility/accessibility.gyp:ax_gen', |
43 ], | 43 ], |
44 'defines': [ | 44 'defines': [ |
45 'VIEWS_IMPLEMENTATION', | 45 'VIEWS_IMPLEMENTATION', |
46 ], | 46 ], |
47 'sources': [ | 47 'sources': [ |
48 # All .cc, .h under views, except unittests | 48 # All .cc, .h under views, except unittests |
49 'accessibility/ax_tree_source_views.cc', | |
50 'accessibility/ax_tree_source_views.h', | |
51 'accessibility/native_view_accessibility.cc', | 49 'accessibility/native_view_accessibility.cc', |
52 'accessibility/native_view_accessibility.h', | 50 'accessibility/native_view_accessibility.h', |
53 'accessibility/native_view_accessibility_win.cc', | 51 'accessibility/native_view_accessibility_win.cc', |
54 'accessibility/native_view_accessibility_win.h', | 52 'accessibility/native_view_accessibility_win.h', |
55 'accessible_pane_view.cc', | 53 'accessible_pane_view.cc', |
56 'accessible_pane_view.h', | 54 'accessible_pane_view.h', |
57 'animation/bounds_animator.cc', | 55 'animation/bounds_animator.cc', |
58 'animation/bounds_animator.h', | 56 'animation/bounds_animator.h', |
59 'animation/scroll_animator.cc', | 57 'animation/scroll_animator.cc', |
60 'animation/scroll_animator.h', | 58 'animation/scroll_animator.h', |
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
647 '../ui.gyp:ui', | 645 '../ui.gyp:ui', |
648 '../ui_unittests.gyp:ui_test_support', | 646 '../ui_unittests.gyp:ui_test_support', |
649 '../wm/wm.gyp:wm_public', | 647 '../wm/wm.gyp:wm_public', |
650 'views', | 648 'views', |
651 'views_test_support', | 649 'views_test_support', |
652 ], | 650 ], |
653 'include_dirs': [ | 651 'include_dirs': [ |
654 '..', | 652 '..', |
655 ], | 653 ], |
656 'sources': [ | 654 'sources': [ |
657 'accessibility/ax_tree_source_views_unittest.cc', | |
658 'accessibility/native_view_accessibility_win_unittest.cc', | 655 'accessibility/native_view_accessibility_win_unittest.cc', |
659 'accessible_pane_view_unittest.cc', | 656 'accessible_pane_view_unittest.cc', |
660 'animation/bounds_animator_unittest.cc', | 657 'animation/bounds_animator_unittest.cc', |
661 'bubble/bubble_border_unittest.cc', | 658 'bubble/bubble_border_unittest.cc', |
662 'bubble/bubble_delegate_unittest.cc', | 659 'bubble/bubble_delegate_unittest.cc', |
663 'bubble/bubble_frame_view_unittest.cc', | 660 'bubble/bubble_frame_view_unittest.cc', |
664 'bubble/bubble_window_targeter_unittest.cc', | 661 'bubble/bubble_window_targeter_unittest.cc', |
665 'controls/button/custom_button_unittest.cc', | 662 'controls/button/custom_button_unittest.cc', |
666 'controls/button/image_button_unittest.cc', | 663 'controls/button/image_button_unittest.cc', |
667 'controls/button/label_button_unittest.cc', | 664 'controls/button/label_button_unittest.cc', |
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
988 'sources/': [ | 985 'sources/': [ |
989 # This is needed because the aura rule strips it from the default | 986 # This is needed because the aura rule strips it from the default |
990 # sources list. | 987 # sources list. |
991 ['include', '^../../content/app/startup_helper_win.cc'], | 988 ['include', '^../../content/app/startup_helper_win.cc'], |
992 ], | 989 ], |
993 }], | 990 }], |
994 ], | 991 ], |
995 }, # target_name: views_examples_with_content_exe | 992 }, # target_name: views_examples_with_content_exe |
996 ], | 993 ], |
997 } | 994 } |
OLD | NEW |