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

Side by Side Diff: cc/cc_tests.gyp

Issue 109433013: Move geometric types to a separate, more lightweight target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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 | « cc/cc.gyp ('k') | chrome/chrome.gyp » ('j') | ui/aura/aura.gyp » ('J')
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': 1, 7 'chromium_code': 1,
8 'cc_unit_tests_source_files': [ 8 'cc_unit_tests_source_files': [
9 'animation/animation_unittest.cc', 9 'animation/animation_unittest.cc',
10 'animation/keyframed_animation_curve_unittest.cc', 10 'animation/keyframed_animation_curve_unittest.cc',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'dependencies': [ 218 'dependencies': [
219 '../base/base.gyp:test_support_base', 219 '../base/base.gyp:test_support_base',
220 '../gpu/gpu.gyp:gpu', 220 '../gpu/gpu.gyp:gpu',
221 '../gpu/gpu.gyp:gpu_unittest_utils', 221 '../gpu/gpu.gyp:gpu_unittest_utils',
222 '../media/media.gyp:media', 222 '../media/media.gyp:media',
223 '../skia/skia.gyp:skia', 223 '../skia/skia.gyp:skia',
224 '../testing/gmock.gyp:gmock', 224 '../testing/gmock.gyp:gmock',
225 '../testing/gtest.gyp:gtest', 225 '../testing/gtest.gyp:gtest',
226 '../ui/events/events.gyp:events_base', 226 '../ui/events/events.gyp:events_base',
227 '../ui/gfx/gfx.gyp:gfx', 227 '../ui/gfx/gfx.gyp:gfx',
228 '../ui/gfx/gfx.gyp:gfx_geometry',
228 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 229 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
229 'cc.gyp:cc', 230 'cc.gyp:cc',
230 'cc_test_support', 231 'cc_test_support',
231 ], 232 ],
232 'sources': [ 233 'sources': [
233 'test/run_all_unittests.cc', 234 'test/run_all_unittests.cc',
234 'test/cc_test_suite.cc', 235 'test/cc_test_suite.cc',
235 '<@(cc_unit_tests_source_files)', 236 '<@(cc_unit_tests_source_files)',
236 ], 237 ],
237 'include_dirs': [ 238 'include_dirs': [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'dependencies': [ 270 'dependencies': [
270 '../base/base.gyp:test_support_base', 271 '../base/base.gyp:test_support_base',
271 '../gpu/gpu.gyp:gpu', 272 '../gpu/gpu.gyp:gpu',
272 '../gpu/gpu.gyp:gpu_unittest_utils', 273 '../gpu/gpu.gyp:gpu_unittest_utils',
273 '../media/media.gyp:media', 274 '../media/media.gyp:media',
274 '../skia/skia.gyp:skia', 275 '../skia/skia.gyp:skia',
275 '../testing/gmock.gyp:gmock', 276 '../testing/gmock.gyp:gmock',
276 '../testing/gtest.gyp:gtest', 277 '../testing/gtest.gyp:gtest',
277 '../testing/perf/perf_test.gyp:*', 278 '../testing/perf/perf_test.gyp:*',
278 '../ui/gfx/gfx.gyp:gfx', 279 '../ui/gfx/gfx.gyp:gfx',
280 '../ui/gfx/gfx.gyp:gfx_geometry',
279 'cc.gyp:cc', 281 'cc.gyp:cc',
280 'cc_test_support', 282 'cc_test_support',
281 ], 283 ],
282 'sources': [ 284 'sources': [
283 'resources/picture_layer_tiling_perftest.cc', 285 'resources/picture_layer_tiling_perftest.cc',
284 'resources/raster_worker_pool_perftest.cc', 286 'resources/raster_worker_pool_perftest.cc',
285 'resources/tile_manager_perftest.cc', 287 'resources/tile_manager_perftest.cc',
286 'resources/worker_pool_perftest.cc', 288 'resources/worker_pool_perftest.cc',
287 'test/cc_test_suite.cc', 289 'test/cc_test_suite.cc',
288 'test/lap_timer.cc', 290 'test/lap_timer.cc',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 'dependencies': [ 327 'dependencies': [
326 '../base/base.gyp:base', 328 '../base/base.gyp:base',
327 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 329 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
328 '../gpu/gpu.gyp:gpu_unittest_utils', 330 '../gpu/gpu.gyp:gpu_unittest_utils',
329 '../skia/skia.gyp:skia', 331 '../skia/skia.gyp:skia',
330 '../testing/gmock.gyp:gmock', 332 '../testing/gmock.gyp:gmock',
331 '../testing/gtest.gyp:gtest', 333 '../testing/gtest.gyp:gtest',
332 '../third_party/WebKit/public/blink.gyp:blink_minimal', 334 '../third_party/WebKit/public/blink.gyp:blink_minimal',
333 '../third_party/mesa/mesa.gyp:osmesa', 335 '../third_party/mesa/mesa.gyp:osmesa',
334 '../ui/gfx/gfx.gyp:gfx', 336 '../ui/gfx/gfx.gyp:gfx',
337 '../ui/gfx/gfx.gyp:gfx_geometry',
335 '../ui/gl/gl.gyp:gl', 338 '../ui/gl/gl.gyp:gl',
336 '../ui/ui_unittests.gyp:ui_test_support', 339 '../ui/ui_unittests.gyp:ui_test_support',
337 ], 340 ],
338 'sources': [ 341 'sources': [
339 '<@(cc_tests_support_files)', 342 '<@(cc_tests_support_files)',
340 ], 343 ],
341 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 344 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
342 'msvs_disabled_warnings': [ 4267, ], 345 'msvs_disabled_warnings': [ 4267, ],
343 }, 346 },
344 ], 347 ],
(...skipping 25 matching lines...) Expand all
370 'test_suite_name': 'cc_perftests', 373 'test_suite_name': 'cc_perftests',
371 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)', 374 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)',
372 }, 375 },
373 'includes': [ '../build/apk_test.gypi' ], 376 'includes': [ '../build/apk_test.gypi' ],
374 }, 377 },
375 ], 378 ],
376 } 379 }
377 ] 380 ]
378 ], 381 ],
379 } 382 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | chrome/chrome.gyp » ('j') | ui/aura/aura.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698