blob: af5fef3614f2ac186b4372805d0f428cf6aba7e0 [file] [log] [blame]
Vijay Vasudevan8cc567b2016-05-26 11:05:13 -08001workspace(name = "org_tensorflow")
2
Manjunath Kudlurf41959c2015-11-06 16:27:58 -08003# Uncomment and update the paths in these entries to build the Android demo.
4#android_sdk_repository(
5# name = "androidsdk",
6# api_level = 23,
7# build_tools_version = "23.0.1",
8# # Replace with path to Android SDK on your system
9# path = "<PATH_TO_SDK>",
10#)
11#
12#android_ndk_repository(
13# name="androidndk",
14# path="<PATH_TO_NDK>",
15# api_level=21)
16
Kiril Gorovoy5b5976a2016-03-10 14:06:08 -080017# Please add all new TensorFlow dependencies in workspace.bzl.
Kiril Gorovoy77da1682016-02-24 18:02:16 -080018load("//tensorflow:workspace.bzl", "tf_workspace")
19tf_workspace()
Manjunath Kudlurf41959c2015-11-06 16:27:58 -080020
Vijay Vasudevan80a5a3e2016-03-29 18:23:11 -080021# Specify the minimum required bazel version.
22load("//tensorflow:tensorflow.bzl", "check_version")
Vijay Vasudevan51bd0bb2016-08-23 17:50:41 -080023check_version("0.3.0")
Vijay Vasudevan80a5a3e2016-03-29 18:23:11 -080024
A. Unique TensorFlower231c8532016-01-06 12:52:05 -080025# TENSORBOARD_BOWER_AUTOGENERATED_BELOW_THIS_LINE_DO_NOT_EDIT
26
Dan Smilkov80acdaf2016-08-31 09:24:10 -080027new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080028 name = "d3",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -080029 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -080030 url = "https://github.com/mbostock-bower/d3-bower/archive/v3.5.15.tar.gz",
31 strip_prefix = "d3-bower-3.5.15",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080032)
33
Dan Smilkov80acdaf2016-08-31 09:24:10 -080034new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080035 name = "dagre",
36 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -080037 url = "https://github.com/cpettitt/dagre/archive/v0.7.4.tar.gz",
38 strip_prefix = "dagre-0.7.4",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080039)
40
Dan Smilkov80acdaf2016-08-31 09:24:10 -080041new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080042 name = "es6_promise",
43 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -080044 url = "https://github.com/components/es6-promise/archive/v2.1.0.tar.gz",
45 strip_prefix = "es6-promise-2.1.0",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080046)
47
Dan Smilkov80acdaf2016-08-31 09:24:10 -080048new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080049 name = "font_roboto",
50 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -080051 url = "https://github.com/polymerelements/font-roboto/archive/v1.0.1.tar.gz",
52 strip_prefix = "font-roboto-1.0.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080053)
54
Dan Smilkov80acdaf2016-08-31 09:24:10 -080055new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080056 name = "graphlib",
57 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -080058 url = "https://github.com/cpettitt/graphlib/archive/v1.0.7.tar.gz",
59 strip_prefix = "graphlib-1.0.7",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080060)
61
Dan Smilkov80acdaf2016-08-31 09:24:10 -080062new_http_archive(
Dan Mané3b2309b2016-04-01 17:55:43 -080063 name = "iron_a11y_announcer",
64 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -080065 url = "https://github.com/polymerelements/iron-a11y-announcer/archive/v1.0.4.tar.gz",
66 strip_prefix = "iron-a11y-announcer-1.0.4",
Dan Mané3b2309b2016-04-01 17:55:43 -080067)
68
Dan Smilkov80acdaf2016-08-31 09:24:10 -080069new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080070 name = "iron_a11y_keys_behavior",
71 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -080072 url = "https://github.com/polymerelements/iron-a11y-keys-behavior/archive/v1.1.2.tar.gz",
73 strip_prefix = "iron-a11y-keys-behavior-1.1.2",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080074)
75
Dan Smilkov80acdaf2016-08-31 09:24:10 -080076new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080077 name = "iron_ajax",
78 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -080079 url = "https://github.com/polymerelements/iron-ajax/archive/v1.2.0.tar.gz",
80 strip_prefix = "iron-ajax-1.2.0",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080081)
82
Dan Smilkov80acdaf2016-08-31 09:24:10 -080083new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080084 name = "iron_autogrow_textarea",
85 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -080086 url = "https://github.com/polymerelements/iron-autogrow-textarea/archive/v1.0.12.tar.gz",
87 strip_prefix = "iron-autogrow-textarea-1.0.12",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080088)
89
Dan Smilkov80acdaf2016-08-31 09:24:10 -080090new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080091 name = "iron_behaviors",
92 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -080093 url = "https://github.com/polymerelements/iron-behaviors/archive/v1.0.17.tar.gz",
94 strip_prefix = "iron-behaviors-1.0.17",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080095)
96
Dan Smilkov80acdaf2016-08-31 09:24:10 -080097new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080098 name = "iron_checked_element_behavior",
99 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800100 url = "https://github.com/polymerelements/iron-checked-element-behavior/archive/v1.0.4.tar.gz",
101 strip_prefix = "iron-checked-element-behavior-1.0.4",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800102)
103
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800104new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800105 name = "iron_collapse",
106 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800107 url = "https://github.com/polymerelements/iron-collapse/archive/v1.0.8.tar.gz",
108 strip_prefix = "iron-collapse-1.0.8",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800109)
110
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800111new_http_archive(
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800112 name = "iron_dropdown",
113 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800114 url = "https://github.com/polymerelements/iron-dropdown/archive/v1.4.0.tar.gz",
115 strip_prefix = "iron-dropdown-1.4.0",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800116)
117
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800118new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800119 name = "iron_fit_behavior",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800120 build_file = "bower.BUILD",
Dan Smilkov38a4afc2016-08-31 11:56:58 -0800121 url = "https://github.com/polymerelements/iron-fit-behavior/archive/v1.2.5.tar.gz",
122 strip_prefix = "iron-fit-behavior-1.2.5",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800123)
124
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800125new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800126 name = "iron_flex_layout",
127 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800128 url = "https://github.com/polymerelements/iron-flex-layout/archive/v1.3.0.tar.gz",
129 strip_prefix = "iron-flex-layout-1.3.0",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800130)
131
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800132new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800133 name = "iron_form_element_behavior",
134 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800135 url = "https://github.com/polymerelements/iron-form-element-behavior/archive/v1.0.6.tar.gz",
136 strip_prefix = "iron-form-element-behavior-1.0.6",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800137)
138
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800139new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800140 name = "iron_icon",
141 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800142 url = "https://github.com/polymerelements/iron-icon/archive/v1.0.8.tar.gz",
143 strip_prefix = "iron-icon-1.0.8",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800144)
145
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800146new_http_archive(
Dan Manéec1077a2016-08-26 11:37:27 -0800147 name = "iron_icons",
148 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800149 url = "https://github.com/polymerelements/iron-icons/archive/v1.1.3.tar.gz",
150 strip_prefix = "iron-icons-1.1.3",
Dan Manéec1077a2016-08-26 11:37:27 -0800151)
152
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800153new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800154 name = "iron_iconset_svg",
155 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800156 url = "https://github.com/polymerelements/iron-iconset-svg/archive/v1.0.9.tar.gz",
157 strip_prefix = "iron-iconset-svg-1.0.9",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800158)
159
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800160new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800161 name = "iron_input",
162 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800163 url = "https://github.com/polymerelements/iron-input/archive/1.0.10.tar.gz",
164 strip_prefix = "iron-input-1.0.10",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800165)
166
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800167new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800168 name = "iron_list",
169 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800170 url = "https://github.com/polymerelements/iron-list/archive/v1.1.7.tar.gz",
171 strip_prefix = "iron-list-1.1.7",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800172)
173
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800174new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800175 name = "iron_menu_behavior",
176 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800177 url = "https://github.com/polymerelements/iron-menu-behavior/archive/v1.1.8.tar.gz",
178 strip_prefix = "iron-menu-behavior-1.1.8",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800179)
180
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800181new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800182 name = "iron_meta",
183 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800184 url = "https://github.com/polymerelements/iron-meta/archive/v1.1.1.tar.gz",
185 strip_prefix = "iron-meta-1.1.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800186)
187
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800188new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800189 name = "iron_overlay_behavior",
190 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800191 url = "https://github.com/polymerelements/iron-overlay-behavior/archive/v1.7.6.tar.gz",
192 strip_prefix = "iron-overlay-behavior-1.7.6",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800193)
194
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800195new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800196 name = "iron_range_behavior",
197 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800198 url = "https://github.com/polymerelements/iron-range-behavior/archive/v1.0.4.tar.gz",
199 strip_prefix = "iron-range-behavior-1.0.4",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800200)
201
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800202new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800203 name = "iron_resizable_behavior",
204 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800205 url = "https://github.com/polymerelements/iron-resizable-behavior/archive/v1.0.3.tar.gz",
206 strip_prefix = "iron-resizable-behavior-1.0.3",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800207)
208
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800209new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800210 name = "iron_selector",
211 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800212 url = "https://github.com/polymerelements/iron-selector/archive/v1.5.2.tar.gz",
213 strip_prefix = "iron-selector-1.5.2",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800214)
215
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800216new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800217 name = "iron_validatable_behavior",
218 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800219 url = "https://github.com/polymerelements/iron-validatable-behavior/archive/v1.1.1.tar.gz",
220 strip_prefix = "iron-validatable-behavior-1.1.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800221)
222
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800223new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800224 name = "lodash",
225 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800226 url = "https://github.com/lodash/lodash/archive/3.8.0.tar.gz",
227 strip_prefix = "lodash-3.8.0",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800228)
229
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800230new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800231 name = "neon_animation",
232 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800233 url = "https://github.com/polymerelements/neon-animation/archive/v1.2.2.tar.gz",
234 strip_prefix = "neon-animation-1.2.2",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800235)
236
Dan Smilkov33c9c022016-09-06 17:58:53 -0800237http_file(
238 name = "numericjs_numeric_1_2_6_min_js",
239 url = "http://www.numericjs.com/lib/numeric-1.2.6.min.js",
Dan Smilkov38a4afc2016-08-31 11:56:58 -0800240)
241
242new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800243 name = "paper_behaviors",
244 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800245 url = "https://github.com/polymerelements/paper-behaviors/archive/v1.0.11.tar.gz",
246 strip_prefix = "paper-behaviors-1.0.11",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800247)
248
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800249new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800250 name = "paper_button",
251 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800252 url = "https://github.com/polymerelements/paper-button/archive/v1.0.11.tar.gz",
253 strip_prefix = "paper-button-1.0.11",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800254)
255
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800256new_http_archive(
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800257 name = "paper_checkbox",
258 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800259 url = "https://github.com/polymerelements/paper-checkbox/archive/v1.1.3.tar.gz",
260 strip_prefix = "paper-checkbox-1.1.3",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800261)
262
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800263new_http_archive(
Dan Manéce6a9952016-04-15 13:01:57 -0800264 name = "paper_dialog",
265 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800266 url = "https://github.com/polymerelements/paper-dialog/archive/v1.0.4.tar.gz",
267 strip_prefix = "paper-dialog-1.0.4",
Dan Manéce6a9952016-04-15 13:01:57 -0800268)
269
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800270new_http_archive(
Dan Manéce6a9952016-04-15 13:01:57 -0800271 name = "paper_dialog_behavior",
272 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800273 url = "https://github.com/polymerelements/paper-dialog-behavior/archive/v1.2.5.tar.gz",
274 strip_prefix = "paper-dialog-behavior-1.2.5",
Dan Manéce6a9952016-04-15 13:01:57 -0800275)
276
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800277new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800278 name = "paper_dropdown_menu",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800279 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800280 url = "https://github.com/polymerelements/paper-dropdown-menu/archive/v1.3.2.tar.gz",
281 strip_prefix = "paper-dropdown-menu-1.3.2",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800282)
283
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800284new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800285 name = "paper_header_panel",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800286 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800287 url = "https://github.com/polymerelements/paper-header-panel/archive/v1.1.4.tar.gz",
288 strip_prefix = "paper-header-panel-1.1.4",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800289)
290
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800291new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800292 name = "paper_icon_button",
293 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800294 url = "https://github.com/polymerelements/paper-icon-button/archive/v1.1.1.tar.gz",
295 strip_prefix = "paper-icon-button-1.1.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800296)
297
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800298new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800299 name = "paper_input",
300 build_file = "bower.BUILD",
Dan Smilkov33c9c022016-09-06 17:58:53 -0800301 url = "https://github.com/polymerelements/paper-input/archive/v1.1.18.tar.gz",
302 strip_prefix = "paper-input-1.1.18",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800303)
304
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800305new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800306 name = "paper_item",
307 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800308 url = "https://github.com/polymerelements/paper-item/archive/v1.1.4.tar.gz",
309 strip_prefix = "paper-item-1.1.4",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800310)
311
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800312new_http_archive(
Dan Smilkov38a4afc2016-08-31 11:56:58 -0800313 name = "paper_listbox",
314 build_file = "bower.BUILD",
315 url = "https://github.com/polymerelements/paper-listbox/archive/v1.1.2.tar.gz",
316 strip_prefix = "paper-listbox-1.1.2",
317)
318
319new_http_archive(
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800320 name = "paper_material",
321 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800322 url = "https://github.com/polymerelements/paper-material/archive/v1.0.6.tar.gz",
323 strip_prefix = "paper-material-1.0.6",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800324)
325
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800326new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800327 name = "paper_menu",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800328 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800329 url = "https://github.com/polymerelements/paper-menu/archive/v1.2.2.tar.gz",
330 strip_prefix = "paper-menu-1.2.2",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800331)
332
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800333new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800334 name = "paper_menu_button",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800335 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800336 url = "https://github.com/polymerelements/paper-menu-button/archive/v1.5.0.tar.gz",
337 strip_prefix = "paper-menu-button-1.5.0",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800338)
339
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800340new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800341 name = "paper_progress",
342 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800343 url = "https://github.com/polymerelements/paper-progress/archive/v1.0.9.tar.gz",
344 strip_prefix = "paper-progress-1.0.9",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800345)
346
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800347new_http_archive(
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800348 name = "paper_radio_button",
349 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800350 url = "https://github.com/polymerelements/paper-radio-button/archive/v1.1.2.tar.gz",
351 strip_prefix = "paper-radio-button-1.1.2",
Dan Smilkov0907b352016-02-16 11:30:12 -0800352)
353
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800354new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800355 name = "paper_radio_group",
Dan Smilkov0907b352016-02-16 11:30:12 -0800356 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800357 url = "https://github.com/polymerelements/paper-radio-group/archive/v1.0.9.tar.gz",
358 strip_prefix = "paper-radio-group-1.0.9",
Dan Smilkov0907b352016-02-16 11:30:12 -0800359)
360
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800361new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800362 name = "paper_ripple",
Dan Smilkov0907b352016-02-16 11:30:12 -0800363 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800364 url = "https://github.com/polymerelements/paper-ripple/archive/v1.0.5.tar.gz",
365 strip_prefix = "paper-ripple-1.0.5",
Dan Smilkov0907b352016-02-16 11:30:12 -0800366)
367
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800368new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800369 name = "paper_slider",
Dan Smilkov0907b352016-02-16 11:30:12 -0800370 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800371 url = "https://github.com/polymerelements/paper-slider/archive/v1.0.10.tar.gz",
372 strip_prefix = "paper-slider-1.0.10",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800373)
374
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800375new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800376 name = "paper_styles",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800377 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800378 url = "https://github.com/polymerelements/paper-styles/archive/v1.1.4.tar.gz",
379 strip_prefix = "paper-styles-1.1.4",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800380)
381
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800382new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800383 name = "paper_tabs",
384 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800385 url = "https://github.com/polymerelements/paper-tabs/archive/v1.6.2.tar.gz",
386 strip_prefix = "paper-tabs-1.6.2",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800387)
388
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800389new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800390 name = "paper_toggle_button",
391 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800392 url = "https://github.com/polymerelements/paper-toggle-button/archive/v1.1.2.tar.gz",
393 strip_prefix = "paper-toggle-button-1.1.2",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800394)
395
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800396new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800397 name = "paper_toolbar",
398 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800399 url = "https://github.com/polymerelements/paper-toolbar/archive/v1.1.4.tar.gz",
400 strip_prefix = "paper-toolbar-1.1.4",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800401)
402
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800403new_http_archive(
Dan Smilkovf76c72a2016-06-28 09:29:32 -0800404 name = "paper_tooltip",
405 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800406 url = "https://github.com/polymerelements/paper-tooltip/archive/v1.1.2.tar.gz",
407 strip_prefix = "paper-tooltip-1.1.2",
Dan Smilkovf76c72a2016-06-28 09:29:32 -0800408)
409
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800410new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800411 name = "plottable",
412 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800413 url = "https://github.com/palantir/plottable/archive/v1.16.1.tar.gz",
414 strip_prefix = "plottable-1.16.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800415)
416
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800417new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800418 name = "polymer",
419 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800420 url = "https://github.com/polymer/polymer/archive/v1.6.1.tar.gz",
421 strip_prefix = "polymer-1.6.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800422)
423
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800424new_http_archive(
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800425 name = "promise_polyfill",
426 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800427 url = "https://github.com/polymerlabs/promise-polyfill/archive/v1.0.0.tar.gz",
428 strip_prefix = "promise-polyfill-1.0.0",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800429)
430
Dan Smilkov33c9c022016-09-06 17:58:53 -0800431http_file(
432 name = "three_js_three_min_js",
433 url = "https://raw.githubusercontent.com/mrdoob/three.js/r77/build/three.min.js",
434)
435
436http_file(
437 name = "three_js_orbitcontrols_js",
438 url = "https://raw.githubusercontent.com/mrdoob/three.js/r77/examples/js/controls/OrbitControls.js",
Dan Smilkov38a4afc2016-08-31 11:56:58 -0800439)
440
441new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800442 name = "web_animations_js",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800443 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800444 url = "https://github.com/web-animations/web-animations-js/archive/2.2.1.tar.gz",
445 strip_prefix = "web-animations-js-2.2.1",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800446)
447
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800448new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800449 name = "webcomponentsjs",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800450 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800451 url = "https://github.com/webcomponents/webcomponentsjs/archive/v0.7.22.tar.gz",
452 strip_prefix = "webcomponentsjs-0.7.22",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800453)
Dan Smilkov38a4afc2016-08-31 11:56:58 -0800454
Dan Smilkov33c9c022016-09-06 17:58:53 -0800455http_file(
456 name = "weblas_weblas_js",
457 url = "https://raw.githubusercontent.com/waylonflinn/weblas/v0.9.0/dist/weblas.js",
Dan Smilkov38a4afc2016-08-31 11:56:58 -0800458)