| 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 239       'test/test_context_support.h', | 239       'test/test_context_support.h', | 
| 240       'test/test_gles2_interface.cc', | 240       'test/test_gles2_interface.cc', | 
| 241       'test/test_gles2_interface.h', | 241       'test/test_gles2_interface.h', | 
| 242       'test/test_gpu_memory_buffer_manager.cc', | 242       'test/test_gpu_memory_buffer_manager.cc', | 
| 243       'test/test_gpu_memory_buffer_manager.h', | 243       'test/test_gpu_memory_buffer_manager.h', | 
| 244       'test/test_image_factory.cc', | 244       'test/test_image_factory.cc', | 
| 245       'test/test_image_factory.h', | 245       'test/test_image_factory.h', | 
| 246       'test/test_now_source.cc', | 246       'test/test_now_source.cc', | 
| 247       'test/test_now_source.h', | 247       'test/test_now_source.h', | 
| 248       'test/test_occlusion_tracker.h', | 248       'test/test_occlusion_tracker.h', | 
|  | 249       'test/test_picture_pile.h', | 
| 249       'test/test_shared_bitmap_manager.cc', | 250       'test/test_shared_bitmap_manager.cc', | 
| 250       'test/test_shared_bitmap_manager.h', | 251       'test/test_shared_bitmap_manager.h', | 
| 251       'test/test_texture.cc', | 252       'test/test_texture.cc', | 
| 252       'test/test_texture.h', | 253       'test/test_texture.h', | 
| 253       'test/test_tile_priorities.cc', | 254       'test/test_tile_priorities.cc', | 
| 254       'test/test_tile_priorities.h', | 255       'test/test_tile_priorities.h', | 
| 255       'test/test_web_graphics_context_3d.cc', | 256       'test/test_web_graphics_context_3d.cc', | 
| 256       'test/test_web_graphics_context_3d.h', | 257       'test/test_web_graphics_context_3d.h', | 
| 257       'test/tiled_layer_test_common.cc', | 258       'test/tiled_layer_test_common.cc', | 
| 258       'test/tiled_layer_test_common.h', | 259       'test/tiled_layer_test_common.h', | 
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 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 } | 
| OLD | NEW | 
|---|