| 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 { | 138 { |
| 139 'target_name': 'cc_unittests', | 139 'target_name': 'cc_unittests', |
| 140 'type': '<(gtest_target_type)', | 140 'type': '<(gtest_target_type)', |
| 141 'dependencies': [ | 141 'dependencies': [ |
| 142 '../base/base.gyp:test_support_base', | 142 '../base/base.gyp:test_support_base', |
| 143 '../media/media.gyp:media', | 143 '../media/media.gyp:media', |
| 144 '../skia/skia.gyp:skia', | 144 '../skia/skia.gyp:skia', |
| 145 '../testing/gmock.gyp:gmock', | 145 '../testing/gmock.gyp:gmock', |
| 146 '../testing/gtest.gyp:gtest', | 146 '../testing/gtest.gyp:gtest', |
| 147 '../ui/ui.gyp:ui', | 147 '../ui/ui.gyp:ui', |
| 148 '../webkit/support/webkit_support.gyp:webkit_gpu', | 148 '../webkit/gpu/webkit_gpu.gyp:webkit_gpu', |
| 149 'cc.gyp:cc', | 149 'cc.gyp:cc', |
| 150 'cc_test_support', | 150 'cc_test_support', |
| 151 'cc_test_utils', | 151 'cc_test_utils', |
| 152 ], | 152 ], |
| 153 'sources': [ | 153 'sources': [ |
| 154 'test/run_all_unittests.cc', | 154 'test/run_all_unittests.cc', |
| 155 'test/cc_test_suite.cc', | 155 'test/cc_test_suite.cc', |
| 156 '<@(cc_unit_tests_source_files)', | 156 '<@(cc_unit_tests_source_files)', |
| 157 ], | 157 ], |
| 158 'include_dirs': [ | 158 'include_dirs': [ |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 'variables': { | 278 'variables': { |
| 279 'test_suite_name': 'cc_perftests', | 279 'test_suite_name': 'cc_perftests', |
| 280 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 280 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
| 281 }, | 281 }, |
| 282 'includes': [ '../build/apk_test.gypi' ], | 282 'includes': [ '../build/apk_test.gypi' ], |
| 283 }, | 283 }, |
| 284 ], | 284 ], |
| 285 }] | 285 }] |
| 286 ], | 286 ], |
| 287 } | 287 } |
| OLD | NEW |