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

Unified Diff: cc/BUILD.gn

Issue 2493523003: cc: Remove unused proto conversion code. (Closed)
Patch Set: test Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « blimp/client/test/compositor/blimp_compositor_with_fake_host.cc ('k') | cc/blimp/layer_tree_host_remote.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index f4ecf2cdaed4b889c9dc1c04876a733f7c09c428..1ab08bb97209d1b8a0e3b93c2bf44fc19ae057db 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -154,8 +154,6 @@ component("cc") {
"layers/layer_list_iterator.h",
"layers/layer_position_constraint.cc",
"layers/layer_position_constraint.h",
- "layers/layer_proto_converter.cc",
- "layers/layer_proto_converter.h",
"layers/layer_sticky_position_constraint.cc",
"layers/layer_sticky_position_constraint.h",
"layers/layer_utils.cc",
@@ -871,7 +869,6 @@ test("cc_unittests") {
"layers/layer_iterator_unittest.cc",
"layers/layer_list_iterator_unittest.cc",
"layers/layer_position_constraint_unittest.cc",
- "layers/layer_proto_converter_unittest.cc",
"layers/layer_unittest.cc",
"layers/layer_utils_unittest.cc",
"layers/nine_patch_layer_impl_unittest.cc",
« no previous file with comments | « blimp/client/test/compositor/blimp_compositor_with_fake_host.cc ('k') | cc/blimp/layer_tree_host_remote.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698