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

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

Issue 2011613003: Upstream: Extract "WebAPK service" implementation from Chrome APK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 1dfc907ad1a9b86ed2b1296ed308c0355a0398fe..8381ae5132765cb859f1a78201a693aee313d334 100644
--- a/chrome/android/webapk/libs/common/BUILD.gn
+++ b/chrome/android/webapk/libs/common/BUILD.gn
@@ -5,5 +5,8 @@
import("//build/config/android/rules.gni")
android_library("common") {
- java_files = [ "src/org/chromium/webapk/lib/common/WebApkConstants.java" ]
+ java_files = [
+ "src/org/chromium/webapk/lib/common/WebApkConstants.java",
+ "src/org/chromium/webapk/lib/common/WebApkUtils.java",
+ ]
}
« no previous file with comments | « chrome/android/java_sources.gni ('k') | chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkUtils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698