Chromium Code Reviews| 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", |