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

Unified Diff: chrome/android/webapk/libs/common/BUILD.gn

Issue 2049843004: Upstream: Renderers are running in WebAPKs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Always check command line flags in getNum(Class)ofService(). Created 4 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
Index: chrome/android/webapk/libs/common/BUILD.gn
diff --git a/chrome/android/webapk/libs/common/BUILD.gn b/chrome/android/webapk/libs/common/BUILD.gn
index 5158efb49fd8cb55071557d6ecd9db57007f50e3..5a2f67900709b7640ce21f66304960433bd10f91 100644
--- a/chrome/android/webapk/libs/common/BUILD.gn
+++ b/chrome/android/webapk/libs/common/BUILD.gn
@@ -7,6 +7,10 @@ import("//build/config/android/rules.gni")
android_library("common_java") {
java_files = [
"src/org/chromium/webapk/lib/common/WebApkConstants.java",
+ "src/org/chromium/webapk/lib/common/WebApkSandboxedProcessService.java",
+ "src/org/chromium/webapk/lib/common/WebApkSandboxedProcessService0.java",
+ "src/org/chromium/webapk/lib/common/WebApkSandboxedProcessService1.java",
+ "src/org/chromium/webapk/lib/common/WebApkSandboxedProcessService2.java",
"src/org/chromium/webapk/lib/common/WebApkUtils.java",
]
}

Powered by Google App Engine
This is Rietveld 408576698