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

Unified Diff: tools/gritsettings/resource_ids

Issue 1270793002: [Android WebView] Put error page files into WebView resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added RTL direction support Created 5 years, 4 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/test/shell/src/org/chromium/android_webview/shell/AwShellResourceProvider.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gritsettings/resource_ids
diff --git a/tools/gritsettings/resource_ids b/tools/gritsettings/resource_ids
index 988008c1fb48d85bec9a5d0b4db91bd1b27b06bf..6cf84ae3f93bc2236f25aa05708bbe3c05553968 100644
--- a/tools/gritsettings/resource_ids
+++ b/tools/gritsettings/resource_ids
@@ -171,8 +171,8 @@
"<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resources.grd": {
"includes": [25750],
},
- # iOS resources overlap with ash, chromeos and extensions_api, as these are
- # not used on iOS.
+ # iOS resources overlap with android_webview, ash, chromeos and extensions_api,
+ # as these are not used on iOS.
"ios/chrome/app/strings/ios_strings_resources.grd": {
"messages": [26000],
},
@@ -182,6 +182,11 @@
"ash/ash_strings.grd": {
"messages": [26000],
},
+ "android_webview/renderer/aw_renderer_resources.grd": {
+ "includes": [26000],
+ "structures": [26050],
+ "messages": [26100],
+ },
"ui/chromeos/resources/ui_chromeos_resources.grd": {
"structures": [26200],
},
« no previous file with comments | « android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellResourceProvider.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698