| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 ], | 92 ], |
| 93 'cc_tests_support_files': [ | 93 'cc_tests_support_files': [ |
| 94 'test/animation_test_common.cc', | 94 'test/animation_test_common.cc', |
| 95 'test/animation_test_common.h', | 95 'test/animation_test_common.h', |
| 96 'test/fake_content_layer.cc', | 96 'test/fake_content_layer.cc', |
| 97 'test/fake_content_layer.h', | 97 'test/fake_content_layer.h', |
| 98 'test/fake_content_layer_client.cc', | 98 'test/fake_content_layer_client.cc', |
| 99 'test/fake_content_layer_client.h', | 99 'test/fake_content_layer_client.h', |
| 100 'test/fake_content_layer_impl.cc', | 100 'test/fake_content_layer_impl.cc', |
| 101 'test/fake_content_layer_impl.h', | 101 'test/fake_content_layer_impl.h', |
| 102 'test/fake_context_provider.cc', | |
| 103 'test/fake_context_provider.h', | |
| 104 'test/fake_delegated_renderer_layer.cc', | 102 'test/fake_delegated_renderer_layer.cc', |
| 105 'test/fake_delegated_renderer_layer.h', | 103 'test/fake_delegated_renderer_layer.h', |
| 106 'test/fake_delegated_renderer_layer_impl.cc', | 104 'test/fake_delegated_renderer_layer_impl.cc', |
| 107 'test/fake_delegated_renderer_layer_impl.h', | 105 'test/fake_delegated_renderer_layer_impl.h', |
| 108 'test/fake_impl_proxy.h', | 106 'test/fake_impl_proxy.h', |
| 109 'test/fake_layer_tree_host_client.cc', | 107 'test/fake_layer_tree_host_client.cc', |
| 110 'test/fake_layer_tree_host_client.h', | 108 'test/fake_layer_tree_host_client.h', |
| 111 'test/fake_layer_tree_host_impl.cc', | 109 'test/fake_layer_tree_host_impl.cc', |
| 112 'test/fake_layer_tree_host_impl_client.cc', | 110 'test/fake_layer_tree_host_impl_client.cc', |
| 113 'test/fake_layer_tree_host_impl_client.h', | 111 'test/fake_layer_tree_host_impl_client.h', |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 'test_suite_name': 'cc_perftests', | 337 'test_suite_name': 'cc_perftests', |
| 340 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf
tests<(SHARED_LIB_SUFFIX)', | 338 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf
tests<(SHARED_LIB_SUFFIX)', |
| 341 }, | 339 }, |
| 342 'includes': [ '../build/apk_test.gypi' ], | 340 'includes': [ '../build/apk_test.gypi' ], |
| 343 }, | 341 }, |
| 344 ], | 342 ], |
| 345 } | 343 } |
| 346 ] | 344 ] |
| 347 ], | 345 ], |
| 348 } | 346 } |
| OLD | NEW |