| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 'test/fake_web_scrollbar_theme_geometry.h', | 73 'test/fake_web_scrollbar_theme_geometry.h', |
| 74 'test/geometry_test_utils.cc', | 74 'test/geometry_test_utils.cc', |
| 75 'test/geometry_test_utils.h', | 75 'test/geometry_test_utils.h', |
| 76 'test/layer_test_common.cc', | 76 'test/layer_test_common.cc', |
| 77 'test/layer_test_common.h', | 77 'test/layer_test_common.h', |
| 78 'test/layer_tree_test_common.cc', | 78 'test/layer_tree_test_common.cc', |
| 79 'test/layer_tree_test_common.h', | 79 'test/layer_tree_test_common.h', |
| 80 'test/mock_quad_culler.cc', | 80 'test/mock_quad_culler.cc', |
| 81 'test/mock_quad_culler.h', | 81 'test/mock_quad_culler.h', |
| 82 'test/occlusion_tracker_test_common.h', | 82 'test/occlusion_tracker_test_common.h', |
| 83 'test/render_pass_test_common.cc', |
| 83 'test/render_pass_test_common.h', | 84 'test/render_pass_test_common.h', |
| 84 'test/scheduler_test_common.cc', | 85 'test/scheduler_test_common.cc', |
| 85 'test/scheduler_test_common.h', | 86 'test/scheduler_test_common.h', |
| 86 'test/test_common.h', | 87 'test/test_common.h', |
| 87 'test/tiled_layer_test_common.cc', | 88 'test/tiled_layer_test_common.cc', |
| 88 'test/tiled_layer_test_common.h', | 89 'test/tiled_layer_test_common.h', |
| 89 ], | 90 ], |
| 90 }, | 91 }, |
| 91 'targets': [ | 92 'targets': [ |
| 92 { | 93 { |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 'variables': { | 161 'variables': { |
| 161 'test_suite_name': 'cc_unittests', | 162 'test_suite_name': 'cc_unittests', |
| 162 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte
sts<(SHARED_LIB_SUFFIX)', | 163 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 163 }, | 164 }, |
| 164 'includes': [ '../build/apk_test.gypi' ], | 165 'includes': [ '../build/apk_test.gypi' ], |
| 165 }, | 166 }, |
| 166 ], | 167 ], |
| 167 }], | 168 }], |
| 168 ], | 169 ], |
| 169 } | 170 } |
| OLD | NEW |