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

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

Issue 1900283002: Added ui::test::MultiLayerAnimatorTestController and Delegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated gn build. Created 4 years, 8 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/compositor/BUILD.gn ('k') | ui/compositor/test/multi_layer_animator_test_controller.h » ('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) 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'test/draw_waiter_for_test.cc', 122 'test/draw_waiter_for_test.cc',
123 'test/draw_waiter_for_test.h', 123 'test/draw_waiter_for_test.h',
124 'test/in_process_context_factory.cc', 124 'test/in_process_context_factory.cc',
125 'test/in_process_context_factory.h', 125 'test/in_process_context_factory.h',
126 'test/in_process_context_provider.cc', 126 'test/in_process_context_provider.cc',
127 'test/in_process_context_provider.h', 127 'test/in_process_context_provider.h',
128 'test/layer_animation_observer_test_api.cc', 128 'test/layer_animation_observer_test_api.cc',
129 'test/layer_animation_observer_test_api.h', 129 'test/layer_animation_observer_test_api.h',
130 'test/layer_animator_test_controller.cc', 130 'test/layer_animator_test_controller.cc',
131 'test/layer_animator_test_controller.h', 131 'test/layer_animator_test_controller.h',
132 'test/multi_layer_animator_test_controller.cc',
133 'test/multi_layer_animator_test_controller.h',
134 'test/multi_layer_animator_test_controller_delegate.h',
132 'test/test_compositor_host.h', 135 'test/test_compositor_host.h',
133 'test/test_compositor_host_android.cc', 136 'test/test_compositor_host_android.cc',
134 'test/test_compositor_host_mac.mm', 137 'test/test_compositor_host_mac.mm',
135 'test/test_compositor_host_ozone.cc', 138 'test/test_compositor_host_ozone.cc',
136 'test/test_compositor_host_win.cc', 139 'test/test_compositor_host_win.cc',
137 'test/test_compositor_host_x11.cc', 140 'test/test_compositor_host_x11.cc',
138 'test/test_layer_animation_delegate.cc', 141 'test/test_layer_animation_delegate.cc',
139 'test/test_layer_animation_delegate.h', 142 'test/test_layer_animation_delegate.h',
140 'test/test_layer_animation_observer.cc', 143 'test/test_layer_animation_observer.cc',
141 'test/test_layer_animation_observer.h', 144 'test/test_layer_animation_observer.h',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'variables': { 236 'variables': {
234 'test_suite_name': 'compositor_unittests', 237 'test_suite_name': 'compositor_unittests',
235 }, 238 },
236 'includes': [ 239 'includes': [
237 '../../build/apk_test.gypi', 240 '../../build/apk_test.gypi',
238 ], 241 ],
239 }, 242 },
240 ]}] 243 ]}]
241 ], 244 ],
242 } 245 }
OLDNEW
« no previous file with comments | « ui/compositor/BUILD.gn ('k') | ui/compositor/test/multi_layer_animator_test_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698