| 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',
|
| + },
|
| ],
|
| },
|
| {
|
|
|