| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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.cc', |
| 84 'test/render_pass_test_common.h', | 84 'test/render_pass_test_common.h', |
| 85 'test/scheduler_test_common.cc', | 85 'test/scheduler_test_common.cc', |
| 86 'test/scheduler_test_common.h', | 86 'test/scheduler_test_common.h', |
| 87 'test/test_common.h', | |
| 88 'test/tiled_layer_test_common.cc', | 87 'test/tiled_layer_test_common.cc', |
| 89 'test/tiled_layer_test_common.h', | 88 'test/tiled_layer_test_common.h', |
| 90 ], | 89 ], |
| 91 }, | 90 }, |
| 92 'targets': [ | 91 'targets': [ |
| 93 { | 92 { |
| 94 'target_name': 'cc_unittests', | 93 'target_name': 'cc_unittests', |
| 95 'type': '<(gtest_target_type)', | 94 'type': '<(gtest_target_type)', |
| 96 'dependencies': [ | 95 'dependencies': [ |
| 97 '../base/base.gyp:test_support_base', | 96 '../base/base.gyp:test_support_base', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 'variables': { | 160 'variables': { |
| 162 'test_suite_name': 'cc_unittests', | 161 'test_suite_name': 'cc_unittests', |
| 163 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte
sts<(SHARED_LIB_SUFFIX)', | 162 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 164 }, | 163 }, |
| 165 'includes': [ '../build/apk_test.gypi' ], | 164 'includes': [ '../build/apk_test.gypi' ], |
| 166 }, | 165 }, |
| 167 ], | 166 ], |
| 168 }], | 167 }], |
| 169 ], | 168 ], |
| 170 } | 169 } |
| OLD | NEW |