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