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

Side by Side Diff: cc/cc_tests.gyp

Issue 1398443008: Add support for (de)serializing cc::Layer hierarchy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@review-1394353002
Patch Set: Fix GYP build in //cc Created 5 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/layers/layer.h » ('j') | cc/layers/layer.h » ('J')
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 27 matching lines...) Expand all
38 'layers/delegated_frame_provider_unittest.cc', 38 'layers/delegated_frame_provider_unittest.cc',
39 'layers/delegated_frame_resource_collection_unittest.cc', 39 'layers/delegated_frame_resource_collection_unittest.cc',
40 'layers/delegated_renderer_layer_impl_unittest.cc', 40 'layers/delegated_renderer_layer_impl_unittest.cc',
41 'layers/delegated_renderer_layer_unittest.cc', 41 'layers/delegated_renderer_layer_unittest.cc',
42 'layers/heads_up_display_layer_impl_unittest.cc', 42 'layers/heads_up_display_layer_impl_unittest.cc',
43 'layers/heads_up_display_unittest.cc', 43 'layers/heads_up_display_unittest.cc',
44 'layers/io_surface_layer_impl_unittest.cc', 44 'layers/io_surface_layer_impl_unittest.cc',
45 'layers/layer_impl_unittest.cc', 45 'layers/layer_impl_unittest.cc',
46 'layers/layer_iterator_unittest.cc', 46 'layers/layer_iterator_unittest.cc',
47 'layers/layer_position_constraint_unittest.cc', 47 'layers/layer_position_constraint_unittest.cc',
48 'layers/layer_proto_converter_unittest.cc',
48 'layers/layer_unittest.cc', 49 'layers/layer_unittest.cc',
49 'layers/layer_utils_unittest.cc', 50 'layers/layer_utils_unittest.cc',
50 'layers/nine_patch_layer_impl_unittest.cc', 51 'layers/nine_patch_layer_impl_unittest.cc',
51 'layers/nine_patch_layer_unittest.cc', 52 'layers/nine_patch_layer_unittest.cc',
52 'layers/painted_scrollbar_layer_impl_unittest.cc', 53 'layers/painted_scrollbar_layer_impl_unittest.cc',
53 'layers/picture_image_layer_impl_unittest.cc', 54 'layers/picture_image_layer_impl_unittest.cc',
54 'layers/picture_image_layer_unittest.cc', 55 'layers/picture_image_layer_unittest.cc',
55 'layers/picture_layer_impl_unittest.cc', 56 'layers/picture_layer_impl_unittest.cc',
56 'layers/picture_layer_unittest.cc', 57 'layers/picture_layer_unittest.cc',
57 'layers/render_surface_impl_unittest.cc', 58 'layers/render_surface_impl_unittest.cc',
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 399 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
399 '../skia/skia.gyp:skia', 400 '../skia/skia.gyp:skia',
400 '../testing/gmock.gyp:gmock', 401 '../testing/gmock.gyp:gmock',
401 '../testing/gtest.gyp:gtest', 402 '../testing/gtest.gyp:gtest',
402 '../third_party/mesa/mesa.gyp:osmesa', 403 '../third_party/mesa/mesa.gyp:osmesa',
403 '../ui/gfx/gfx.gyp:gfx', 404 '../ui/gfx/gfx.gyp:gfx',
404 '../ui/gfx/gfx.gyp:gfx_geometry', 405 '../ui/gfx/gfx.gyp:gfx_geometry',
405 '../ui/gfx/gfx.gyp:gfx_test_support', 406 '../ui/gfx/gfx.gyp:gfx_test_support',
406 '../ui/gl/gl.gyp:gl', 407 '../ui/gl/gl.gyp:gl',
407 '../ui/gl/gl.gyp:gl_test_support', 408 '../ui/gl/gl.gyp:gl_test_support',
409 'cc.gyp:cc_proto',
408 ], 410 ],
409 'sources': [ 411 'sources': [
410 '<@(cc_tests_support_files)', 412 '<@(cc_tests_support_files)',
411 ], 413 ],
412 }, 414 },
413 ], 415 ],
414 'conditions': [ 416 'conditions': [
415 ['OS == "android"', 417 ['OS == "android"',
416 { 418 {
417 'targets': [ 419 'targets': [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 465 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
464 ], 466 ],
465 } 467 }
466 ], 468 ],
467 ], 469 ],
468 }, 470 },
469 ], 471 ],
470 }], 472 }],
471 ], 473 ],
472 } 474 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/layers/layer.h » ('j') | cc/layers/layer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698