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

Side by Side Diff: cc/cc_tests.gyp

Issue 1255653003: Add missing runtime dependencies to *_run targets. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: . Created 5 years, 3 months 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
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.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': 1, 7 'chromium_code': 1,
8 'cc_unit_tests_source_files': [ 8 'cc_unit_tests_source_files': [
9 'animation/animation_host_unittest.cc', 9 'animation/animation_host_unittest.cc',
10 'animation/animation_player_unittest.cc', 10 'animation/animation_player_unittest.cc',
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 '../media/media.gyp:media', 289 '../media/media.gyp:media',
290 '../skia/skia.gyp:skia', 290 '../skia/skia.gyp:skia',
291 '../testing/gmock.gyp:gmock', 291 '../testing/gmock.gyp:gmock',
292 '../testing/gtest.gyp:gtest', 292 '../testing/gtest.gyp:gtest',
293 '../ui/events/events.gyp:events_base', 293 '../ui/events/events.gyp:events_base',
294 '../ui/gfx/gfx.gyp:gfx', 294 '../ui/gfx/gfx.gyp:gfx',
295 '../ui/gfx/gfx.gyp:gfx_geometry', 295 '../ui/gfx/gfx.gyp:gfx_geometry',
296 'cc.gyp:cc', 296 'cc.gyp:cc',
297 'cc.gyp:cc_surfaces', 297 'cc.gyp:cc_surfaces',
298 'cc_test_support', 298 'cc_test_support',
299 # Only needed at runtime.
300 '../third_party/mesa/mesa.gyp:osmesa',
299 ], 301 ],
300 'sources': [ 302 'sources': [
301 'test/cc_test_suite.cc', 303 'test/cc_test_suite.cc',
302 'test/run_all_unittests.cc', 304 'test/run_all_unittests.cc',
303 '<@(cc_unit_tests_source_files)', 305 '<@(cc_unit_tests_source_files)',
304 '<@(cc_surfaces_unit_tests_source_files)', 306 '<@(cc_surfaces_unit_tests_source_files)',
305 ], 307 ],
306 'include_dirs': [ 308 'include_dirs': [
307 'test', 309 'test',
308 '.', 310 '.',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 406 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
405 '../gpu/gpu.gyp:gles2_c_lib', 407 '../gpu/gpu.gyp:gles2_c_lib',
406 '../gpu/gpu.gyp:gles2_implementation', 408 '../gpu/gpu.gyp:gles2_implementation',
407 '../gpu/gpu.gyp:gl_in_process_context', 409 '../gpu/gpu.gyp:gl_in_process_context',
408 '../gpu/gpu.gyp:gpu', 410 '../gpu/gpu.gyp:gpu',
409 '../gpu/gpu.gyp:gpu_unittest_utils', 411 '../gpu/gpu.gyp:gpu_unittest_utils',
410 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 412 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
411 '../skia/skia.gyp:skia', 413 '../skia/skia.gyp:skia',
412 '../testing/gmock.gyp:gmock', 414 '../testing/gmock.gyp:gmock',
413 '../testing/gtest.gyp:gtest', 415 '../testing/gtest.gyp:gtest',
414 '../third_party/mesa/mesa.gyp:osmesa',
415 '../ui/gfx/gfx.gyp:gfx', 416 '../ui/gfx/gfx.gyp:gfx',
416 '../ui/gfx/gfx.gyp:gfx_geometry', 417 '../ui/gfx/gfx.gyp:gfx_geometry',
417 '../ui/gfx/gfx.gyp:gfx_test_support', 418 '../ui/gfx/gfx.gyp:gfx_test_support',
418 '../ui/gl/gl.gyp:gl', 419 '../ui/gl/gl.gyp:gl',
419 '../ui/gl/gl.gyp:gl_test_support', 420 '../ui/gl/gl.gyp:gl_test_support',
420 ], 421 ],
421 'sources': [ 422 'sources': [
422 '<@(cc_tests_support_files)', 423 '<@(cc_tests_support_files)',
423 ], 424 ],
424 }, 425 },
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 476 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
476 ], 477 ],
477 } 478 }
478 ], 479 ],
479 ], 480 ],
480 }, 481 },
481 ], 482 ],
482 }], 483 }],
483 ], 484 ],
484 } 485 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698