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

Side by Side Diff: ui/views/views.gyp

Issue 1944043002: Enabled tests to control material design ink drop animations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Replaced unique_ptr with scoped_ptr. Created 4 years, 7 months 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
« no previous file with comments | « ui/views/animation/test/test_ink_drop_host.cc ('k') | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 'widget/desktop_aura/desktop_factory_ozone.cc', 486 'widget/desktop_aura/desktop_factory_ozone.cc',
487 'widget/desktop_aura/desktop_factory_ozone.h', 487 'widget/desktop_aura/desktop_factory_ozone.h',
488 'widget/desktop_aura/desktop_screen_ozone.cc', 488 'widget/desktop_aura/desktop_screen_ozone.cc',
489 'widget/desktop_aura/desktop_window_tree_host_ozone.cc', 489 'widget/desktop_aura/desktop_window_tree_host_ozone.cc',
490 ], 490 ],
491 'views_test_support_sources': [ 491 'views_test_support_sources': [
492 'animation/test/flood_fill_ink_drop_animation_test_api.cc', 492 'animation/test/flood_fill_ink_drop_animation_test_api.cc',
493 'animation/test/flood_fill_ink_drop_animation_test_api.h', 493 'animation/test/flood_fill_ink_drop_animation_test_api.h',
494 'animation/test/ink_drop_animation_test_api.cc', 494 'animation/test/ink_drop_animation_test_api.cc',
495 'animation/test/ink_drop_animation_test_api.h', 495 'animation/test/ink_drop_animation_test_api.h',
496 'animation/test/ink_drop_animation_controller_impl_test_api.cc',
497 'animation/test/ink_drop_animation_controller_impl_test_api.h',
498 'animation/test/ink_drop_hover_test_api.cc',
499 'animation/test/ink_drop_hover_test_api.h',
496 'animation/test/square_ink_drop_animation_test_api.cc', 500 'animation/test/square_ink_drop_animation_test_api.cc',
497 'animation/test/square_ink_drop_animation_test_api.h', 501 'animation/test/square_ink_drop_animation_test_api.h',
498 'animation/test/test_ink_drop_animation_observer.cc', 502 'animation/test/test_ink_drop_animation_observer.cc',
499 'animation/test/test_ink_drop_animation_observer.h', 503 'animation/test/test_ink_drop_animation_observer.h',
500 'animation/test/test_ink_drop_animation_observer_helper.h', 504 'animation/test/test_ink_drop_animation_observer_helper.h',
501 'animation/test/test_ink_drop_host.cc', 505 'animation/test/test_ink_drop_host.cc',
502 'animation/test/test_ink_drop_host.h', 506 'animation/test/test_ink_drop_host.h',
503 'animation/test/test_ink_drop_delegate.cc', 507 'animation/test/test_ink_drop_delegate.cc',
504 'animation/test/test_ink_drop_delegate.h', 508 'animation/test/test_ink_drop_delegate.h',
505 'controls/textfield/textfield_test_api.cc', 509 'controls/textfield/textfield_test_api.cc',
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 '../aura/aura.gyp:aura', 1027 '../aura/aura.gyp:aura',
1024 '../wm/wm.gyp:wm', 1028 '../wm/wm.gyp:wm',
1025 ], 1029 ],
1026 }], 1030 }],
1027 ], 1031 ],
1028 }, # target_name: macviews_interactive_ui_tests 1032 }, # target_name: macviews_interactive_ui_tests
1029 ], # targets 1033 ], # targets
1030 }], 1034 }],
1031 ], # conditions 1035 ], # conditions
1032 } 1036 }
OLDNEW
« no previous file with comments | « ui/views/animation/test/test_ink_drop_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698