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

Side by Side Diff: cc/cc_tests.gyp

Issue 656263003: cc: Move GpuMemoryBufferManager interface to gpu namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn build fix Created 6 years, 1 month 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/resources/gpu_memory_buffer_manager.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_unittest.cc', 9 'animation/animation_unittest.cc',
10 'animation/keyframed_animation_curve_unittest.cc', 10 'animation/keyframed_animation_curve_unittest.cc',
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 '.', 373 '.',
374 '..', 374 '..',
375 ], 375 ],
376 'dependencies': [ 376 'dependencies': [
377 '../base/base.gyp:base', 377 '../base/base.gyp:base',
378 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 378 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
379 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 379 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
380 '../gpu/gpu.gyp:gles2_c_lib', 380 '../gpu/gpu.gyp:gles2_c_lib',
381 '../gpu/gpu.gyp:gles2_implementation', 381 '../gpu/gpu.gyp:gles2_implementation',
382 '../gpu/gpu.gyp:gl_in_process_context', 382 '../gpu/gpu.gyp:gl_in_process_context',
383 '../gpu/gpu.gyp:gpu',
383 '../gpu/gpu.gyp:gpu_unittest_utils', 384 '../gpu/gpu.gyp:gpu_unittest_utils',
384 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 385 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
385 '../skia/skia.gyp:skia', 386 '../skia/skia.gyp:skia',
386 '../testing/gmock.gyp:gmock', 387 '../testing/gmock.gyp:gmock',
387 '../testing/gtest.gyp:gtest', 388 '../testing/gtest.gyp:gtest',
388 '../third_party/mesa/mesa.gyp:osmesa', 389 '../third_party/mesa/mesa.gyp:osmesa',
389 '../ui/gfx/gfx.gyp:gfx', 390 '../ui/gfx/gfx.gyp:gfx',
390 '../ui/gfx/gfx.gyp:gfx_geometry', 391 '../ui/gfx/gfx.gyp:gfx_geometry',
391 '../ui/gfx/gfx.gyp:gfx_test_support', 392 '../ui/gfx/gfx.gyp:gfx_test_support',
392 '../ui/gl/gl.gyp:gl', 393 '../ui/gl/gl.gyp:gl',
(...skipping 29 matching lines...) Expand all
422 'variables': { 423 'variables': {
423 'test_suite_name': 'cc_perftests', 424 'test_suite_name': 'cc_perftests',
424 }, 425 },
425 'includes': [ '../build/apk_test.gypi' ], 426 'includes': [ '../build/apk_test.gypi' ],
426 }, 427 },
427 ], 428 ],
428 } 429 }
429 ] 430 ]
430 ], 431 ],
431 } 432 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/resources/gpu_memory_buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698