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

Side by Side Diff: cc/cc_tests.gyp

Issue 2023973002: Introduce cc StructTraits unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Ken's comment Created 4 years, 6 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
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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 { 331 {
332 'target_name': 'cc_unittests', 332 'target_name': 'cc_unittests',
333 'type': '<(gtest_target_type)', 333 'type': '<(gtest_target_type)',
334 'dependencies': [ 334 'dependencies': [
335 '../base/base.gyp:test_support_base', 335 '../base/base.gyp:test_support_base',
336 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 336 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
337 '../gpu/gpu.gyp:gpu', 337 '../gpu/gpu.gyp:gpu',
338 '../gpu/gpu.gyp:gpu_unittest_utils', 338 '../gpu/gpu.gyp:gpu_unittest_utils',
339 '../ipc/ipc.gyp:ipc', 339 '../ipc/ipc.gyp:ipc',
340 '../media/media.gyp:media', 340 '../media/media.gyp:media',
341 '../mojo/mojo_edk.gyp:mojo_common_test_support',
Ken Rockot(use gerrit already) 2016/05/31 16:00:13 Oops, missed this. You should also include a dep o
Fady Samuel 2016/05/31 16:03:08 Done.
341 '../skia/skia.gyp:skia', 342 '../skia/skia.gyp:skia',
342 '../testing/gmock.gyp:gmock', 343 '../testing/gmock.gyp:gmock',
343 '../testing/gtest.gyp:gtest', 344 '../testing/gtest.gyp:gtest',
344 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 345 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
345 '../ui/events/events.gyp:events_base', 346 '../ui/events/events.gyp:events_base',
346 '../ui/gfx/gfx.gyp:gfx', 347 '../ui/gfx/gfx.gyp:gfx',
347 '../ui/gfx/gfx.gyp:gfx_geometry', 348 '../ui/gfx/gfx.gyp:gfx_geometry',
348 'cc.gyp:cc', 349 'cc.gyp:cc',
349 'cc.gyp:cc_proto', 350 'cc.gyp:cc_proto',
350 'cc.gyp:cc_surfaces', 351 'cc.gyp:cc_surfaces',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 520 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
520 ], 521 ],
521 } 522 }
522 ], 523 ],
523 ], 524 ],
524 }, 525 },
525 ], 526 ],
526 }], 527 }],
527 ], 528 ],
528 } 529 }
OLDNEW
« no previous file with comments | « cc/DEPS ('k') | cc/ipc/BUILD.gn » ('j') | cc/ipc/struct_traits_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698