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

Unified Diff: BUILD.gn

Issue 309643002: Add some src/webkit build files to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | content/browser/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 0cdc5fb51be2a78214afa9debbd0915525906b12..2a3719904bc0e11f53535ed7c84073c1867bc2bb 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -84,6 +84,8 @@ group("root") {
"//ui/surface",
"//url",
"//v8:mksnapshot",
+ "//webkit/browser:storage",
+ "//webkit/child",
]
if (is_linux) {
@@ -109,6 +111,10 @@ group("root") {
"//third_party/WebKit/Source/wtf", # TODO(brettw) re-enable for Android.
"//tools/gn",
+ # Not tested on Android yet:
+ "//webkit/browser:storage",
+ "//webkit/child",
+
# This stuff all depends on ui/surface which requires some .class jni
# generators (ui/gl/gl.gyp:surface_jni_headers).
"//ui/gl",
« no previous file with comments | « no previous file | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698