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

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

Issue 1960853002: Initial CL for Web APKs (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: webapk/libs/common/BUILD.gn
diff --git a/third_party/haha/BUILD.gn b/webapk/libs/common/BUILD.gn
similarity index 66%
copy from third_party/haha/BUILD.gn
copy to webapk/libs/common/BUILD.gn
index 6e7a2626e4f6b8d130d775c4a7c6c9d0d7bd8a50..1dfc907ad1a9b86ed2b1296ed308c0355a0398fe 100644
--- a/third_party/haha/BUILD.gn
+++ b/webapk/libs/common/BUILD.gn
@@ -4,6 +4,6 @@
import("//build/config/android/rules.gni")
-android_java_prebuilt("haha") {
- jar_path = "haha-2.0.2.jar"
+android_library("common") {
+ java_files = [ "src/org/chromium/webapk/lib/common/WebApkConstants.java" ]
}
« no previous file with comments | « webapk/OWNERS ('k') | webapk/libs/common/README » ('j') | webapk/shell_apk/AndroidManifest.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698