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