blob: 20c0285084245976c45554c857d01f4f1610d250 [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")
A. Unique TensorFlower54414312016-10-21 05:34:07 -080023check_version("0.3.2")
Vijay Vasudevan80a5a3e2016-03-29 18:23:11 -080024
Dan Smilkovf0e9bd32016-11-09 12:53:00 -080025new_http_archive(
26 name = "inception5h",
27 build_file = "models.BUILD",
28 url = "https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip",
29 sha256 = "d13569f6a98159de37e92e9c8ec4dae8f674fbf475f69fe6199b514f756d4364"
30)
31
Andrew Harpa30b9922016-11-28 15:41:52 -080032new_http_archive(
33 name = "mobile_multibox",
34 build_file = "models.BUILD",
35 url = "https://storage.googleapis.com/download.tensorflow.org/models/mobile_multibox_v1.zip",
36 sha256 = "b4c178fd6236dcf0a20d25d07c45eebe85281263978c6a6f1dfc49d75befc45f"
37)
38
A. Unique TensorFlower231c8532016-01-06 12:52:05 -080039# TENSORBOARD_BOWER_AUTOGENERATED_BELOW_THIS_LINE_DO_NOT_EDIT
40
Dan Smilkov80acdaf2016-08-31 09:24:10 -080041new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080042 name = "d3",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -080043 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -080044 url = "https://github.com/mbostock-bower/d3-bower/archive/v3.5.15.tar.gz",
45 strip_prefix = "d3-bower-3.5.15",
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 = "dagre",
50 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -080051 url = "https://github.com/cpettitt/dagre/archive/v0.7.4.tar.gz",
52 strip_prefix = "dagre-0.7.4",
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 = "es6_promise",
57 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -080058 url = "https://github.com/components/es6-promise/archive/v2.1.0.tar.gz",
59 strip_prefix = "es6-promise-2.1.0",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080060)
61
Dan Smilkov80acdaf2016-08-31 09:24:10 -080062new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080063 name = "font_roboto",
64 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -080065 url = "https://github.com/polymerelements/font-roboto/archive/v1.0.1.tar.gz",
66 strip_prefix = "font-roboto-1.0.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080067)
68
Dan Smilkov80acdaf2016-08-31 09:24:10 -080069new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080070 name = "graphlib",
71 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -080072 url = "https://github.com/cpettitt/graphlib/archive/v1.0.7.tar.gz",
73 strip_prefix = "graphlib-1.0.7",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080074)
75
Dan Smilkov80acdaf2016-08-31 09:24:10 -080076new_http_archive(
Dan Mané3b2309b2016-04-01 17:55:43 -080077 name = "iron_a11y_announcer",
78 build_file = "bower.BUILD",
Dan Smilkovf0e9bd32016-11-09 12:53:00 -080079 url = "https://github.com/polymerelements/iron-a11y-announcer/archive/v1.0.5.tar.gz",
80 strip_prefix = "iron-a11y-announcer-1.0.5",
Dan Mané3b2309b2016-04-01 17:55:43 -080081)
82
Dan Smilkov80acdaf2016-08-31 09:24:10 -080083new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080084 name = "iron_a11y_keys_behavior",
85 build_file = "bower.BUILD",
Dan Smilkov3037d182016-10-10 05:08:49 -080086 url = "https://github.com/polymerelements/iron-a11y-keys-behavior/archive/v1.1.8.tar.gz",
87 strip_prefix = "iron-a11y-keys-behavior-1.1.8",
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_ajax",
92 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -080093 url = "https://github.com/polymerelements/iron-ajax/archive/v1.2.0.tar.gz",
94 strip_prefix = "iron-ajax-1.2.0",
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_autogrow_textarea",
99 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800100 url = "https://github.com/polymerelements/iron-autogrow-textarea/archive/v1.0.12.tar.gz",
101 strip_prefix = "iron-autogrow-textarea-1.0.12",
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_behaviors",
106 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800107 url = "https://github.com/polymerelements/iron-behaviors/archive/v1.0.17.tar.gz",
108 strip_prefix = "iron-behaviors-1.0.17",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800109)
110
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800111new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800112 name = "iron_checked_element_behavior",
113 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800114 url = "https://github.com/polymerelements/iron-checked-element-behavior/archive/v1.0.4.tar.gz",
115 strip_prefix = "iron-checked-element-behavior-1.0.4",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800116)
117
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800118new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800119 name = "iron_collapse",
120 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800121 url = "https://github.com/polymerelements/iron-collapse/archive/v1.0.8.tar.gz",
122 strip_prefix = "iron-collapse-1.0.8",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800123)
124
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800125new_http_archive(
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800126 name = "iron_dropdown",
127 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800128 url = "https://github.com/polymerelements/iron-dropdown/archive/v1.4.0.tar.gz",
129 strip_prefix = "iron-dropdown-1.4.0",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800130)
131
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800132new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800133 name = "iron_fit_behavior",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800134 build_file = "bower.BUILD",
Dan Smilkov38a4afc2016-08-31 11:56:58 -0800135 url = "https://github.com/polymerelements/iron-fit-behavior/archive/v1.2.5.tar.gz",
136 strip_prefix = "iron-fit-behavior-1.2.5",
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_flex_layout",
141 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800142 url = "https://github.com/polymerelements/iron-flex-layout/archive/v1.3.0.tar.gz",
143 strip_prefix = "iron-flex-layout-1.3.0",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800144)
145
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800146new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800147 name = "iron_form_element_behavior",
148 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800149 url = "https://github.com/polymerelements/iron-form-element-behavior/archive/v1.0.6.tar.gz",
150 strip_prefix = "iron-form-element-behavior-1.0.6",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800151)
152
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800153new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800154 name = "iron_icon",
155 build_file = "bower.BUILD",
Dan Smilkov3037d182016-10-10 05:08:49 -0800156 url = "https://github.com/polymerelements/iron-icon/archive/v1.0.11.tar.gz",
157 strip_prefix = "iron-icon-1.0.11",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800158)
159
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800160new_http_archive(
Dan Manéec1077a2016-08-26 11:37:27 -0800161 name = "iron_icons",
162 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800163 url = "https://github.com/polymerelements/iron-icons/archive/v1.1.3.tar.gz",
164 strip_prefix = "iron-icons-1.1.3",
Dan Manéec1077a2016-08-26 11:37:27 -0800165)
166
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800167new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800168 name = "iron_iconset_svg",
169 build_file = "bower.BUILD",
Dan Smilkovc3bed282016-11-01 14:15:58 -0800170 url = "https://github.com/polymerelements/iron-iconset-svg/archive/v1.1.0.tar.gz",
171 strip_prefix = "iron-iconset-svg-1.1.0",
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_input",
176 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800177 url = "https://github.com/polymerelements/iron-input/archive/1.0.10.tar.gz",
178 strip_prefix = "iron-input-1.0.10",
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_list",
183 build_file = "bower.BUILD",
Dan Smilkov3037d182016-10-10 05:08:49 -0800184 url = "https://github.com/polymerelements/iron-list/archive/v1.3.9.tar.gz",
185 strip_prefix = "iron-list-1.3.9",
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_menu_behavior",
190 build_file = "bower.BUILD",
Dan Smilkov3037d182016-10-10 05:08:49 -0800191 url = "https://github.com/polymerelements/iron-menu-behavior/archive/v1.1.10.tar.gz",
192 strip_prefix = "iron-menu-behavior-1.1.10",
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_meta",
197 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800198 url = "https://github.com/polymerelements/iron-meta/archive/v1.1.1.tar.gz",
199 strip_prefix = "iron-meta-1.1.1",
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_overlay_behavior",
204 build_file = "bower.BUILD",
Dan Smilkovc3bed282016-11-01 14:15:58 -0800205 url = "https://github.com/polymerelements/iron-overlay-behavior/archive/v1.10.1.tar.gz",
206 strip_prefix = "iron-overlay-behavior-1.10.1",
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_range_behavior",
211 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800212 url = "https://github.com/polymerelements/iron-range-behavior/archive/v1.0.4.tar.gz",
213 strip_prefix = "iron-range-behavior-1.0.4",
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_resizable_behavior",
218 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800219 url = "https://github.com/polymerelements/iron-resizable-behavior/archive/v1.0.3.tar.gz",
220 strip_prefix = "iron-resizable-behavior-1.0.3",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800221)
222
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800223new_http_archive(
Dan Smilkovc3bed282016-11-01 14:15:58 -0800224 name = "iron_scroll_target_behavior",
225 build_file = "bower.BUILD",
226 url = "https://github.com/polymerelements/iron-scroll-target-behavior/archive/v1.0.3.tar.gz",
227 strip_prefix = "iron-scroll-target-behavior-1.0.3",
228)
229
230new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800231 name = "iron_selector",
232 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800233 url = "https://github.com/polymerelements/iron-selector/archive/v1.5.2.tar.gz",
234 strip_prefix = "iron-selector-1.5.2",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800235)
236
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800237new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800238 name = "iron_validatable_behavior",
239 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800240 url = "https://github.com/polymerelements/iron-validatable-behavior/archive/v1.1.1.tar.gz",
241 strip_prefix = "iron-validatable-behavior-1.1.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800242)
243
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800244new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800245 name = "lodash",
246 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800247 url = "https://github.com/lodash/lodash/archive/3.8.0.tar.gz",
248 strip_prefix = "lodash-3.8.0",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800249)
250
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800251new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800252 name = "neon_animation",
253 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800254 url = "https://github.com/polymerelements/neon-animation/archive/v1.2.2.tar.gz",
255 strip_prefix = "neon-animation-1.2.2",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800256)
257
Dan Smilkov33c9c022016-09-06 17:58:53 -0800258http_file(
Dan Smilkov3037d182016-10-10 05:08:49 -0800259 name = "numericjs_numeric_min_js",
Dan Smilkova9d25b02016-09-26 13:09:48 -0800260 url = "https://cdnjs.cloudflare.com/ajax/libs/numeric/1.2.6/numeric.min.js",
Dan Smilkov38a4afc2016-08-31 11:56:58 -0800261)
262
263new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800264 name = "paper_behaviors",
265 build_file = "bower.BUILD",
Dan Smilkov3037d182016-10-10 05:08:49 -0800266 url = "https://github.com/polymerelements/paper-behaviors/archive/v1.0.12.tar.gz",
267 strip_prefix = "paper-behaviors-1.0.12",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800268)
269
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800270new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800271 name = "paper_button",
272 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800273 url = "https://github.com/polymerelements/paper-button/archive/v1.0.11.tar.gz",
274 strip_prefix = "paper-button-1.0.11",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800275)
276
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800277new_http_archive(
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800278 name = "paper_checkbox",
279 build_file = "bower.BUILD",
Dan Smilkovbc516c82016-11-11 14:30:57 -0800280 url = "https://github.com/polymerelements/paper-checkbox/archive/v1.4.0.tar.gz",
281 strip_prefix = "paper-checkbox-1.4.0",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800282)
283
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800284new_http_archive(
Dan Manéce6a9952016-04-15 13:01:57 -0800285 name = "paper_dialog",
286 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800287 url = "https://github.com/polymerelements/paper-dialog/archive/v1.0.4.tar.gz",
288 strip_prefix = "paper-dialog-1.0.4",
Dan Manéce6a9952016-04-15 13:01:57 -0800289)
290
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800291new_http_archive(
Dan Manéce6a9952016-04-15 13:01:57 -0800292 name = "paper_dialog_behavior",
293 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800294 url = "https://github.com/polymerelements/paper-dialog-behavior/archive/v1.2.5.tar.gz",
295 strip_prefix = "paper-dialog-behavior-1.2.5",
Dan Manéce6a9952016-04-15 13:01:57 -0800296)
297
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800298new_http_archive(
Dan Smilkovbc516c82016-11-11 14:30:57 -0800299 name = "paper_dialog_scrollable",
300 build_file = "bower.BUILD",
301 url = "https://github.com/polymerelements/paper-dialog-scrollable/archive/1.1.5.tar.gz",
302 strip_prefix = "paper-dialog-scrollable-1.1.5",
303)
304
305new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800306 name = "paper_dropdown_menu",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800307 build_file = "bower.BUILD",
Dan Smilkov3037d182016-10-10 05:08:49 -0800308 url = "https://github.com/polymerelements/paper-dropdown-menu/archive/v1.4.0.tar.gz",
309 strip_prefix = "paper-dropdown-menu-1.4.0",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800310)
311
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800312new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800313 name = "paper_header_panel",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800314 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800315 url = "https://github.com/polymerelements/paper-header-panel/archive/v1.1.4.tar.gz",
316 strip_prefix = "paper-header-panel-1.1.4",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800317)
318
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800319new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800320 name = "paper_icon_button",
321 build_file = "bower.BUILD",
Dan Smilkovc3bed282016-11-01 14:15:58 -0800322 url = "https://github.com/polymerelements/paper-icon-button/archive/v1.1.3.tar.gz",
323 strip_prefix = "paper-icon-button-1.1.3",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800324)
325
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800326new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800327 name = "paper_input",
328 build_file = "bower.BUILD",
Dan Smilkov33c9c022016-09-06 17:58:53 -0800329 url = "https://github.com/polymerelements/paper-input/archive/v1.1.18.tar.gz",
330 strip_prefix = "paper-input-1.1.18",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800331)
332
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800333new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800334 name = "paper_item",
335 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800336 url = "https://github.com/polymerelements/paper-item/archive/v1.1.4.tar.gz",
337 strip_prefix = "paper-item-1.1.4",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800338)
339
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800340new_http_archive(
Dan Smilkov38a4afc2016-08-31 11:56:58 -0800341 name = "paper_listbox",
342 build_file = "bower.BUILD",
343 url = "https://github.com/polymerelements/paper-listbox/archive/v1.1.2.tar.gz",
344 strip_prefix = "paper-listbox-1.1.2",
345)
346
347new_http_archive(
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800348 name = "paper_material",
349 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800350 url = "https://github.com/polymerelements/paper-material/archive/v1.0.6.tar.gz",
351 strip_prefix = "paper-material-1.0.6",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800352)
353
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800354new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800355 name = "paper_menu",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800356 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800357 url = "https://github.com/polymerelements/paper-menu/archive/v1.2.2.tar.gz",
358 strip_prefix = "paper-menu-1.2.2",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800359)
360
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800361new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800362 name = "paper_menu_button",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800363 build_file = "bower.BUILD",
Dan Smilkov3037d182016-10-10 05:08:49 -0800364 url = "https://github.com/polymerelements/paper-menu-button/archive/v1.5.1.tar.gz",
365 strip_prefix = "paper-menu-button-1.5.1",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800366)
367
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800368new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800369 name = "paper_progress",
370 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800371 url = "https://github.com/polymerelements/paper-progress/archive/v1.0.9.tar.gz",
372 strip_prefix = "paper-progress-1.0.9",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800373)
374
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800375new_http_archive(
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800376 name = "paper_radio_button",
377 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800378 url = "https://github.com/polymerelements/paper-radio-button/archive/v1.1.2.tar.gz",
379 strip_prefix = "paper-radio-button-1.1.2",
Dan Smilkov0907b352016-02-16 11:30:12 -0800380)
381
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800382new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800383 name = "paper_radio_group",
Dan Smilkov0907b352016-02-16 11:30:12 -0800384 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800385 url = "https://github.com/polymerelements/paper-radio-group/archive/v1.0.9.tar.gz",
386 strip_prefix = "paper-radio-group-1.0.9",
Dan Smilkov0907b352016-02-16 11:30:12 -0800387)
388
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800389new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800390 name = "paper_ripple",
Dan Smilkov0907b352016-02-16 11:30:12 -0800391 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800392 url = "https://github.com/polymerelements/paper-ripple/archive/v1.0.5.tar.gz",
393 strip_prefix = "paper-ripple-1.0.5",
Dan Smilkov0907b352016-02-16 11:30:12 -0800394)
395
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800396new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800397 name = "paper_slider",
Dan Smilkov0907b352016-02-16 11:30:12 -0800398 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800399 url = "https://github.com/polymerelements/paper-slider/archive/v1.0.10.tar.gz",
400 strip_prefix = "paper-slider-1.0.10",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800401)
402
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800403new_http_archive(
Dan Smilkov5329ac72016-11-17 13:45:27 -0800404 name = "paper_spinner",
405 build_file = "bower.BUILD",
406 url = "https://github.com/polymerelements/paper-spinner/archive/v1.1.1.tar.gz",
407 strip_prefix = "paper-spinner-1.1.1",
408)
409
410new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800411 name = "paper_styles",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800412 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800413 url = "https://github.com/polymerelements/paper-styles/archive/v1.1.4.tar.gz",
414 strip_prefix = "paper-styles-1.1.4",
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 = "paper_tabs",
419 build_file = "bower.BUILD",
Dan Smilkovf0e9bd32016-11-09 12:53:00 -0800420 url = "https://github.com/polymerelements/paper-tabs/archive/v1.7.0.tar.gz",
421 strip_prefix = "paper-tabs-1.7.0",
422)
423
424new_http_archive(
425 name = "paper_toast",
426 build_file = "bower.BUILD",
427 url = "https://github.com/polymerelements/paper-toast/archive/v1.3.0.tar.gz",
428 strip_prefix = "paper-toast-1.3.0",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800429)
430
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800431new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800432 name = "paper_toggle_button",
433 build_file = "bower.BUILD",
Dan Smilkov3037d182016-10-10 05:08:49 -0800434 url = "https://github.com/polymerelements/paper-toggle-button/archive/v1.2.0.tar.gz",
435 strip_prefix = "paper-toggle-button-1.2.0",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800436)
437
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800438new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800439 name = "paper_toolbar",
440 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800441 url = "https://github.com/polymerelements/paper-toolbar/archive/v1.1.4.tar.gz",
442 strip_prefix = "paper-toolbar-1.1.4",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800443)
444
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800445new_http_archive(
Dan Smilkovf76c72a2016-06-28 09:29:32 -0800446 name = "paper_tooltip",
447 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800448 url = "https://github.com/polymerelements/paper-tooltip/archive/v1.1.2.tar.gz",
449 strip_prefix = "paper-tooltip-1.1.2",
Dan Smilkovf76c72a2016-06-28 09:29:32 -0800450)
451
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800452new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800453 name = "plottable",
454 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800455 url = "https://github.com/palantir/plottable/archive/v1.16.1.tar.gz",
456 strip_prefix = "plottable-1.16.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800457)
458
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800459new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800460 name = "polymer",
461 build_file = "bower.BUILD",
Dan Smilkov3037d182016-10-10 05:08:49 -0800462 url = "https://github.com/polymer/polymer/archive/v1.7.0.tar.gz",
463 strip_prefix = "polymer-1.7.0",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800464)
465
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800466new_http_archive(
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800467 name = "promise_polyfill",
468 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800469 url = "https://github.com/polymerlabs/promise-polyfill/archive/v1.0.0.tar.gz",
470 strip_prefix = "promise-polyfill-1.0.0",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800471)
472
Dan Smilkov33c9c022016-09-06 17:58:53 -0800473http_file(
474 name = "three_js_three_min_js",
475 url = "https://raw.githubusercontent.com/mrdoob/three.js/r77/build/three.min.js",
476)
477
478http_file(
479 name = "three_js_orbitcontrols_js",
480 url = "https://raw.githubusercontent.com/mrdoob/three.js/r77/examples/js/controls/OrbitControls.js",
Dan Smilkov38a4afc2016-08-31 11:56:58 -0800481)
482
483new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800484 name = "web_animations_js",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800485 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800486 url = "https://github.com/web-animations/web-animations-js/archive/2.2.1.tar.gz",
487 strip_prefix = "web-animations-js-2.2.1",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800488)
489
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800490new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800491 name = "webcomponentsjs",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800492 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800493 url = "https://github.com/webcomponents/webcomponentsjs/archive/v0.7.22.tar.gz",
494 strip_prefix = "webcomponentsjs-0.7.22",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800495)
Dan Smilkov38a4afc2016-08-31 11:56:58 -0800496
Dan Smilkov33c9c022016-09-06 17:58:53 -0800497http_file(
498 name = "weblas_weblas_js",
499 url = "https://raw.githubusercontent.com/waylonflinn/weblas/v0.9.0/dist/weblas.js",
Dan Smilkov38a4afc2016-08-31 11:56:58 -0800500)