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..5d3c6fbcaf36db07a29b8b7664022cabcdba35eb |
| --- /dev/null |
| +++ b/ui/webui/resources/js/hammer.js |
| @@ -0,0 +1,5 @@ |
| +// This file serves as a proxy to bring the included js file from /third_party |
| +// 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"> |
| + |
|
wjmaclean
2016/04/21 14:11:02
Remove blank line.
alessandroa
2016/04/22 14:33:05
Done.
|