OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 | 9 |
10 'target_defaults': { | 10 'target_defaults': { |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 'ime/input_method_ibus.h', | 294 'ime/input_method_ibus.h', |
295 'ime/input_method_wayland.cc', | 295 'ime/input_method_wayland.cc', |
296 'ime/input_method_wayland.h', | 296 'ime/input_method_wayland.h', |
297 'ime/input_method_win.cc', | 297 'ime/input_method_win.cc', |
298 'ime/input_method_win.h', | 298 'ime/input_method_win.h', |
299 'ime/mock_input_method.cc', | 299 'ime/mock_input_method.cc', |
300 'ime/mock_input_method.h', | 300 'ime/mock_input_method.h', |
301 'ime/text_input_client.h', | 301 'ime/text_input_client.h', |
302 'ime/text_input_type_tracker.h', | 302 'ime/text_input_type_tracker.h', |
303 'ime/text_input_type_tracker.cc', | 303 'ime/text_input_type_tracker.cc', |
304 'layer_property_setter.cc', | |
305 'layer_property_setter.h', | |
306 'layout/box_layout.cc', | 304 'layout/box_layout.cc', |
307 'layout/box_layout.h', | 305 'layout/box_layout.h', |
308 'layout/fill_layout.cc', | 306 'layout/fill_layout.cc', |
309 'layout/fill_layout.h', | 307 'layout/fill_layout.h', |
310 'layout/grid_layout.cc', | 308 'layout/grid_layout.cc', |
311 'layout/grid_layout.h', | 309 'layout/grid_layout.h', |
312 'layout/layout_constants.h', | 310 'layout/layout_constants.h', |
313 'layout/layout_manager.cc', | 311 'layout/layout_manager.cc', |
314 'layout/layout_manager.h', | 312 'layout/layout_manager.h', |
315 'metrics.cc', | 313 'metrics.cc', |
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
654 ['exclude', 'focus/focus_manager_unittest.cc'], # TODO(beng): | 652 ['exclude', 'focus/focus_manager_unittest.cc'], # TODO(beng): |
655 ['exclude', 'widget/native_widget_win_unittest.cc'], | 653 ['exclude', 'widget/native_widget_win_unittest.cc'], |
656 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], | 654 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], |
657 ['exclude', 'controls/table/table_view_unittest.cc'], | 655 ['exclude', 'controls/table/table_view_unittest.cc'], |
658 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], | 656 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], |
659 ], | 657 ], |
660 }, { | 658 }, { |
661 'sources/': [ | 659 'sources/': [ |
662 ['exclude', '../ui/aura/test/test_desktop_delegate.cc'], | 660 ['exclude', '../ui/aura/test/test_desktop_delegate.cc'], |
663 ['exclude', '../ui/aura/test/test_desktop_delegate.h'], | 661 ['exclude', '../ui/aura/test/test_desktop_delegate.h'], |
664 ], | 662 ], |
665 }], | 663 }], |
666 ['OS!="mac"', { | 664 ['OS!="mac"', { |
667 'dependencies': [ | 665 'dependencies': [ |
668 # TODO(jcivelli): ideally the resource needed by views would be | 666 # TODO(jcivelli): ideally the resource needed by views would be |
669 # factored out. (for some reason it pulls in a bunch | 667 # factored out. (for some reason it pulls in a bunch |
670 # unrelated things like v8, sqlite nss...). | 668 # unrelated things like v8, sqlite nss...). |
671 '../chrome/chrome.gyp:packed_resources', | 669 '../chrome/chrome.gyp:packed_resources', |
672 ], | 670 ], |
673 }], | 671 }], |
674 ], | 672 ], |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
786 ], | 784 ], |
787 }, | 785 }, |
788 { | 786 { |
789 'target_name': 'views_desktop_lib', | 787 'target_name': 'views_desktop_lib', |
790 'type': 'static_library', | 788 'type': 'static_library', |
791 'dependencies': [ | 789 'dependencies': [ |
792 '../base/base.gyp:base', | 790 '../base/base.gyp:base', |
793 '../skia/skia.gyp:skia', | 791 '../skia/skia.gyp:skia', |
794 '../third_party/icu/icu.gyp:icui18n', | 792 '../third_party/icu/icu.gyp:icui18n', |
795 '../third_party/icu/icu.gyp:icuuc', | 793 '../third_party/icu/icu.gyp:icuuc', |
| 794 '../ui/gfx/compositor/compositor.gyp:compositor', |
796 '../ui/ui.gyp:gfx_resources', | 795 '../ui/ui.gyp:gfx_resources', |
797 '../ui/ui.gyp:ui', | 796 '../ui/ui.gyp:ui', |
798 '../ui/ui.gyp:ui_resources', | 797 '../ui/ui.gyp:ui_resources', |
799 'views', | 798 'views', |
800 ], | 799 ], |
801 'include_dirs': [ | 800 'include_dirs': [ |
802 '..', | 801 '..', |
803 ], | 802 ], |
804 'sources': [ | 803 'sources': [ |
805 'desktop/desktop_background.cc', | 804 'desktop/desktop_background.cc', |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
847 'dependencies': [ | 846 'dependencies': [ |
848 '../base/base.gyp:base', | 847 '../base/base.gyp:base', |
849 '../base/base.gyp:base_i18n', | 848 '../base/base.gyp:base_i18n', |
850 '../skia/skia.gyp:skia', | 849 '../skia/skia.gyp:skia', |
851 '../third_party/icu/icu.gyp:icui18n', | 850 '../third_party/icu/icu.gyp:icui18n', |
852 '../third_party/icu/icu.gyp:icuuc', | 851 '../third_party/icu/icu.gyp:icuuc', |
853 '../ui/ui.gyp:gfx_resources', | 852 '../ui/ui.gyp:gfx_resources', |
854 '../ui/ui.gyp:ui', | 853 '../ui/ui.gyp:ui', |
855 '../ui/ui.gyp:ui_resources', | 854 '../ui/ui.gyp:ui_resources', |
856 '../ui/ui.gyp:ui_resources_standard', | 855 '../ui/ui.gyp:ui_resources_standard', |
| 856 '../ui/gfx/compositor/compositor.gyp:compositor', |
857 'views', | 857 'views', |
858 'views_desktop_lib', | 858 'views_desktop_lib', |
859 ], | 859 ], |
860 'include_dirs': [ | 860 'include_dirs': [ |
861 '..', | 861 '..', |
862 ], | 862 ], |
863 'sources': [ | 863 'sources': [ |
864 'desktop/desktop_main.cc', | 864 'desktop/desktop_main.cc', |
865 'desktop/desktop_views_delegate.cc', | 865 'desktop/desktop_views_delegate.cc', |
866 'desktop/desktop_views_delegate.h', | 866 'desktop/desktop_views_delegate.h', |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
950 'dependencies': [ | 950 'dependencies': [ |
951 '../chrome/chrome.gyp:packed_resources', | 951 '../chrome/chrome.gyp:packed_resources', |
952 ], | 952 ], |
953 }], | 953 }], |
954 ], | 954 ], |
955 }, | 955 }, |
956 ], | 956 ], |
957 }], | 957 }], |
958 ], | 958 ], |
959 } | 959 } |
OLD | NEW |