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

Unified Diff: android_webview/test/BUILD.gn

Issue 2369683002: Revert of Move language pak files to assets. (Closed)
Patch Set: Created 4 years, 3 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: android_webview/test/BUILD.gn
diff --git a/android_webview/test/BUILD.gn b/android_webview/test/BUILD.gn
index df3639644d925e5363d8efac9047570728ccbdef..0148f7be2636e2b19ab4a6abce33007010b673f7 100644
--- a/android_webview/test/BUILD.gn
+++ b/android_webview/test/BUILD.gn
@@ -48,8 +48,6 @@
":libstandalonelibwebviewchromium",
]
- srcjar_deps = [ "//android_webview:locale_pak_srcjar" ]
-
native_lib_version_rule = "//build/util:chrome_version_json"
_native_lib_file =
rebase_path("$root_gen_dir/CHROME_VERSION.json", root_build_dir)
@@ -65,7 +63,6 @@
android_assets("android_webview_apk_assets") {
deps = [
- "//android_webview:locale_pak_assets",
"//android_webview:pak_file_assets",
"//third_party/icu:icu_assets",
"//v8:v8_external_startup_data_assets",

Powered by Google App Engine
This is Rietveld 408576698