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

Unified Diff: components/BUILD.gn

Issue 2899783002: Move DevTools out of ash and turn it to a component. (Closed)
Patch Set: add README.md 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
« no previous file with comments | « chrome/browser/ui/webui/inspect_ui.cc ('k') | components/ui_devtools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index c031a45a3af5f8755e8c6731b78e9d9c2802f9dd..caacd5de553120929aa5b2102cca835ff793de77 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -157,6 +157,10 @@ test("components_unittests") {
"//components/webdata/common:unit_tests",
]
+ if (toolkit_views && use_aura) {
+ deps += [ "//components/ui_devtools/views:unit_tests" ]
+ }
+
if (enable_nacl) {
deps += [ "//components/nacl/browser:unit_tests" ]
}
« no previous file with comments | « chrome/browser/ui/webui/inspect_ui.cc ('k') | components/ui_devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698