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

Side by Side Diff: cc/cc.gyp

Issue 11362068: cc: Get rid of threaded_test.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | cc/threaded_test.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 'cc_source_files': [ 7 'cc_source_files': [
8 'active_animation.cc', 8 'active_animation.cc',
9 'active_animation.h', 9 'active_animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'texture_layer_client.h', 199 'texture_layer_client.h',
200 'texture_layer_impl.cc', 200 'texture_layer_impl.cc',
201 'texture_layer_impl.h', 201 'texture_layer_impl.h',
202 'texture_uploader.cc', 202 'texture_uploader.cc',
203 'texture_uploader.h', 203 'texture_uploader.h',
204 'thread.h', 204 'thread.h',
205 'thread_impl.cc', 205 'thread_impl.cc',
206 'thread_impl.h', 206 'thread_impl.h',
207 'thread_proxy.cc', 207 'thread_proxy.cc',
208 'thread_proxy.h', 208 'thread_proxy.h',
209 'threaded_test.h',
210 'tile_draw_quad.cc', 209 'tile_draw_quad.cc',
211 'tile_draw_quad.h', 210 'tile_draw_quad.h',
212 'tiled_layer.cc', 211 'tiled_layer.cc',
213 'tiled_layer.h', 212 'tiled_layer.h',
214 'tiled_layer_impl.cc', 213 'tiled_layer_impl.cc',
215 'tiled_layer_impl.h', 214 'tiled_layer_impl.h',
216 'tiling_data.cc', 215 'tiling_data.cc',
217 'tiling_data.h', 216 'tiling_data.h',
218 'time_source.h', 217 'time_source.h',
219 'timing_function.cc', 218 'timing_function.cc',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'stubs/float_size.h', 271 'stubs/float_size.h',
273 'stubs/int_point.h', 272 'stubs/int_point.h',
274 'stubs/int_rect.h', 273 'stubs/int_rect.h',
275 'stubs/int_size.h', 274 'stubs/int_size.h',
276 'stubs/skia_utils.h', 275 'stubs/skia_utils.h',
277 'stubs/unit_bezier.h', 276 'stubs/unit_bezier.h',
278 ], 277 ],
279 }, 278 },
280 ], 279 ],
281 } 280 }
OLDNEW
« no previous file with comments | « no previous file | cc/threaded_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698