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

Unified Diff: chrome/android/BUILD.gn

Issue 1965583002: Move //webapk to //chrome/android/webapk (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
« no previous file with comments | « base/BUILD.gn ('k') | chrome/android/webapk/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index cad7f0bff856d68482ccc056736000056b641b86..73708bfad115395d7ba35f5cc9d19ff274f7e055 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -119,6 +119,8 @@ java_strings_grd("chrome_strings_grd") {
android_library("chrome_java") {
deps = [
"//base:base_java",
+ "//chrome/android/webapk/libs/client",
+ "//chrome/android/webapk/libs/common",
"//components/safe_json/android:safe_json_java",
"//components/variations/android:variations_java",
"//components/web_contents_delegate_android:web_contents_delegate_android_java",
@@ -150,8 +152,6 @@ android_library("chrome_java") {
"//third_party/leakcanary:leakcanary_java",
"//ui/android:ui_java",
"//ui/android:ui_java_resources",
- "//webapk/libs/client",
- "//webapk/libs/common",
google_play_services_library,
]
@@ -332,6 +332,7 @@ android_library("chrome_test_java") {
"//base:base_java_test_support",
"//chrome/android:chrome_java",
"//chrome/android:chrome_java_resources",
+ "//chrome/android/webapk/libs/client",
"//chrome/test/android:chrome_java_test_support",
"//components/bookmarks/common/android:bookmarks_java",
"//components/dom_distiller/android:dom_distiller_core_java",
@@ -360,7 +361,6 @@ android_library("chrome_test_java") {
"//third_party/jsr-305:jsr_305_javalib",
"//ui/android:ui_java",
"//ui/android:ui_javatests",
- "//webapk/libs/client",
google_play_services_library,
]
}
@@ -377,17 +377,15 @@ android_resources("chrome_public_apk_resources") {
android_assets("chrome_public_apk_assets") {
sources = chrome_android_paks_gypi.chrome_android_pak_input_resources
- sources += [
- "$root_build_dir/resources.pak",
- ]
+ sources += [ "$root_build_dir/resources.pak" ]
disable_compression = true
deps = [
"//chrome:packed_extra_resources",
"//chrome:packed_resources",
+ "//chrome/android/webapk/libs/runtime_library:runtime_library_assets",
"//third_party/icu:icu_assets",
"//v8:v8_external_startup_data_assets",
- "//webapk/libs/runtime_library:runtime_library_assets",
]
}
« no previous file with comments | « base/BUILD.gn ('k') | chrome/android/webapk/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698