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

Unified Diff: android_webview/android_webview.gyp

Issue 1040653003: Remove support for jarjar-ing layout.xml files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/jarjar-rules.txt » ('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 ca004138cb8b75a7d94ff79096b7973b3ab380ef..be6f666d3dc901fee8392942334c7a2feb1e484d 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -393,52 +393,6 @@
'includes': [ 'apk/system_webview_apk_common.gypi' ],
},
],
- }, { # android_webview_build==1
- 'targets': [
- {
- 'target_name': 'android_webview_jarjar_ui_resources',
- 'android_unmangled_name': 1,
- 'type': 'none',
- 'variables': {
- 'res_dir': '../ui/android/java/res',
- 'rules_file': '../android_webview/build/jarjar-rules.txt',
- },
- 'includes': ['../android_webview/build/jarjar_resources.gypi'],
- },
- {
- 'target_name': 'android_webview_jarjar_content_resources',
- 'android_unmangled_name': 1,
- 'type': 'none',
- 'variables': {
- 'res_dir': '../content/public/android/java/res',
- 'rules_file': '../android_webview/build/jarjar-rules.txt',
- },
- '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,
- 'dependencies': [
- '../content/content.gyp:content_strings_grd',
- '../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/jarjar-rules.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698