| 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_tests_source_files': [ | 8 'cc_tests_source_files': [ |
| 9 'active_animation_unittest.cc', | 9 'active_animation_unittest.cc', |
| 10 'content_layer_unittest.cc', | 10 'content_layer_unittest.cc', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'timing_function_unittest.cc', | 55 'timing_function_unittest.cc', |
| 56 ], | 56 ], |
| 57 'cc_tests_support_files': [ | 57 'cc_tests_support_files': [ |
| 58 'test/animation_test_common.cc', | 58 'test/animation_test_common.cc', |
| 59 'test/animation_test_common.h', | 59 'test/animation_test_common.h', |
| 60 'test/compositor_fake_web_graphics_context_3d.h', | 60 'test/compositor_fake_web_graphics_context_3d.h', |
| 61 'test/fake_graphics_context.h', | 61 'test/fake_graphics_context.h', |
| 62 'test/fake_graphics_context_3d_unittest.cc', | 62 'test/fake_graphics_context_3d_unittest.cc', |
| 63 'test/fake_layer_tree_host_client.cc', | 63 'test/fake_layer_tree_host_client.cc', |
| 64 'test/fake_layer_tree_host_client.h', | 64 'test/fake_layer_tree_host_client.h', |
| 65 'test/fake_proxy.cc', |
| 66 'test/fake_proxy.h', |
| 65 'test/fake_web_compositor_output_surface.h', | 67 'test/fake_web_compositor_output_surface.h', |
| 66 'test/fake_web_compositor_software_output_device.h', | 68 'test/fake_web_compositor_software_output_device.h', |
| 67 'test/fake_web_graphics_context_3d.h', | 69 'test/fake_web_graphics_context_3d.h', |
| 68 'test/fake_web_scrollbar_theme_geometry.h', | 70 'test/fake_web_scrollbar_theme_geometry.h', |
| 69 'test/geometry_test_utils.cc', | 71 'test/geometry_test_utils.cc', |
| 70 'test/geometry_test_utils.h', | 72 'test/geometry_test_utils.h', |
| 71 'test/layer_test_common.cc', | 73 'test/layer_test_common.cc', |
| 72 'test/layer_test_common.h', | 74 'test/layer_test_common.h', |
| 73 'test/layer_tree_test_common.cc', | 75 'test/layer_tree_test_common.cc', |
| 74 'test/layer_tree_test_common.h', | 76 'test/layer_tree_test_common.h', |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 'variables': { | 157 'variables': { |
| 156 'test_suite_name': 'cc_unittests', | 158 'test_suite_name': 'cc_unittests', |
| 157 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte
sts<(SHARED_LIB_SUFFIX)', | 159 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 158 }, | 160 }, |
| 159 'includes': [ '../build/apk_test.gypi' ], | 161 'includes': [ '../build/apk_test.gypi' ], |
| 160 }, | 162 }, |
| 161 ], | 163 ], |
| 162 }], | 164 }], |
| 163 ], | 165 ], |
| 164 } | 166 } |
| OLD | NEW |