| 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 'ime/input_method_ibus.h', | 292 'ime/input_method_ibus.h', |
| 293 'ime/input_method_wayland.cc', | 293 'ime/input_method_wayland.cc', |
| 294 'ime/input_method_wayland.h', | 294 'ime/input_method_wayland.h', |
| 295 'ime/input_method_win.cc', | 295 'ime/input_method_win.cc', |
| 296 'ime/input_method_win.h', | 296 'ime/input_method_win.h', |
| 297 'ime/mock_input_method.cc', | 297 'ime/mock_input_method.cc', |
| 298 'ime/mock_input_method.h', | 298 'ime/mock_input_method.h', |
| 299 'ime/text_input_client.h', | 299 'ime/text_input_client.h', |
| 300 'ime/text_input_type_tracker.h', | 300 'ime/text_input_type_tracker.h', |
| 301 'ime/text_input_type_tracker.cc', | 301 'ime/text_input_type_tracker.cc', |
| 302 'layer_property_setter.cc', | |
| 303 'layer_property_setter.h', | |
| 304 'layout/box_layout.cc', | 302 'layout/box_layout.cc', |
| 305 'layout/box_layout.h', | 303 'layout/box_layout.h', |
| 306 'layout/fill_layout.cc', | 304 'layout/fill_layout.cc', |
| 307 'layout/fill_layout.h', | 305 'layout/fill_layout.h', |
| 308 'layout/grid_layout.cc', | 306 'layout/grid_layout.cc', |
| 309 'layout/grid_layout.h', | 307 'layout/grid_layout.h', |
| 310 'layout/layout_constants.h', | 308 'layout/layout_constants.h', |
| 311 'layout/layout_manager.cc', | 309 'layout/layout_manager.cc', |
| 312 'layout/layout_manager.h', | 310 'layout/layout_manager.h', |
| 313 'metrics.cc', | 311 'metrics.cc', |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 655 ['exclude', 'focus/focus_manager_unittest.cc'], # TODO(beng): | 653 ['exclude', 'focus/focus_manager_unittest.cc'], # TODO(beng): |
| 656 ['exclude', 'widget/native_widget_win_unittest.cc'], | 654 ['exclude', 'widget/native_widget_win_unittest.cc'], |
| 657 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], | 655 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], |
| 658 ['exclude', 'controls/table/table_view_unittest.cc'], | 656 ['exclude', 'controls/table/table_view_unittest.cc'], |
| 659 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], | 657 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], |
| 660 ], | 658 ], |
| 661 }, { | 659 }, { |
| 662 'sources/': [ | 660 'sources/': [ |
| 663 ['exclude', '../ui/aura/test/test_desktop_delegate.cc'], | 661 ['exclude', '../ui/aura/test/test_desktop_delegate.cc'], |
| 664 ['exclude', '../ui/aura/test/test_desktop_delegate.h'], | 662 ['exclude', '../ui/aura/test/test_desktop_delegate.h'], |
| 665 ], | 663 ], |
| 666 }], | 664 }], |
| 667 ['OS!="mac"', { | 665 ['OS!="mac"', { |
| 668 'dependencies': [ | 666 'dependencies': [ |
| 669 # TODO(jcivelli): ideally the resource needed by views would be | 667 # TODO(jcivelli): ideally the resource needed by views would be |
| 670 # factored out. (for some reason it pulls in a bunch | 668 # factored out. (for some reason it pulls in a bunch |
| 671 # unrelated things like v8, sqlite nss...). | 669 # unrelated things like v8, sqlite nss...). |
| 672 '../chrome/chrome.gyp:packed_resources', | 670 '../chrome/chrome.gyp:packed_resources', |
| 673 ], | 671 ], |
| 674 }], | 672 }], |
| 675 ], | 673 ], |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 846 'dependencies': [ | 844 'dependencies': [ |
| 847 '../base/base.gyp:base', | 845 '../base/base.gyp:base', |
| 848 '../base/base.gyp:base_i18n', | 846 '../base/base.gyp:base_i18n', |
| 849 '../skia/skia.gyp:skia', | 847 '../skia/skia.gyp:skia', |
| 850 '../third_party/icu/icu.gyp:icui18n', | 848 '../third_party/icu/icu.gyp:icui18n', |
| 851 '../third_party/icu/icu.gyp:icuuc', | 849 '../third_party/icu/icu.gyp:icuuc', |
| 852 '../ui/ui.gyp:gfx_resources', | 850 '../ui/ui.gyp:gfx_resources', |
| 853 '../ui/ui.gyp:ui', | 851 '../ui/ui.gyp:ui', |
| 854 '../ui/ui.gyp:ui_resources', | 852 '../ui/ui.gyp:ui_resources', |
| 855 '../ui/ui.gyp:ui_resources_standard', | 853 '../ui/ui.gyp:ui_resources_standard', |
| 854 '../ui/gfx/compositor/compositor.gyp:compositor', |
| 856 'views', | 855 'views', |
| 857 'views_desktop_lib', | 856 'views_desktop_lib', |
| 858 ], | 857 ], |
| 859 'include_dirs': [ | 858 'include_dirs': [ |
| 860 '..', | 859 '..', |
| 861 ], | 860 ], |
| 862 'sources': [ | 861 'sources': [ |
| 863 'desktop/desktop_main.cc', | 862 'desktop/desktop_main.cc', |
| 864 'desktop/desktop_views_delegate.cc', | 863 'desktop/desktop_views_delegate.cc', |
| 865 'desktop/desktop_views_delegate.h', | 864 'desktop/desktop_views_delegate.h', |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 949 'dependencies': [ | 948 'dependencies': [ |
| 950 '../chrome/chrome.gyp:packed_resources', | 949 '../chrome/chrome.gyp:packed_resources', |
| 951 ], | 950 ], |
| 952 }], | 951 }], |
| 953 ], | 952 ], |
| 954 }, | 953 }, |
| 955 ], | 954 ], |
| 956 }], | 955 }], |
| 957 ], | 956 ], |
| 958 } | 957 } |
| OLD | NEW |