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

Unified Diff: android_webview/BUILD.gn

Issue 1547683003: Port android_webview_tests.gypi to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webview-tests-2
Patch Set: Add target x-refs Created 5 years 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 | « BUILD.gn ('k') | android_webview/android_webview_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index 5f967b20b2400fa93f194d262c0eb503eb01e373..9a225392e459c74202d659f4ef6e687a5e8c9eef 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -112,7 +112,7 @@ repack("repack_pack") {
webview_license_path = "$target_gen_dir/webview_licenses.notice"
-android_assets("uncompressed_assets") {
+android_assets("pak_file_assets") {
sources = [
"$target_gen_dir/webviewchromium.pak",
]
@@ -128,7 +128,7 @@ android_assets("assets") {
]
deps = [
":generate_webview_license_notice",
- ":uncompressed_assets",
+ ":pak_file_assets",
"//third_party/icu:icu_assets",
"//v8:v8_external_startup_data_assets",
]
« no previous file with comments | « BUILD.gn ('k') | android_webview/android_webview_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698