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

Unified Diff: cc/BUILD.gn

Issue 1924933002: cc : Stop pushing properties not used by LayerImpl to LayerImpl (4) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/layers/layer.cc » ('j') | cc/trees/tree_synchronizer.cc » ('J')
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 fd1e9c8df7f2d6c067baad099c16c387d26bcd4b..e6741446aa56a7330bff828b8a27bc6aeb0a5769 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -119,6 +119,8 @@ component("cc") {
"layers/layer_collections.h",
"layers/layer_impl.cc",
"layers/layer_impl.h",
+ "layers/layer_impl_test_properties.cc",
+ "layers/layer_impl_test_properties.h",
ajuma 2016/04/27 21:57:21 This also needs to go in cc.gyp (there are still p
jaydasika 2016/04/28 01:50:01 Done.
"layers/layer_iterator.h",
"layers/layer_list_iterator.cc",
"layers/layer_list_iterator.h",
« no previous file with comments | « no previous file | cc/layers/layer.cc » ('j') | cc/trees/tree_synchronizer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698