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

Unified Diff: BUILD.gn

Issue 369603004: Work on GN build, mostly in //ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android Created 6 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 | « no previous file | build/repack_action.gypi » ('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 afade88d535b695432980ee40d095f9b87e5a22c..94e851d3f6b83cab9386c9e283249d5844224eb1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -90,11 +90,14 @@ group("root") {
"//ui/events",
"//ui/gfx",
"//ui/gl",
+ "//ui/keyboard",
"//ui/native_theme",
"//ui/resources",
"//ui/snapshot",
"//ui/strings",
"//ui/surface",
+ "//ui/web_dialogs",
+ "//ui/wm",
"//url",
"//v8:v8",
"//webkit/browser:storage",
@@ -146,6 +149,7 @@ group("root") {
"//ppapi:ppapi_c",
"//sandbox",
"//third_party/libusb",
+ "//ui/keyboard", # Blocked on content.
# Seems to not be compiled on Android. Otherwise it will need a config.h.
"//third_party/libxslt",
@@ -163,6 +167,8 @@ group("root") {
# Not tested on Android yet:
"//third_party/libaddressinput",
"//third_party/ffmpeg",
+ "//ui/web_dialogs",
+ "//ui/wm",
"//webkit/browser:storage",
"//webkit/child",
]
« no previous file with comments | « no previous file | build/repack_action.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698