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

Unified Diff: android_webview/build/resources_config.mk

Issue 950223002: Android: Move resources for validation message bubble to components/web_contents_delegate_android/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add per-file entries Created 5 years, 10 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 | « android_webview/android_webview.gyp ('k') | components/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/build/resources_config.mk
diff --git a/android_webview/build/resources_config.mk b/android_webview/build/resources_config.mk
index 0b43509d46f9f5688bed729fb77c87f8daf52d5c..5a02612e1bb939ab6f1d5f79011e8c52c6cb7881 100644
--- a/android_webview/build/resources_config.mk
+++ b/android_webview/build/resources_config.mk
@@ -14,6 +14,7 @@ android_webview_resources_dirs := \
$(call my-dir)/../apk/java/res \
$(call intermediates-dir-for,GYP,shared)/android_webview_jarjar_content_resources/jarjar_res \
$(call intermediates-dir-for,GYP,shared)/android_webview_jarjar_ui_resources/jarjar_res \
+ $(call intermediates-dir-for,GYP,shared)/android_webview_jarjar_web_contents_delegate_android_resources/jarjar_res \
$(call intermediates-dir-for,GYP,ui_strings_grd)/ui_strings_grd/res_grit \
$(call intermediates-dir-for,GYP,content_strings_grd)/content_strings_grd/res_grit \
$(call intermediates-dir-for,GYP,android_webview_strings_grd)/android_webview_strings_grd/res_grit
@@ -23,6 +24,7 @@ android_webview_asset_dirs := \
android_webview_aapt_flags := --auto-add-overlay
android_webview_aapt_flags += --extra-packages org.chromium.android_webview
+android_webview_aapt_flags += --extra-packages org.chromium.components.web_contents_delegate_android
android_webview_aapt_flags += --extra-packages org.chromium.content
android_webview_aapt_flags += --extra-packages org.chromium.ui
android_webview_aapt_flags += -0 pak
« no previous file with comments | « android_webview/android_webview.gyp ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698