Chromium Code Reviews| 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 = [ |