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

Side by Side Diff: cc/cc_tests.gyp

Issue 11617016: Componentize webkit/compositor_bindings target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add ui dep to cc_test_support Created 8 years 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 | « no previous file | content/content_browser.gypi » ('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_unit_tests_source_files': [ 8 'cc_unit_tests_source_files': [
9 'active_animation_unittest.cc', 9 'active_animation_unittest.cc',
10 'content_layer_unittest.cc', 10 'content_layer_unittest.cc',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 '..', 190 '..',
191 '../third_party/WebKit/Source/Platform/chromium', 191 '../third_party/WebKit/Source/Platform/chromium',
192 ], 192 ],
193 'dependencies': [ 193 'dependencies': [
194 '../skia/skia.gyp:skia', 194 '../skia/skia.gyp:skia',
195 '../testing/gmock.gyp:gmock', 195 '../testing/gmock.gyp:gmock',
196 '../testing/gtest.gyp:gtest', 196 '../testing/gtest.gyp:gtest',
197 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 197 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
198 '../third_party/mesa/mesa.gyp:osmesa', 198 '../third_party/mesa/mesa.gyp:osmesa',
199 '../ui/gl/gl.gyp:gl', 199 '../ui/gl/gl.gyp:gl',
200 '../ui/ui.gyp:ui',
200 ], 201 ],
201 'sources': [ 202 'sources': [
202 '<@(cc_tests_support_files)', 203 '<@(cc_tests_support_files)',
203 ], 204 ],
204 }, 205 },
205 { 206 {
206 'target_name': 'cc_test_utils', 207 'target_name': 'cc_test_utils',
207 'type': 'static_library', 208 'type': 'static_library',
208 'include_dirs': [ 209 'include_dirs': [
209 '..' 210 '..'
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'variables': { 245 'variables': {
245 'test_suite_name': 'cc_perftests', 246 'test_suite_name': 'cc_perftests',
246 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)', 247 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)',
247 }, 248 },
248 'includes': [ '../build/apk_test.gypi' ], 249 'includes': [ '../build/apk_test.gypi' ],
249 }, 250 },
250 ], 251 ],
251 }] 252 }]
252 ], 253 ],
253 } 254 }
OLDNEW
« no previous file with comments | « no previous file | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698