Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Side by Side Diff: cc/cc_tests.gyp

Issue 11365025: Make cc a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « cc/cc_export.h ('k') | cc/checkerboard_draw_quad.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « cc/cc_export.h ('k') | cc/checkerboard_draw_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698