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

Unified Diff: components/exo/BUILD.gn

Issue 1487433002: Add more components to "gn check", work on dom_distiller. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 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
Index: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index 61681bdb2ed7d39c12b55a07f223d42dce3093de..ab9103527b8bf6894a3b8f6679c70ef058ac1aa5 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -27,6 +27,7 @@ source_set("exo") {
"//base",
"//cc",
"//gpu",
+ "//gpu/command_buffer/client:gles2_interface",
"//skia",
"//ui/aura",
"//ui/compositor",
@@ -50,8 +51,12 @@ source_set("test_support") {
deps = [
"//ash:test_support",
"//base",
+ "//gpu",
"//skia",
"//testing/gtest",
+ "//ui/aura",
+ "//ui/compositor",
+ "//ui/gfx/geometry",
]
}
@@ -70,11 +75,17 @@ source_set("unit_tests") {
deps = [
":exo",
":test_support",
+ "//base",
+ "//cc",
"//components/user_manager",
+ "//gpu/command_buffer/client:gles2_interface",
"//skia",
"//testing/gtest",
+ "//ui/aura",
+ "//ui/gfx",
"//ui/keyboard",
"//ui/message_center",
+ "//ui/views",
]
}
@@ -85,6 +96,8 @@ test("exo_unittests") {
deps = [
":unit_tests",
"//ash:test_support",
+ "//base",
+ "//base/test:test_support",
]
if (is_linux) {
deps += [ "//components/exo/wayland:unit_tests" ]

Powered by Google App Engine
This is Rietveld 408576698