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

Side by Side Diff: views/views.gyp

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

Powered by Google App Engine
This is Rietveld 408576698