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