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

Side by Side Diff: cc/cc_tests.gyp

Issue 999173004: cc: Move worker threads to content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment and webview fix Created 5 years, 9 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
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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'test/test_gpu_memory_buffer_manager.h', 253 'test/test_gpu_memory_buffer_manager.h',
254 'test/test_image_factory.cc', 254 'test/test_image_factory.cc',
255 'test/test_image_factory.h', 255 'test/test_image_factory.h',
256 'test/test_in_process_context_provider.cc', 256 'test/test_in_process_context_provider.cc',
257 'test/test_in_process_context_provider.h', 257 'test/test_in_process_context_provider.h',
258 'test/test_now_source.cc', 258 'test/test_now_source.cc',
259 'test/test_now_source.h', 259 'test/test_now_source.h',
260 'test/test_occlusion_tracker.h', 260 'test/test_occlusion_tracker.h',
261 'test/test_shared_bitmap_manager.cc', 261 'test/test_shared_bitmap_manager.cc',
262 'test/test_shared_bitmap_manager.h', 262 'test/test_shared_bitmap_manager.h',
263 'test/test_task_graph_runner.cc',
264 'test/test_task_graph_runner.h',
263 'test/test_texture.cc', 265 'test/test_texture.cc',
264 'test/test_texture.h', 266 'test/test_texture.h',
265 'test/test_tile_priorities.cc', 267 'test/test_tile_priorities.cc',
266 'test/test_tile_priorities.h', 268 'test/test_tile_priorities.h',
267 'test/test_web_graphics_context_3d.cc', 269 'test/test_web_graphics_context_3d.cc',
268 'test/test_web_graphics_context_3d.h', 270 'test/test_web_graphics_context_3d.h',
269 'test/tiled_layer_test_common.cc', 271 'test/tiled_layer_test_common.cc',
270 'test/tiled_layer_test_common.h', 272 'test/tiled_layer_test_common.h',
271 ], 273 ],
272 }, 274 },
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 471 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
470 ], 472 ],
471 } 473 }
472 ], 474 ],
473 ], 475 ],
474 }, 476 },
475 ], 477 ],
476 }], 478 }],
477 ], 479 ],
478 } 480 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698