Add "resemblejs" dependency
Required by the image-diff plugin.
There does not seem to be any easy way to add bower dependencies inside
plugins without adding them to core.
Building image-diff never seemed to work for a normal user. Im not
entirely sure how google got it working.
Bug: Issue 9911
Change-Id: I08499c86e236a1c3861b78ba698dbd4a3bc811d8
(cherry picked from commit cb76de7e17
)
This commit is contained in:

committed by
Luca Milanesio

parent
4ab0c351a2
commit
b49be222b0
@@ -1296,6 +1296,13 @@ bower_archive(
|
|||||||
version = "1.0.0",
|
version = "1.0.0",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
bower_archive(
|
||||||
|
name = "resemblejs",
|
||||||
|
package = "rsmbl/Resemble.js",
|
||||||
|
sha1 = "49d5f022417c389b630d6f7ee667aa9540075c42",
|
||||||
|
version = "2.10.1",
|
||||||
|
)
|
||||||
|
|
||||||
bower_archive(
|
bower_archive(
|
||||||
name = "codemirror-minified",
|
name = "codemirror-minified",
|
||||||
package = "Dominator008/codemirror-minified",
|
package = "Dominator008/codemirror-minified",
|
||||||
|
18
lib/LICENSE-resemblejs
Normal file
18
lib/LICENSE-resemblejs
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
The MIT License (MIT) Copyright © 2013 Huddle
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
|
this software and associated documentation files (the “Software”), to deal in
|
||||||
|
the Software without restriction, including without limitation the rights to
|
||||||
|
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
||||||
|
the Software, and to permit persons to whom the Software is furnished to do so,
|
||||||
|
subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||||
|
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||||
|
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||||
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||||
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
@@ -45,3 +45,8 @@ bower_component(
|
|||||||
name = "codemirror-minified",
|
name = "codemirror-minified",
|
||||||
license = "//lib:LICENSE-codemirror-minified",
|
license = "//lib:LICENSE-codemirror-minified",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
bower_component(
|
||||||
|
name = "resemblejs",
|
||||||
|
license = "//lib:LICENSE-resemblejs",
|
||||||
|
)
|
||||||
|
Reference in New Issue
Block a user