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

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 'layers/layer_perftest.cc', 285 'layers/layer_perftest.cc',
284 'resources/picture_layer_tiling_perftest.cc', 286 'resources/picture_layer_tiling_perftest.cc',
285 'resources/raster_worker_pool_perftest.cc', 287 'resources/raster_worker_pool_perftest.cc',
286 'resources/tile_manager_perftest.cc', 288 'resources/tile_manager_perftest.cc',
287 'resources/worker_pool_perftest.cc', 289 'resources/worker_pool_perftest.cc',
288 'test/cc_test_suite.cc', 290 'test/cc_test_suite.cc',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'dependencies': [ 328 'dependencies': [
327 '../base/base.gyp:base', 329 '../base/base.gyp:base',
328 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 330 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
329 '../gpu/gpu.gyp:gpu_unittest_utils', 331 '../gpu/gpu.gyp:gpu_unittest_utils',
330 '../skia/skia.gyp:skia', 332 '../skia/skia.gyp:skia',
331 '../testing/gmock.gyp:gmock', 333 '../testing/gmock.gyp:gmock',
332 '../testing/gtest.gyp:gtest', 334 '../testing/gtest.gyp:gtest',
333 '../third_party/WebKit/public/blink.gyp:blink_minimal', 335 '../third_party/WebKit/public/blink.gyp:blink_minimal',
334 '../third_party/mesa/mesa.gyp:osmesa', 336 '../third_party/mesa/mesa.gyp:osmesa',
335 '../ui/gfx/gfx.gyp:gfx', 337 '../ui/gfx/gfx.gyp:gfx',
338 '../ui/gfx/gfx.gyp:gfx_geometry',
336 '../ui/gl/gl.gyp:gl', 339 '../ui/gl/gl.gyp:gl',
337 '../ui/ui_unittests.gyp:ui_test_support', 340 '../ui/ui_unittests.gyp:ui_test_support',
338 ], 341 ],
339 'sources': [ 342 'sources': [
340 '<@(cc_tests_support_files)', 343 '<@(cc_tests_support_files)',
341 ], 344 ],
342 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 345 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
343 'msvs_disabled_warnings': [ 4267, ], 346 'msvs_disabled_warnings': [ 4267, ],
344 }, 347 },
345 ], 348 ],
(...skipping 25 matching lines...) Expand all
371 'test_suite_name': 'cc_perftests', 374 'test_suite_name': 'cc_perftests',
372 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)', 375 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)',
373 }, 376 },
374 'includes': [ '../build/apk_test.gypi' ], 377 'includes': [ '../build/apk_test.gypi' ],
375 }, 378 },
376 ], 379 ],
377 } 380 }
378 ] 381 ]
379 ], 382 ],
380 } 383 }
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