OLD | NEW |
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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 'test/test_context_support.cc', | 255 'test/test_context_support.cc', |
256 'test/test_context_support.h', | 256 'test/test_context_support.h', |
257 'test/test_gles2_interface.cc', | 257 'test/test_gles2_interface.cc', |
258 'test/test_gles2_interface.h', | 258 'test/test_gles2_interface.h', |
259 'test/test_gpu_memory_buffer_manager.cc', | 259 'test/test_gpu_memory_buffer_manager.cc', |
260 'test/test_gpu_memory_buffer_manager.h', | 260 'test/test_gpu_memory_buffer_manager.h', |
261 'test/test_image_factory.cc', | 261 'test/test_image_factory.cc', |
262 'test/test_image_factory.h', | 262 'test/test_image_factory.h', |
263 'test/test_in_process_context_provider.cc', | 263 'test/test_in_process_context_provider.cc', |
264 'test/test_in_process_context_provider.h', | 264 'test/test_in_process_context_provider.h', |
265 'test/test_now_source.cc', | |
266 'test/test_now_source.h', | |
267 'test/test_occlusion_tracker.h', | 265 'test/test_occlusion_tracker.h', |
268 'test/test_shared_bitmap_manager.cc', | 266 'test/test_shared_bitmap_manager.cc', |
269 'test/test_shared_bitmap_manager.h', | 267 'test/test_shared_bitmap_manager.h', |
270 'test/test_task_graph_runner.cc', | 268 'test/test_task_graph_runner.cc', |
271 'test/test_task_graph_runner.h', | 269 'test/test_task_graph_runner.h', |
272 'test/test_texture.cc', | 270 'test/test_texture.cc', |
273 'test/test_texture.h', | 271 'test/test_texture.h', |
274 'test/test_tile_priorities.cc', | 272 'test/test_tile_priorities.cc', |
275 'test/test_tile_priorities.h', | 273 'test/test_tile_priorities.h', |
276 'test/test_web_graphics_context_3d.cc', | 274 'test/test_web_graphics_context_3d.cc', |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 474 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
477 ], | 475 ], |
478 } | 476 } |
479 ], | 477 ], |
480 ], | 478 ], |
481 }, | 479 }, |
482 ], | 480 ], |
483 }], | 481 }], |
484 ], | 482 ], |
485 } | 483 } |
OLD | NEW |