Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: views/views.gyp

Issue 8400059: Revert 107715 - Enable the new layer animation framework. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « views/view_unittest.cc ('k') | views/widget/native_widget_views.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
304 'layout/box_layout.cc', 306 'layout/box_layout.cc',
305 'layout/box_layout.h', 307 'layout/box_layout.h',
306 'layout/fill_layout.cc', 308 'layout/fill_layout.cc',
307 'layout/fill_layout.h', 309 'layout/fill_layout.h',
308 'layout/grid_layout.cc', 310 'layout/grid_layout.cc',
309 'layout/grid_layout.h', 311 'layout/grid_layout.h',
310 'layout/layout_constants.h', 312 'layout/layout_constants.h',
311 'layout/layout_manager.cc', 313 'layout/layout_manager.cc',
312 'layout/layout_manager.h', 314 'layout/layout_manager.h',
313 'metrics.cc', 315 'metrics.cc',
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 ['exclude', 'focus/focus_manager_unittest.cc'], # TODO(beng): 654 ['exclude', 'focus/focus_manager_unittest.cc'], # TODO(beng):
653 ['exclude', 'widget/native_widget_win_unittest.cc'], 655 ['exclude', 'widget/native_widget_win_unittest.cc'],
654 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], 656 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'],
655 ['exclude', 'controls/table/table_view_unittest.cc'], 657 ['exclude', 'controls/table/table_view_unittest.cc'],
656 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], 658 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'],
657 ], 659 ],
658 }, { 660 }, {
659 'sources/': [ 661 'sources/': [
660 ['exclude', '../ui/aura/test/test_desktop_delegate.cc'], 662 ['exclude', '../ui/aura/test/test_desktop_delegate.cc'],
661 ['exclude', '../ui/aura/test/test_desktop_delegate.h'], 663 ['exclude', '../ui/aura/test/test_desktop_delegate.h'],
662 ], 664 ],
663 }], 665 }],
664 ['OS!="mac"', { 666 ['OS!="mac"', {
665 'dependencies': [ 667 'dependencies': [
666 # TODO(jcivelli): ideally the resource needed by views would be 668 # TODO(jcivelli): ideally the resource needed by views would be
667 # factored out. (for some reason it pulls in a bunch 669 # factored out. (for some reason it pulls in a bunch
668 # unrelated things like v8, sqlite nss...). 670 # unrelated things like v8, sqlite nss...).
669 '../chrome/chrome.gyp:packed_resources', 671 '../chrome/chrome.gyp:packed_resources',
670 ], 672 ],
671 }], 673 }],
672 ], 674 ],
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 'dependencies': [ 847 'dependencies': [
846 '../base/base.gyp:base', 848 '../base/base.gyp:base',
847 '../base/base.gyp:base_i18n', 849 '../base/base.gyp:base_i18n',
848 '../skia/skia.gyp:skia', 850 '../skia/skia.gyp:skia',
849 '../third_party/icu/icu.gyp:icui18n', 851 '../third_party/icu/icu.gyp:icui18n',
850 '../third_party/icu/icu.gyp:icuuc', 852 '../third_party/icu/icu.gyp:icuuc',
851 '../ui/ui.gyp:gfx_resources', 853 '../ui/ui.gyp:gfx_resources',
852 '../ui/ui.gyp:ui', 854 '../ui/ui.gyp:ui',
853 '../ui/ui.gyp:ui_resources', 855 '../ui/ui.gyp:ui_resources',
854 '../ui/ui.gyp:ui_resources_standard', 856 '../ui/ui.gyp:ui_resources_standard',
855 '../ui/gfx/compositor/compositor.gyp:compositor',
856 'views', 857 'views',
857 'views_desktop_lib', 858 'views_desktop_lib',
858 ], 859 ],
859 'include_dirs': [ 860 'include_dirs': [
860 '..', 861 '..',
861 ], 862 ],
862 'sources': [ 863 'sources': [
863 'desktop/desktop_main.cc', 864 'desktop/desktop_main.cc',
864 'desktop/desktop_views_delegate.cc', 865 'desktop/desktop_views_delegate.cc',
865 'desktop/desktop_views_delegate.h', 866 'desktop/desktop_views_delegate.h',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 'dependencies': [ 950 'dependencies': [
950 '../chrome/chrome.gyp:packed_resources', 951 '../chrome/chrome.gyp:packed_resources',
951 ], 952 ],
952 }], 953 }],
953 ], 954 ],
954 }, 955 },
955 ], 956 ],
956 }], 957 }],
957 ], 958 ],
958 } 959 }
OLDNEW
« no previous file with comments | « views/view_unittest.cc ('k') | views/widget/native_widget_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698