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

Unified Diff: BUILD.gn

Issue 806183002: Fix few targets in UI during GN build on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/aura/BUILD.gn » ('j') | ui/aura/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 327088956275c92b101abca2b2288a81fbeba266..bf3f8d937590557d071f986b44030536f70b341a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -353,10 +353,6 @@ group("root") {
"//ui/accessibility",
"//ui/app_list",
"//ui/aura",
- "//ui/base",
tfarina 2014/12/16 13:14:08 Why are you removing these entries?
Slava Chigrin 2014/12/16 13:32:34 This is a part of "deps -=" list, so removing is
tfarina 2014/12/16 13:42:46 OK, I see. With this you are enabling those target
Slava Chigrin 2014/12/16 14:21:51 Yes, and try jobs are completed successfully too.
- "//ui/display",
- "//ui/events",
- "//ui/gfx",
"//ui/gl",
"//ui/keyboard",
"//ui/native_theme",
« no previous file with comments | « no previous file | ui/aura/BUILD.gn » ('j') | ui/aura/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698