| 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': 0, | 7 'chromium_code': 0, |
| 8 'cc_unit_tests_source_files': [ | 8 'cc_unit_tests_source_files': [ |
| 9 'animation_unittest.cc', | 9 'animation_unittest.cc', |
| 10 'content_layer_unittest.cc', | 10 'content_layer_unittest.cc', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'test/animation_test_common.cc', | 75 'test/animation_test_common.cc', |
| 76 'test/animation_test_common.h', | 76 'test/animation_test_common.h', |
| 77 'test/fake_content_layer.cc', | 77 'test/fake_content_layer.cc', |
| 78 'test/fake_content_layer.h', | 78 'test/fake_content_layer.h', |
| 79 'test/fake_content_layer_client.cc', | 79 'test/fake_content_layer_client.cc', |
| 80 'test/fake_content_layer_client.h', | 80 'test/fake_content_layer_client.h', |
| 81 'test/fake_content_layer_impl.cc', | 81 'test/fake_content_layer_impl.cc', |
| 82 'test/fake_content_layer_impl.h', | 82 'test/fake_content_layer_impl.h', |
| 83 'test/fake_context_provider.cc', | 83 'test/fake_context_provider.cc', |
| 84 'test/fake_context_provider.h', | 84 'test/fake_context_provider.h', |
| 85 'test/fake_delegated_renderer_layer.cc', |
| 86 'test/fake_delegated_renderer_layer.h', |
| 87 'test/fake_delegated_renderer_layer_impl.cc', |
| 88 'test/fake_delegated_renderer_layer_impl.h', |
| 85 'test/fake_impl_proxy.h', | 89 'test/fake_impl_proxy.h', |
| 86 'test/fake_output_surface.h', | 90 'test/fake_output_surface.h', |
| 87 'test/fake_layer_tree_host_client.cc', | 91 'test/fake_layer_tree_host_client.cc', |
| 88 'test/fake_layer_tree_host_client.h', | 92 'test/fake_layer_tree_host_client.h', |
| 89 'test/fake_layer_tree_host_impl.cc', | 93 'test/fake_layer_tree_host_impl.cc', |
| 90 'test/fake_layer_tree_host_impl_client.cc', | 94 'test/fake_layer_tree_host_impl_client.cc', |
| 91 'test/fake_layer_tree_host_impl_client.h', | 95 'test/fake_layer_tree_host_impl_client.h', |
| 92 'test/fake_layer_tree_host_impl.h', | 96 'test/fake_layer_tree_host_impl.h', |
| 93 'test/fake_picture_layer_tiling_client.cc', | 97 'test/fake_picture_layer_tiling_client.cc', |
| 94 'test/fake_picture_layer_tiling_client.h', | 98 'test/fake_picture_layer_tiling_client.h', |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 'variables': { | 282 'variables': { |
| 279 'test_suite_name': 'cc_perftests', | 283 'test_suite_name': 'cc_perftests', |
| 280 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 284 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
| 281 }, | 285 }, |
| 282 'includes': [ '../build/apk_test.gypi' ], | 286 'includes': [ '../build/apk_test.gypi' ], |
| 283 }, | 287 }, |
| 284 ], | 288 ], |
| 285 }] | 289 }] |
| 286 ], | 290 ], |
| 287 } | 291 } |
| OLD | NEW |