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

Unified Diff: android_webview/android_webview.gyp

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 | « no previous file | android_webview/build/resources_config.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview.gyp
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index af7a953e5ffd5c609bcc4e64b779bbbad358ad9e..39ae4acabd56f231952140fcbe775de329d833cb 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -415,6 +415,16 @@
'includes': ['../android_webview/build/jarjar_resources.gypi'],
},
{
+ 'target_name': 'android_webview_jarjar_web_contents_delegate_android_resources',
+ 'android_unmangled_name': 1,
+ 'type': 'none',
+ 'variables': {
+ 'res_dir': '../components/web_contents_delegate_android/android/java/res',
+ 'rules_file': '../android_webview/build/jarjar-rules.txt',
+ },
+ 'includes': ['../android_webview/build/jarjar_resources.gypi'],
+ },
+ {
'target_name': 'android_webview_resources',
'type': 'none',
'android_unmangled_name': 1,
@@ -423,6 +433,7 @@
'../ui/android/ui_android.gyp:ui_strings_grd',
'android_webview_jarjar_content_resources',
'android_webview_jarjar_ui_resources',
+ 'android_webview_jarjar_web_contents_delegate_android_resources',
'android_webview_strings_grd',
],
},
« no previous file with comments | « no previous file | android_webview/build/resources_config.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698