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

Unified Diff: BUILD.gn

Issue 553693002: Move ui:unittests target into ui/base/BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix for Android. Now for real. Created 6 years, 3 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 | ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 36ec166a87c440f4a21f3a0a7f23a30d79908d16..dbd230897182182b4878473e07007b108c73f6f2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -107,10 +107,9 @@ group("root") {
"//third_party:jpeg",
"//tools/gn",
"//tools/imagediff($host_toolchain)",
- "//ui:ui_unittests",
+ "//ui/accessibility",
"//ui/app_list",
"//ui/aura",
- "//ui/accessibility",
"//ui/base",
"//ui/display",
"//ui/events",
@@ -227,7 +226,6 @@ group("root") {
"//third_party/cld_2",
"//third_party/libaddressinput",
"//third_party/ffmpeg",
- "//ui:ui_unittests",
"//ui/app_list",
"//ui/web_dialogs",
"//ui/wm",
« no previous file with comments | « no previous file | ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698