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

Side by Side Diff: cc/BUILD.gn

Issue 2397843003: cc/blimp: Add (de)-serialization for PictureLayer and ScrollbarLayer. (Closed)
Patch Set: Created 4 years, 2 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("cc") { 8 component("cc") {
9 sources = [ 9 sources = [
10 "animation/animation.cc", 10 "animation/animation.cc",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "animation/transform_operation.cc", 43 "animation/transform_operation.cc",
44 "animation/transform_operation.h", 44 "animation/transform_operation.h",
45 "animation/transform_operations.cc", 45 "animation/transform_operations.cc",
46 "animation/transform_operations.h", 46 "animation/transform_operations.h",
47 "blimp/client_picture_cache.h", 47 "blimp/client_picture_cache.h",
48 "blimp/compositor_proto_state.cc", 48 "blimp/compositor_proto_state.cc",
49 "blimp/compositor_proto_state.h", 49 "blimp/compositor_proto_state.h",
50 "blimp/compositor_state_deserializer.cc", 50 "blimp/compositor_state_deserializer.cc",
51 "blimp/compositor_state_deserializer.h", 51 "blimp/compositor_state_deserializer.h",
52 "blimp/compositor_state_deserializer_client.h", 52 "blimp/compositor_state_deserializer_client.h",
53 "blimp/deserialized_content_layer_client.cc",
54 "blimp/deserialized_content_layer_client.h",
53 "blimp/engine_picture_cache.h", 55 "blimp/engine_picture_cache.h",
54 "blimp/image_serialization_processor.h", 56 "blimp/image_serialization_processor.h",
55 "blimp/layer_factory.h", 57 "blimp/layer_factory.h",
56 "blimp/layer_tree_host_remote.cc", 58 "blimp/layer_tree_host_remote.cc",
57 "blimp/layer_tree_host_remote.h", 59 "blimp/layer_tree_host_remote.h",
58 "blimp/picture_data.cc", 60 "blimp/picture_data.cc",
59 "blimp/picture_data.h", 61 "blimp/picture_data.h",
60 "blimp/picture_data_conversions.cc", 62 "blimp/picture_data_conversions.cc",
61 "blimp/picture_data_conversions.h", 63 "blimp/picture_data_conversions.h",
62 "blimp/remote_compositor_bridge.cc", 64 "blimp/remote_compositor_bridge.cc",
(...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 "//ui/gl:test_support", 1082 "//ui/gl:test_support",
1081 ] 1083 ]
1082 1084
1083 # This target should not require the Chrome executable to run. 1085 # This target should not require the Chrome executable to run.
1084 assert_no_deps = [ "//chrome" ] 1086 assert_no_deps = [ "//chrome" ]
1085 1087
1086 data = [ 1088 data = [
1087 "test/data/", 1089 "test/data/",
1088 ] 1090 ]
1089 } 1091 }
OLDNEW
« no previous file with comments | « no previous file | cc/blimp/compositor_state_deserializer.h » ('j') | cc/blimp/compositor_state_deserializer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698