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

Unified Diff: android_webview/android_webview.gyp

Issue 1412633004: Generate license file separately (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/apk/system_webview_apk_common.gypi » ('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 281c45f5da39b3da76f099349b9f90027c2209dd..343dd4426f5288eaacf7cfbeb09899f3003c3e98 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -122,6 +122,24 @@
'<@(_outputs)',
],
},
+ {
+ 'action_name': 'generate_webview_license_notice',
+ 'inputs': [
+ '<!@(python <(DEPTH)/android_webview/tools/webview_licenses.py notice_deps)',
+ '<(DEPTH)/android_webview/tools/licenses_notice.tmpl',
+ '<(DEPTH)/android_webview/tools/webview_licenses.py',
+ ],
+ 'outputs': [
+ '<(webview_licenses_path)',
+ ],
+ 'action': [
+ 'python',
+ '<(DEPTH)/android_webview/tools/webview_licenses.py',
+ 'notice',
+ '<(webview_licenses_path)',
+ ],
+ 'message': 'Generating WebView license notice',
+ },
],
},
{
« no previous file with comments | « no previous file | android_webview/apk/system_webview_apk_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698