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

Side by Side Diff: cc/cc_tests.gyp

Issue 1905863002: Revert of Introduce components/display_compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « build/gn_migration.gypi ('k') | components/components.gyp » ('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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 '../skia/skia.gyp:skia', 418 '../skia/skia.gyp:skia',
419 '../testing/gmock.gyp:gmock', 419 '../testing/gmock.gyp:gmock',
420 '../testing/gtest.gyp:gtest', 420 '../testing/gtest.gyp:gtest',
421 '../third_party/mesa/mesa.gyp:osmesa', 421 '../third_party/mesa/mesa.gyp:osmesa',
422 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 422 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
423 '../ui/gfx/gfx.gyp:gfx', 423 '../ui/gfx/gfx.gyp:gfx',
424 '../ui/gfx/gfx.gyp:gfx_geometry', 424 '../ui/gfx/gfx.gyp:gfx_geometry',
425 '../ui/gfx/gfx.gyp:gfx_test_support', 425 '../ui/gfx/gfx.gyp:gfx_test_support',
426 '../ui/gl/gl.gyp:gl', 426 '../ui/gl/gl.gyp:gl',
427 '../ui/gl/gl.gyp:gl_test_support', 427 '../ui/gl/gl.gyp:gl_test_support',
428 'cc.gyp:cc',
429 'cc.gyp:cc_proto', 428 'cc.gyp:cc_proto',
430 ], 429 ],
431 'sources': [ 430 'sources': [
432 '<@(cc_tests_support_files)', 431 '<@(cc_tests_support_files)',
433 ], 432 ],
434 }, 433 },
435 ], 434 ],
436 'conditions': [ 435 'conditions': [
437 ['OS == "android"', 436 ['OS == "android"',
438 { 437 {
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 503 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
505 ], 504 ],
506 } 505 }
507 ], 506 ],
508 ], 507 ],
509 }, 508 },
510 ], 509 ],
511 }], 510 }],
512 ], 511 ],
513 } 512 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698