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

Unified Diff: components/BUILD.gn

Issue 2899783002: Move DevTools out of ash and turn it to a component. (Closed)
Patch Set: rebase Created 3 years, 6 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
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 482b3b8677879c1d4e5c2fea46df8fada06162e4..47b332d2c48770ca86fbca8d48035d6b91a84712 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -156,6 +156,10 @@ test("components_unittests") {
"//components/webdata/common:unit_tests",
]
+ if (toolkit_views && use_aura) {
+ deps += [ "//components/ui_devtools/devtools:unit_tests" ]
+ }
+
if (enable_nacl) {
deps += [ "//components/nacl/browser:unit_tests" ]
}

Powered by Google App Engine
This is Rietveld 408576698