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

Unified Diff: android_webview/BUILD.gn

Issue 2354803002: Create Monochrome-specific repack() targets (Closed)
Patch Set: Move rules to //chrome/android. Refactor aw_resources.pak 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
« no previous file with comments | « no previous file | build/config/android/internal_rules.gni » ('j') | chrome/chrome_paks.gni » ('J')
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 c2cbd8bbb238725f21e511c4e3f4a07815143491..84193ee18f7bfe663ccb7d03ddb3c934bc71b674 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -6,7 +6,6 @@ import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
import("//build/config/locales.gni")
import("//tools/grit/repack.gni")
-import("//tools/resources/generate_resource_whitelist.gni")
michaelbai 2016/09/20 18:49:42 Is this one still needed by Standalone webview?
agrieve 2016/09/20 19:11:11 Done.
import("system_webview_apk_tmpl.gni")
import("webview_repack_locales.gni")
@@ -168,7 +167,7 @@ android_assets("pak_file_assets") {
disable_compression = true
}
-# These assets are needed by both monochrome and stand alone WebView, but not by
+# These assets are needed by both monochrome and standalone WebView, but not by
# Chrome.
android_assets("monochrome_webview_assets") {
sources = [
« no previous file with comments | « no previous file | build/config/android/internal_rules.gni » ('j') | chrome/chrome_paks.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698