Chromium Code Reviews| Index: ui/webui/resources/js/hammer.js |
| diff --git a/ui/webui/resources/js/hammer.js b/ui/webui/resources/js/hammer.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9ea2b3cbbc4fc0919cb2dfeb300b82c69923a3ac |
| --- /dev/null |
| +++ b/ui/webui/resources/js/hammer.js |
| @@ -0,0 +1,4 @@ |
| +// This file serves as a proxy to bring the included js file from /third_party |
|
Kevin McNee - google account
2016/10/06 21:53:18
Missing license header.
Kevin McNee - google account
2016/10/13 18:19:25
Done.
|
| +// into its correct location under the resources directory tree, whence it is |
| +// delivered via a chrome://resources URL. See ../webui_resources.grd. |
| +<include src="../../../../third_party/hammer/hammer.js"> |