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

Side by Side Diff: cc/cc_tests.gyp

Issue 723343002: Update from https://crrev.com/304121 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
« no previous file with comments | « cc/cc.gyp ('k') | cc/debug/benchmark_instrumentation.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 'cc_unit_tests_source_files': [ 8 'cc_unit_tests_source_files': [
9 'animation/animation_unittest.cc', 9 'animation/animation_unittest.cc',
10 'animation/keyframed_animation_curve_unittest.cc', 10 'animation/keyframed_animation_curve_unittest.cc',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'test/fake_output_surface_client.cc', 163 'test/fake_output_surface_client.cc',
164 'test/fake_output_surface_client.h', 164 'test/fake_output_surface_client.h',
165 'test/fake_painted_scrollbar_layer.cc', 165 'test/fake_painted_scrollbar_layer.cc',
166 'test/fake_painted_scrollbar_layer.h', 166 'test/fake_painted_scrollbar_layer.h',
167 'test/fake_picture_layer.cc', 167 'test/fake_picture_layer.cc',
168 'test/fake_picture_layer.h', 168 'test/fake_picture_layer.h',
169 'test/fake_picture_layer_impl.cc', 169 'test/fake_picture_layer_impl.cc',
170 'test/fake_picture_layer_impl.h', 170 'test/fake_picture_layer_impl.h',
171 'test/fake_picture_layer_tiling_client.cc', 171 'test/fake_picture_layer_tiling_client.cc',
172 'test/fake_picture_layer_tiling_client.h', 172 'test/fake_picture_layer_tiling_client.h',
173 'test/fake_picture_pile.h',
173 'test/fake_picture_pile_impl.cc', 174 'test/fake_picture_pile_impl.cc',
174 'test/fake_picture_pile_impl.h', 175 'test/fake_picture_pile_impl.h',
175 'test/fake_proxy.cc', 176 'test/fake_proxy.cc',
176 'test/fake_proxy.h', 177 'test/fake_proxy.h',
177 'test/fake_renderer_client.cc', 178 'test/fake_renderer_client.cc',
178 'test/fake_renderer_client.h', 179 'test/fake_renderer_client.h',
179 'test/fake_rendering_stats_instrumentation.h', 180 'test/fake_rendering_stats_instrumentation.h',
180 'test/fake_scoped_ui_resource.cc', 181 'test/fake_scoped_ui_resource.cc',
181 'test/fake_scoped_ui_resource.h', 182 'test/fake_scoped_ui_resource.h',
182 'test/fake_scrollbar.cc', 183 'test/fake_scrollbar.cc',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'variables': { 430 'variables': {
430 'test_suite_name': 'cc_perftests', 431 'test_suite_name': 'cc_perftests',
431 }, 432 },
432 'includes': [ '../build/apk_test.gypi' ], 433 'includes': [ '../build/apk_test.gypi' ],
433 }, 434 },
434 ], 435 ],
435 } 436 }
436 ] 437 ]
437 ], 438 ],
438 } 439 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/debug/benchmark_instrumentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698