| 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 'hash_pair_unittest.cc', | 9 'hash_pair_unittest.cc', |
| 10 'active_animation_unittest.cc', | 10 'active_animation_unittest.cc', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 { | 84 { |
| 85 'target_name': 'cc_unittests', | 85 'target_name': 'cc_unittests', |
| 86 'type': '<(gtest_target_type)', | 86 'type': '<(gtest_target_type)', |
| 87 'dependencies': [ | 87 'dependencies': [ |
| 88 '../base/base.gyp:test_support_base', | 88 '../base/base.gyp:test_support_base', |
| 89 '../media/media.gyp:media', | 89 '../media/media.gyp:media', |
| 90 '../skia/skia.gyp:skia', | 90 '../skia/skia.gyp:skia', |
| 91 '../testing/gmock.gyp:gmock', | 91 '../testing/gmock.gyp:gmock', |
| 92 '../testing/gtest.gyp:gtest', | 92 '../testing/gtest.gyp:gtest', |
| 93 '../third_party/WebKit/Source/WTF/WTF.gyp/WTF.gyp:wtf', | 93 '../third_party/WebKit/Source/WTF/WTF.gyp/WTF.gyp:wtf', |
| 94 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcore_pl
atform_geometry', |
| 95 '../ui/ui.gyp:ui', |
| 94 'cc.gyp:cc', | 96 'cc.gyp:cc', |
| 95 'cc_test_support', | 97 'cc_test_support', |
| 96 ], | 98 ], |
| 97 'sources': [ | 99 'sources': [ |
| 98 'test/run_all_unittests.cc', | 100 'test/run_all_unittests.cc', |
| 99 '<@(cc_tests_source_files)', | 101 '<@(cc_tests_source_files)', |
| 100 ], | 102 ], |
| 101 'include_dirs': [ | 103 'include_dirs': [ |
| 102 'stubs', | 104 'stubs', |
| 103 'test', | 105 'test', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 'variables': { | 152 'variables': { |
| 151 'test_suite_name': 'cc_unittests', | 153 'test_suite_name': 'cc_unittests', |
| 152 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte
sts<(SHARED_LIB_SUFFIX)', | 154 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 153 }, | 155 }, |
| 154 'includes': [ '../build/apk_test.gypi' ], | 156 'includes': [ '../build/apk_test.gypi' ], |
| 155 }, | 157 }, |
| 156 ], | 158 ], |
| 157 }], | 159 }], |
| 158 ], | 160 ], |
| 159 } | 161 } |
| OLD | NEW |