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

Unified Diff: BUILD.gn

Issue 488173003: Add ui_unittests to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: iFix Created 6 years, 4 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 15084b1545ad35d5762a933d1abf3abdee9e2cc0..52b5da4a0d23f3bd6b8da2c90e14b9b46325fcf4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -98,6 +98,7 @@ group("root") {
"//third_party:jpeg",
"//tools/gn",
"//tools/imagediff($host_toolchain)",
+ "//ui:ui_unittests",
"//ui/app_list",
"//ui/aura",
"//ui/accessibility",
@@ -209,6 +210,7 @@ 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