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

Side by Side Diff: cc/cc_tests.gyp

Issue 1871233002: Move LatencyInfo to ui/latency_info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix some more gyp issues Created 4 years, 7 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 | « cc/cc.gyp ('k') | cc/output/compositor_frame_metadata.h » ('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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 'dependencies': [ 325 'dependencies': [
326 '../base/base.gyp:test_support_base', 326 '../base/base.gyp:test_support_base',
327 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 327 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
328 '../gpu/gpu.gyp:gpu', 328 '../gpu/gpu.gyp:gpu',
329 '../gpu/gpu.gyp:gpu_unittest_utils', 329 '../gpu/gpu.gyp:gpu_unittest_utils',
330 '../media/media.gyp:media', 330 '../media/media.gyp:media',
331 '../skia/skia.gyp:skia', 331 '../skia/skia.gyp:skia',
332 '../testing/gmock.gyp:gmock', 332 '../testing/gmock.gyp:gmock',
333 '../testing/gtest.gyp:gtest', 333 '../testing/gtest.gyp:gtest',
334 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 334 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
335 '../ui/events/events.gyp:events_base',
336 '../ui/gfx/gfx.gyp:gfx', 335 '../ui/gfx/gfx.gyp:gfx',
337 '../ui/gfx/gfx.gyp:gfx_geometry', 336 '../ui/gfx/gfx.gyp:gfx_geometry',
337 '../ui/latency_info/latency_info.gyp:latency_info',
338 'cc.gyp:cc', 338 'cc.gyp:cc',
339 'cc.gyp:cc_proto', 339 'cc.gyp:cc_proto',
340 'cc.gyp:cc_surfaces', 340 'cc.gyp:cc_surfaces',
341 'cc_test_support', 341 'cc_test_support',
342 ], 342 ],
343 'sources': [ 343 'sources': [
344 'test/cc_test_suite.cc', 344 'test/cc_test_suite.cc',
345 'test/run_all_unittests.cc', 345 'test/run_all_unittests.cc',
346 '<@(cc_unit_tests_source_files)', 346 '<@(cc_unit_tests_source_files)',
347 '<@(cc_surfaces_unit_tests_source_files)', 347 '<@(cc_surfaces_unit_tests_source_files)',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 506 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
507 ], 507 ],
508 } 508 }
509 ], 509 ],
510 ], 510 ],
511 }, 511 },
512 ], 512 ],
513 }], 513 }],
514 ], 514 ],
515 } 515 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/output/compositor_frame_metadata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698