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

Side by Side Diff: cc/BUILD.gn

Issue 2375363002: cc/blimp: Set up the framework for state serialization. (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
« no previous file with comments | « no previous file | cc/blimp/compositor_proto_state.h » ('j') | cc/blimp/layer_tree_host_remote.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 30 matching lines...) Expand all
41 "animation/transform_operation.cc", 41 "animation/transform_operation.cc",
42 "animation/transform_operation.h", 42 "animation/transform_operation.h",
43 "animation/transform_operations.cc", 43 "animation/transform_operations.cc",
44 "animation/transform_operations.h", 44 "animation/transform_operations.h",
45 "blimp/client_picture_cache.h", 45 "blimp/client_picture_cache.h",
46 "blimp/compositor_proto_state.cc", 46 "blimp/compositor_proto_state.cc",
47 "blimp/compositor_proto_state.h", 47 "blimp/compositor_proto_state.h",
48 "blimp/compositor_proto_state_sink.cc", 48 "blimp/compositor_proto_state_sink.cc",
49 "blimp/compositor_proto_state_sink.h", 49 "blimp/compositor_proto_state_sink.h",
50 "blimp/compositor_proto_state_sink_client.h", 50 "blimp/compositor_proto_state_sink_client.h",
51 "blimp/compositor_state_deserializer.cc",
52 "blimp/compositor_state_deserializer.h",
53 "blimp/compositor_state_deserializer_client.h",
51 "blimp/engine_picture_cache.h", 54 "blimp/engine_picture_cache.h",
52 "blimp/image_serialization_processor.h", 55 "blimp/image_serialization_processor.h",
53 "blimp/layer_tree_host_remote.cc", 56 "blimp/layer_tree_host_remote.cc",
54 "blimp/layer_tree_host_remote.h", 57 "blimp/layer_tree_host_remote.h",
55 "blimp/picture_data.cc", 58 "blimp/picture_data.cc",
56 "blimp/picture_data.h", 59 "blimp/picture_data.h",
57 "blimp/picture_data_conversions.cc", 60 "blimp/picture_data_conversions.cc",
58 "blimp/picture_data_conversions.h", 61 "blimp/picture_data_conversions.h",
59 "debug/benchmark_instrumentation.cc", 62 "debug/benchmark_instrumentation.cc",
60 "debug/benchmark_instrumentation.h", 63 "debug/benchmark_instrumentation.h",
(...skipping 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 "//ui/gl:test_support", 1073 "//ui/gl:test_support",
1071 ] 1074 ]
1072 1075
1073 # This target should not require the Chrome executable to run. 1076 # This target should not require the Chrome executable to run.
1074 assert_no_deps = [ "//chrome" ] 1077 assert_no_deps = [ "//chrome" ]
1075 1078
1076 data = [ 1079 data = [
1077 "test/data/", 1080 "test/data/",
1078 ] 1081 ]
1079 } 1082 }
OLDNEW
« no previous file with comments | « no previous file | cc/blimp/compositor_proto_state.h » ('j') | cc/blimp/layer_tree_host_remote.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698