blob: d3e01b76371b9ae765e799ec67a70b5f58f9b59f [file] [log] [blame]
Manjunath Kudlurf41959c2015-11-06 16:27:58 -08001# Uncomment and update the paths in these entries to build the Android demo.
2#android_sdk_repository(
3# name = "androidsdk",
4# api_level = 23,
5# build_tools_version = "23.0.1",
6# # Replace with path to Android SDK on your system
7# path = "<PATH_TO_SDK>",
8#)
9#
10#android_ndk_repository(
11# name="androidndk",
12# path="<PATH_TO_NDK>",
13# api_level=21)
14
Kiril Gorovoy5b5976a2016-03-10 14:06:08 -080015# Please add all new TensorFlow dependencies in workspace.bzl.
Kiril Gorovoy77da1682016-02-24 18:02:16 -080016load("//tensorflow:workspace.bzl", "tf_workspace")
17tf_workspace()
Manjunath Kudlurf41959c2015-11-06 16:27:58 -080018
Vijay Vasudevan80a5a3e2016-03-29 18:23:11 -080019# Specify the minimum required bazel version.
20load("//tensorflow:tensorflow.bzl", "check_version")
21check_version("0.1.4")
22
A. Unique TensorFlower231c8532016-01-06 12:52:05 -080023# TENSORBOARD_BOWER_AUTOGENERATED_BELOW_THIS_LINE_DO_NOT_EDIT
24
Manjunath Kudlurf41959c2015-11-06 16:27:58 -080025new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080026 name = "d3",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -080027 build_file = "bower.BUILD",
Dan Smilkov16f46d92016-02-18 12:00:32 -080028 remote = "https://github.com/mbostock-bower/d3-bower.git",
Dan Mané82fdff92016-02-25 15:45:02 -080029 tag = "v3.5.15",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080030)
31
32new_git_repository(
33 name = "dagre",
34 build_file = "bower.BUILD",
35 remote = "https://github.com/cpettitt/dagre.git",
36 tag = "v0.7.4",
37)
38
39new_git_repository(
40 name = "es6_promise",
41 build_file = "bower.BUILD",
42 remote = "https://github.com/components/es6-promise.git",
Dan Mané82fdff92016-02-25 15:45:02 -080043 tag = "v2.1.0",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080044)
45
46new_git_repository(
47 name = "font_roboto",
48 build_file = "bower.BUILD",
49 remote = "https://github.com/PolymerElements/font-roboto.git",
50 tag = "v1.0.1",
51)
52
53new_git_repository(
54 name = "graphlib",
55 build_file = "bower.BUILD",
56 remote = "https://github.com/cpettitt/graphlib.git",
57 tag = "v1.0.7",
58)
59
60new_git_repository(
Dan Mané3b2309b2016-04-01 17:55:43 -080061 name = "iron_a11y_announcer",
62 build_file = "bower.BUILD",
63 remote = "https://github.com/PolymerElements/iron-a11y-announcer.git",
64 tag = "v1.0.4",
65)
66
67new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080068 name = "iron_a11y_keys_behavior",
69 build_file = "bower.BUILD",
Dan Mané3b2309b2016-04-01 17:55:43 -080070 remote = "https://github.com/PolymerElements/iron-a11y-keys-behavior.git",
71 tag = "v1.1.2",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080072)
73
74new_git_repository(
75 name = "iron_ajax",
76 build_file = "bower.BUILD",
77 remote = "https://github.com/PolymerElements/iron-ajax.git",
78 tag = "v1.1.1",
79)
80
81new_git_repository(
82 name = "iron_autogrow_textarea",
83 build_file = "bower.BUILD",
84 remote = "https://github.com/PolymerElements/iron-autogrow-textarea.git",
Dan Mané82fdff92016-02-25 15:45:02 -080085 tag = "v1.0.12",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080086)
87
88new_git_repository(
89 name = "iron_behaviors",
90 build_file = "bower.BUILD",
Dan Mané65c91242016-03-11 14:57:33 -080091 remote = "https://github.com/PolymerElements/iron-behaviors.git",
Dan Manée71090a2016-03-10 14:22:27 -080092 tag = "v1.0.13",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080093)
94
95new_git_repository(
96 name = "iron_checked_element_behavior",
97 build_file = "bower.BUILD",
98 remote = "https://github.com/PolymerElements/iron-checked-element-behavior.git",
99 tag = "v1.0.4",
100)
101
102new_git_repository(
103 name = "iron_collapse",
104 build_file = "bower.BUILD",
105 remote = "https://github.com/PolymerElements/iron-collapse.git",
Dan Manée71090a2016-03-10 14:22:27 -0800106 tag = "v1.0.6",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800107)
108
109new_git_repository(
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800110 name = "iron_dropdown",
111 build_file = "bower.BUILD",
112 remote = "https://github.com/polymerelements/iron-dropdown.git",
Dan Mané3b2309b2016-04-01 17:55:43 -0800113 tag = "v1.3.0",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800114)
115
116new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800117 name = "iron_fit_behavior",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800118 build_file = "bower.BUILD",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800119 remote = "https://github.com/PolymerElements/iron-fit-behavior.git",
Dan Manée71090a2016-03-10 14:22:27 -0800120 tag = "v1.0.6",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800121)
122
123new_git_repository(
124 name = "iron_flex_layout",
125 build_file = "bower.BUILD",
Dan Mané82fdff92016-02-25 15:45:02 -0800126 remote = "https://github.com/polymerelements/iron-flex-layout.git",
Dan Manée71090a2016-03-10 14:22:27 -0800127 tag = "v1.3.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800128)
129
130new_git_repository(
131 name = "iron_form_element_behavior",
132 build_file = "bower.BUILD",
133 remote = "https://github.com/PolymerElements/iron-form-element-behavior.git",
134 tag = "v1.0.6",
135)
136
137new_git_repository(
138 name = "iron_icon",
139 build_file = "bower.BUILD",
Dan Smilkov16f46d92016-02-18 12:00:32 -0800140 remote = "https://github.com/polymerelements/iron-icon.git",
Dan Manée71090a2016-03-10 14:22:27 -0800141 tag = "v1.0.8",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800142)
143
144new_git_repository(
145 name = "iron_icons",
146 build_file = "bower.BUILD",
Dan Smilkov16f46d92016-02-18 12:00:32 -0800147 remote = "https://github.com/polymerelements/iron-icons.git",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800148 tag = "v1.1.3",
149)
150
151new_git_repository(
152 name = "iron_iconset_svg",
153 build_file = "bower.BUILD",
Dan Mané82fdff92016-02-25 15:45:02 -0800154 remote = "https://github.com/PolymerElements/iron-iconset-svg.git",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800155 tag = "v1.0.9",
156)
157
158new_git_repository(
159 name = "iron_input",
160 build_file = "bower.BUILD",
161 remote = "https://github.com/PolymerElements/iron-input.git",
Dan Mané3b2309b2016-04-01 17:55:43 -0800162 tag = "v1.0.9",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800163)
164
165new_git_repository(
166 name = "iron_list",
167 build_file = "bower.BUILD",
168 remote = "https://github.com/PolymerElements/iron-list.git",
169 tag = "v1.1.7",
170)
171
172new_git_repository(
173 name = "iron_menu_behavior",
174 build_file = "bower.BUILD",
175 remote = "https://github.com/PolymerElements/iron-menu-behavior.git",
Dan Mané3b2309b2016-04-01 17:55:43 -0800176 tag = "v1.1.5",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800177)
178
179new_git_repository(
180 name = "iron_meta",
181 build_file = "bower.BUILD",
Dan Mané65c91242016-03-11 14:57:33 -0800182 remote = "https://github.com/polymerelements/iron-meta.git",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800183 tag = "v1.1.1",
184)
185
186new_git_repository(
187 name = "iron_overlay_behavior",
188 build_file = "bower.BUILD",
189 remote = "https://github.com/polymerelements/iron-overlay-behavior.git",
Dan Mané3b2309b2016-04-01 17:55:43 -0800190 tag = "v1.6.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800191)
192
193new_git_repository(
194 name = "iron_range_behavior",
195 build_file = "bower.BUILD",
196 remote = "https://github.com/PolymerElements/iron-range-behavior.git",
197 tag = "v1.0.4",
198)
199
200new_git_repository(
201 name = "iron_resizable_behavior",
202 build_file = "bower.BUILD",
203 remote = "https://github.com/polymerelements/iron-resizable-behavior.git",
Dan Smilkov16f46d92016-02-18 12:00:32 -0800204 tag = "v1.0.3",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800205)
206
207new_git_repository(
208 name = "iron_selector",
209 build_file = "bower.BUILD",
210 remote = "https://github.com/PolymerElements/iron-selector.git",
Dan Manée71090a2016-03-10 14:22:27 -0800211 tag = "v1.2.4",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800212)
213
214new_git_repository(
215 name = "iron_validatable_behavior",
216 build_file = "bower.BUILD",
217 remote = "https://github.com/PolymerElements/iron-validatable-behavior.git",
218 tag = "v1.0.5",
219)
220
221new_git_repository(
222 name = "lodash",
223 build_file = "bower.BUILD",
224 remote = "https://github.com/lodash/lodash.git",
225 tag = "3.10.1",
226)
227
228new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800229 name = "neon_animation",
230 build_file = "bower.BUILD",
231 remote = "https://github.com/polymerelements/neon-animation.git",
Dan Mané3b2309b2016-04-01 17:55:43 -0800232 tag = "v1.2.0",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800233)
234
235new_git_repository(
236 name = "paper_behaviors",
237 build_file = "bower.BUILD",
238 remote = "https://github.com/PolymerElements/paper-behaviors.git",
Dan Manée71090a2016-03-10 14:22:27 -0800239 tag = "v1.0.11",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800240)
241
242new_git_repository(
243 name = "paper_button",
244 build_file = "bower.BUILD",
245 remote = "https://github.com/PolymerElements/paper-button.git",
246 tag = "v1.0.11",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800247)
248
249new_git_repository(
250 name = "paper_checkbox",
251 build_file = "bower.BUILD",
252 remote = "https://github.com/PolymerElements/paper-checkbox.git",
Dan Manée71090a2016-03-10 14:22:27 -0800253 tag = "v1.1.3",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800254)
255
256new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800257 name = "paper_dropdown_menu",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800258 build_file = "bower.BUILD",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800259 remote = "https://github.com/PolymerElements/paper-dropdown-menu.git",
Dan Manée71090a2016-03-10 14:22:27 -0800260 tag = "v1.1.3",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800261)
262
263new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800264 name = "paper_header_panel",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800265 build_file = "bower.BUILD",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800266 remote = "https://github.com/PolymerElements/paper-header-panel.git",
Dan Manée71090a2016-03-10 14:22:27 -0800267 tag = "v1.1.4",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800268)
269
270new_git_repository(
271 name = "paper_icon_button",
272 build_file = "bower.BUILD",
273 remote = "https://github.com/PolymerElements/paper-icon-button.git",
Dan Mané82fdff92016-02-25 15:45:02 -0800274 tag = "v1.0.6",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800275)
276
277new_git_repository(
278 name = "paper_input",
279 build_file = "bower.BUILD",
280 remote = "https://github.com/PolymerElements/paper-input.git",
Dan Mané3b2309b2016-04-01 17:55:43 -0800281 tag = "v1.1.5",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800282)
283
284new_git_repository(
285 name = "paper_item",
286 build_file = "bower.BUILD",
287 remote = "https://github.com/PolymerElements/paper-item.git",
Dan Manée71090a2016-03-10 14:22:27 -0800288 tag = "v1.1.4",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800289)
290
291new_git_repository(
292 name = "paper_material",
293 build_file = "bower.BUILD",
294 remote = "https://github.com/polymerelements/paper-material.git",
295 tag = "v1.0.6",
296)
297
298new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800299 name = "paper_menu",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800300 build_file = "bower.BUILD",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800301 remote = "https://github.com/PolymerElements/paper-menu.git",
Dan Manée71090a2016-03-10 14:22:27 -0800302 tag = "v1.2.2",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800303)
304
305new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800306 name = "paper_menu_button",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800307 build_file = "bower.BUILD",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800308 remote = "https://github.com/polymerelements/paper-menu-button.git",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800309 tag = "v1.0.4",
310)
311
312new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800313 name = "paper_progress",
314 build_file = "bower.BUILD",
315 remote = "https://github.com/PolymerElements/paper-progress.git",
Dan Manée71090a2016-03-10 14:22:27 -0800316 tag = "v1.0.8",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800317)
318
319new_git_repository(
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800320 name = "paper_radio_button",
321 build_file = "bower.BUILD",
322 remote = "https://github.com/PolymerElements/paper-radio-button.git",
Dan Manée71090a2016-03-10 14:22:27 -0800323 tag = "v1.1.1",
Dan Smilkov0907b352016-02-16 11:30:12 -0800324)
325
326new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800327 name = "paper_radio_group",
Dan Smilkov0907b352016-02-16 11:30:12 -0800328 build_file = "bower.BUILD",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800329 remote = "https://github.com/PolymerElements/paper-radio-group.git",
Dan Manée71090a2016-03-10 14:22:27 -0800330 tag = "v1.0.9",
Dan Smilkov0907b352016-02-16 11:30:12 -0800331)
332
333new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800334 name = "paper_ripple",
Dan Smilkov0907b352016-02-16 11:30:12 -0800335 build_file = "bower.BUILD",
Dan Mané3b2309b2016-04-01 17:55:43 -0800336 remote = "https://github.com/polymerelements/paper-ripple.git",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800337 tag = "v1.0.5",
Dan Smilkov0907b352016-02-16 11:30:12 -0800338)
339
340new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800341 name = "paper_slider",
Dan Smilkov0907b352016-02-16 11:30:12 -0800342 build_file = "bower.BUILD",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800343 remote = "https://github.com/PolymerElements/paper-slider.git",
Dan Mané82fdff92016-02-25 15:45:02 -0800344 tag = "v1.0.8",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800345)
346
347new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800348 name = "paper_styles",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800349 build_file = "bower.BUILD",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800350 remote = "https://github.com/PolymerElements/paper-styles.git",
Dan Mané82fdff92016-02-25 15:45:02 -0800351 tag = "v1.1.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800352)
353
354new_git_repository(
355 name = "paper_tabs",
356 build_file = "bower.BUILD",
357 remote = "https://github.com/PolymerElements/paper-tabs.git",
Dan Mané82fdff92016-02-25 15:45:02 -0800358 tag = "v1.2.4",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800359)
360
361new_git_repository(
362 name = "paper_toggle_button",
363 build_file = "bower.BUILD",
364 remote = "https://github.com/PolymerElements/paper-toggle-button.git",
Dan Mané82fdff92016-02-25 15:45:02 -0800365 tag = "v1.0.12",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800366)
367
368new_git_repository(
369 name = "paper_toolbar",
370 build_file = "bower.BUILD",
371 remote = "https://github.com/PolymerElements/paper-toolbar.git",
Dan Mané82fdff92016-02-25 15:45:02 -0800372 tag = "v1.1.2",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800373)
374
375new_git_repository(
376 name = "plottable",
377 build_file = "bower.BUILD",
378 remote = "https://github.com/palantir/plottable.git",
Dan Mané82fdff92016-02-25 15:45:02 -0800379 tag = "v1.16.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800380)
381
382new_git_repository(
383 name = "polymer",
384 build_file = "bower.BUILD",
Dan Mané65c91242016-03-11 14:57:33 -0800385 remote = "https://github.com/Polymer/polymer.git",
Dan Mané3b2309b2016-04-01 17:55:43 -0800386 tag = "v1.4.0",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800387)
388
389new_git_repository(
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800390 name = "promise_polyfill",
391 build_file = "bower.BUILD",
392 remote = "https://github.com/polymerlabs/promise-polyfill.git",
393 tag = "v1.0.0",
394)
395
396new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800397 name = "web_animations_js",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800398 build_file = "bower.BUILD",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800399 remote = "https://github.com/web-animations/web-animations-js.git",
Dan Manée71090a2016-03-10 14:22:27 -0800400 tag = "2.1.4",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800401)
402
403new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800404 name = "webcomponentsjs",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800405 build_file = "bower.BUILD",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800406 remote = "https://github.com/Polymer/webcomponentsjs.git",
Dan Mané82fdff92016-02-25 15:45:02 -0800407 tag = "v0.7.21",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800408)