Index: ui/compositor/BUILD.gn |
diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn |
index b813adfacef380835344ec15a2f5f180bfa5ed0c..b778ddb4d02d71f72e1cf88e86c1086cf062bca1 100644 |
--- a/ui/compositor/BUILD.gn |
+++ b/ui/compositor/BUILD.gn |
@@ -81,6 +81,7 @@ component("compositor") { |
"//cc/animation", |
"//cc/surfaces", |
"//cc/surfaces:surface_id", |
+ "//cc/surfaces:surfaces", |
sky
2016/12/15 19:11:26
optional: you don't need ':surfaces' here and on l
Saman Sami
2016/12/15 20:41:37
Done.
|
"//gpu/command_buffer/common", |
"//skia", |
"//ui/gfx", |
@@ -193,6 +194,7 @@ test("compositor_unittests") { |
"//cc:test_support", |
"//cc/surfaces", |
"//cc/surfaces:surface_id", |
+ "//cc/surfaces:surfaces", |
"//skia", |
"//testing/gmock", |
"//testing/gtest", |