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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
658 ['exclude', 'focus/focus_manager_unittest.cc'], # TODO(beng): | 656 ['exclude', 'focus/focus_manager_unittest.cc'], # TODO(beng): |
659 ['exclude', 'widget/native_widget_win_unittest.cc'], | 657 ['exclude', 'widget/native_widget_win_unittest.cc'], |
660 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], | 658 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], |
661 ['exclude', 'controls/table/table_view_unittest.cc'], | 659 ['exclude', 'controls/table/table_view_unittest.cc'], |
662 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], | 660 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], |
663 ], | 661 ], |
664 }, { | 662 }, { |
665 'sources/': [ | 663 'sources/': [ |
666 ['exclude', '../ui/aura/test/test_desktop_delegate.cc'], | 664 ['exclude', '../ui/aura/test/test_desktop_delegate.cc'], |
667 ['exclude', '../ui/aura/test/test_desktop_delegate.h'], | 665 ['exclude', '../ui/aura/test/test_desktop_delegate.h'], |
668 ], | 666 ], |
669 }], | 667 }], |
670 ['OS!="mac"', { | 668 ['OS!="mac"', { |
671 'dependencies': [ | 669 'dependencies': [ |
672 # TODO(jcivelli): ideally the resource needed by views would be | 670 # TODO(jcivelli): ideally the resource needed by views would be |
673 # factored out. (for some reason it pulls in a bunch | 671 # factored out. (for some reason it pulls in a bunch |
674 # unrelated things like v8, sqlite nss...). | 672 # unrelated things like v8, sqlite nss...). |
675 '../chrome/chrome.gyp:packed_resources', | 673 '../chrome/chrome.gyp:packed_resources', |
676 ], | 674 ], |
677 }], | 675 }], |
678 ], | 676 ], |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
849 'dependencies': [ | 847 'dependencies': [ |
850 '../base/base.gyp:base', | 848 '../base/base.gyp:base', |
851 '../base/base.gyp:base_i18n', | 849 '../base/base.gyp:base_i18n', |
852 '../skia/skia.gyp:skia', | 850 '../skia/skia.gyp:skia', |
853 '../third_party/icu/icu.gyp:icui18n', | 851 '../third_party/icu/icu.gyp:icui18n', |
854 '../third_party/icu/icu.gyp:icuuc', | 852 '../third_party/icu/icu.gyp:icuuc', |
855 '../ui/ui.gyp:gfx_resources', | 853 '../ui/ui.gyp:gfx_resources', |
856 '../ui/ui.gyp:ui', | 854 '../ui/ui.gyp:ui', |
857 '../ui/ui.gyp:ui_resources', | 855 '../ui/ui.gyp:ui_resources', |
858 '../ui/ui.gyp:ui_resources_standard', | 856 '../ui/ui.gyp:ui_resources_standard', |
| 857 '../ui/gfx/compositor/compositor.gyp:compositor', |
859 'views', | 858 'views', |
860 'views_desktop_lib', | 859 'views_desktop_lib', |
861 ], | 860 ], |
862 'include_dirs': [ | 861 'include_dirs': [ |
863 '..', | 862 '..', |
864 ], | 863 ], |
865 'sources': [ | 864 'sources': [ |
866 'desktop/desktop_main.cc', | 865 'desktop/desktop_main.cc', |
867 'desktop/desktop_views_delegate.cc', | 866 'desktop/desktop_views_delegate.cc', |
868 'desktop/desktop_views_delegate.h', | 867 'desktop/desktop_views_delegate.h', |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
952 'dependencies': [ | 951 'dependencies': [ |
953 '../chrome/chrome.gyp:packed_resources', | 952 '../chrome/chrome.gyp:packed_resources', |
954 ], | 953 ], |
955 }], | 954 }], |
956 ], | 955 ], |
957 }, | 956 }, |
958 ], | 957 ], |
959 }], | 958 }], |
960 ], | 959 ], |
961 } | 960 } |
OLD | NEW |