blob: 981ac77ea46abbbf7959731407c8cffac0950e2a [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
A. Unique TensorFlower231c8532016-01-06 12:52:05 -080019# TENSORBOARD_BOWER_AUTOGENERATED_BELOW_THIS_LINE_DO_NOT_EDIT
20
Manjunath Kudlurf41959c2015-11-06 16:27:58 -080021new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080022 name = "d3",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -080023 build_file = "bower.BUILD",
Dan Smilkov16f46d92016-02-18 12:00:32 -080024 remote = "https://github.com/mbostock-bower/d3-bower.git",
Dan Mané82fdff92016-02-25 15:45:02 -080025 tag = "v3.5.15",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080026)
27
28new_git_repository(
29 name = "dagre",
30 build_file = "bower.BUILD",
31 remote = "https://github.com/cpettitt/dagre.git",
32 tag = "v0.7.4",
33)
34
35new_git_repository(
36 name = "es6_promise",
37 build_file = "bower.BUILD",
38 remote = "https://github.com/components/es6-promise.git",
Dan Mané82fdff92016-02-25 15:45:02 -080039 tag = "v2.1.0",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080040)
41
42new_git_repository(
43 name = "font_roboto",
44 build_file = "bower.BUILD",
45 remote = "https://github.com/PolymerElements/font-roboto.git",
46 tag = "v1.0.1",
47)
48
49new_git_repository(
50 name = "graphlib",
51 build_file = "bower.BUILD",
52 remote = "https://github.com/cpettitt/graphlib.git",
53 tag = "v1.0.7",
54)
55
56new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080057 name = "iron_a11y_keys_behavior",
58 build_file = "bower.BUILD",
Dan Mané65c91242016-03-11 14:57:33 -080059 remote = "https://github.com/polymerelements/iron-a11y-keys-behavior.git",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080060 tag = "v1.1.1",
61)
62
63new_git_repository(
64 name = "iron_ajax",
65 build_file = "bower.BUILD",
66 remote = "https://github.com/PolymerElements/iron-ajax.git",
67 tag = "v1.1.1",
68)
69
70new_git_repository(
71 name = "iron_autogrow_textarea",
72 build_file = "bower.BUILD",
73 remote = "https://github.com/PolymerElements/iron-autogrow-textarea.git",
Dan Mané82fdff92016-02-25 15:45:02 -080074 tag = "v1.0.12",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080075)
76
77new_git_repository(
78 name = "iron_behaviors",
79 build_file = "bower.BUILD",
Dan Mané65c91242016-03-11 14:57:33 -080080 remote = "https://github.com/PolymerElements/iron-behaviors.git",
Dan Manée71090a2016-03-10 14:22:27 -080081 tag = "v1.0.13",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080082)
83
84new_git_repository(
85 name = "iron_checked_element_behavior",
86 build_file = "bower.BUILD",
87 remote = "https://github.com/PolymerElements/iron-checked-element-behavior.git",
88 tag = "v1.0.4",
89)
90
91new_git_repository(
92 name = "iron_collapse",
93 build_file = "bower.BUILD",
94 remote = "https://github.com/PolymerElements/iron-collapse.git",
Dan Manée71090a2016-03-10 14:22:27 -080095 tag = "v1.0.6",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -080096)
97
98new_git_repository(
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -080099 name = "iron_dropdown",
100 build_file = "bower.BUILD",
101 remote = "https://github.com/polymerelements/iron-dropdown.git",
Dan Smilkov16f46d92016-02-18 12:00:32 -0800102 tag = "v1.2.0",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800103)
104
105new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800106 name = "iron_fit_behavior",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800107 build_file = "bower.BUILD",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800108 remote = "https://github.com/PolymerElements/iron-fit-behavior.git",
Dan Manée71090a2016-03-10 14:22:27 -0800109 tag = "v1.0.6",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800110)
111
112new_git_repository(
113 name = "iron_flex_layout",
114 build_file = "bower.BUILD",
Dan Mané82fdff92016-02-25 15:45:02 -0800115 remote = "https://github.com/polymerelements/iron-flex-layout.git",
Dan Manée71090a2016-03-10 14:22:27 -0800116 tag = "v1.3.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800117)
118
119new_git_repository(
120 name = "iron_form_element_behavior",
121 build_file = "bower.BUILD",
122 remote = "https://github.com/PolymerElements/iron-form-element-behavior.git",
123 tag = "v1.0.6",
124)
125
126new_git_repository(
127 name = "iron_icon",
128 build_file = "bower.BUILD",
Dan Smilkov16f46d92016-02-18 12:00:32 -0800129 remote = "https://github.com/polymerelements/iron-icon.git",
Dan Manée71090a2016-03-10 14:22:27 -0800130 tag = "v1.0.8",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800131)
132
133new_git_repository(
134 name = "iron_icons",
135 build_file = "bower.BUILD",
Dan Smilkov16f46d92016-02-18 12:00:32 -0800136 remote = "https://github.com/polymerelements/iron-icons.git",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800137 tag = "v1.1.3",
138)
139
140new_git_repository(
141 name = "iron_iconset_svg",
142 build_file = "bower.BUILD",
Dan Mané82fdff92016-02-25 15:45:02 -0800143 remote = "https://github.com/PolymerElements/iron-iconset-svg.git",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800144 tag = "v1.0.9",
145)
146
147new_git_repository(
148 name = "iron_input",
149 build_file = "bower.BUILD",
150 remote = "https://github.com/PolymerElements/iron-input.git",
151 tag = "1.0.8",
152)
153
154new_git_repository(
155 name = "iron_list",
156 build_file = "bower.BUILD",
157 remote = "https://github.com/PolymerElements/iron-list.git",
158 tag = "v1.1.7",
159)
160
161new_git_repository(
162 name = "iron_menu_behavior",
163 build_file = "bower.BUILD",
164 remote = "https://github.com/PolymerElements/iron-menu-behavior.git",
Dan Manée71090a2016-03-10 14:22:27 -0800165 tag = "v1.1.4",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800166)
167
168new_git_repository(
169 name = "iron_meta",
170 build_file = "bower.BUILD",
Dan Mané65c91242016-03-11 14:57:33 -0800171 remote = "https://github.com/polymerelements/iron-meta.git",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800172 tag = "v1.1.1",
173)
174
175new_git_repository(
176 name = "iron_overlay_behavior",
177 build_file = "bower.BUILD",
178 remote = "https://github.com/polymerelements/iron-overlay-behavior.git",
Dan Manée71090a2016-03-10 14:22:27 -0800179 tag = "v1.4.2",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800180)
181
182new_git_repository(
183 name = "iron_range_behavior",
184 build_file = "bower.BUILD",
185 remote = "https://github.com/PolymerElements/iron-range-behavior.git",
186 tag = "v1.0.4",
187)
188
189new_git_repository(
190 name = "iron_resizable_behavior",
191 build_file = "bower.BUILD",
192 remote = "https://github.com/polymerelements/iron-resizable-behavior.git",
Dan Smilkov16f46d92016-02-18 12:00:32 -0800193 tag = "v1.0.3",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800194)
195
196new_git_repository(
197 name = "iron_selector",
198 build_file = "bower.BUILD",
199 remote = "https://github.com/PolymerElements/iron-selector.git",
Dan Manée71090a2016-03-10 14:22:27 -0800200 tag = "v1.2.4",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800201)
202
203new_git_repository(
204 name = "iron_validatable_behavior",
205 build_file = "bower.BUILD",
206 remote = "https://github.com/PolymerElements/iron-validatable-behavior.git",
207 tag = "v1.0.5",
208)
209
210new_git_repository(
211 name = "lodash",
212 build_file = "bower.BUILD",
213 remote = "https://github.com/lodash/lodash.git",
214 tag = "3.10.1",
215)
216
217new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800218 name = "neon_animation",
219 build_file = "bower.BUILD",
220 remote = "https://github.com/polymerelements/neon-animation.git",
Dan Manée71090a2016-03-10 14:22:27 -0800221 tag = "v1.1.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800222)
223
224new_git_repository(
225 name = "paper_behaviors",
226 build_file = "bower.BUILD",
227 remote = "https://github.com/PolymerElements/paper-behaviors.git",
Dan Manée71090a2016-03-10 14:22:27 -0800228 tag = "v1.0.11",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800229)
230
231new_git_repository(
232 name = "paper_button",
233 build_file = "bower.BUILD",
234 remote = "https://github.com/PolymerElements/paper-button.git",
235 tag = "v1.0.11",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800236)
237
238new_git_repository(
239 name = "paper_checkbox",
240 build_file = "bower.BUILD",
241 remote = "https://github.com/PolymerElements/paper-checkbox.git",
Dan Manée71090a2016-03-10 14:22:27 -0800242 tag = "v1.1.3",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800243)
244
245new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800246 name = "paper_dropdown_menu",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800247 build_file = "bower.BUILD",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800248 remote = "https://github.com/PolymerElements/paper-dropdown-menu.git",
Dan Manée71090a2016-03-10 14:22:27 -0800249 tag = "v1.1.3",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800250)
251
252new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800253 name = "paper_header_panel",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800254 build_file = "bower.BUILD",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800255 remote = "https://github.com/PolymerElements/paper-header-panel.git",
Dan Manée71090a2016-03-10 14:22:27 -0800256 tag = "v1.1.4",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800257)
258
259new_git_repository(
260 name = "paper_icon_button",
261 build_file = "bower.BUILD",
262 remote = "https://github.com/PolymerElements/paper-icon-button.git",
Dan Mané82fdff92016-02-25 15:45:02 -0800263 tag = "v1.0.6",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800264)
265
266new_git_repository(
267 name = "paper_input",
268 build_file = "bower.BUILD",
269 remote = "https://github.com/PolymerElements/paper-input.git",
Dan Mané82fdff92016-02-25 15:45:02 -0800270 tag = "v1.1.3",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800271)
272
273new_git_repository(
274 name = "paper_item",
275 build_file = "bower.BUILD",
276 remote = "https://github.com/PolymerElements/paper-item.git",
Dan Manée71090a2016-03-10 14:22:27 -0800277 tag = "v1.1.4",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800278)
279
280new_git_repository(
281 name = "paper_material",
282 build_file = "bower.BUILD",
283 remote = "https://github.com/polymerelements/paper-material.git",
284 tag = "v1.0.6",
285)
286
287new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800288 name = "paper_menu",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800289 build_file = "bower.BUILD",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800290 remote = "https://github.com/PolymerElements/paper-menu.git",
Dan Manée71090a2016-03-10 14:22:27 -0800291 tag = "v1.2.2",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800292)
293
294new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800295 name = "paper_menu_button",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800296 build_file = "bower.BUILD",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800297 remote = "https://github.com/polymerelements/paper-menu-button.git",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800298 tag = "v1.0.4",
299)
300
301new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800302 name = "paper_progress",
303 build_file = "bower.BUILD",
304 remote = "https://github.com/PolymerElements/paper-progress.git",
Dan Manée71090a2016-03-10 14:22:27 -0800305 tag = "v1.0.8",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800306)
307
308new_git_repository(
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800309 name = "paper_radio_button",
310 build_file = "bower.BUILD",
311 remote = "https://github.com/PolymerElements/paper-radio-button.git",
Dan Manée71090a2016-03-10 14:22:27 -0800312 tag = "v1.1.1",
Dan Smilkov0907b352016-02-16 11:30:12 -0800313)
314
315new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800316 name = "paper_radio_group",
Dan Smilkov0907b352016-02-16 11:30:12 -0800317 build_file = "bower.BUILD",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800318 remote = "https://github.com/PolymerElements/paper-radio-group.git",
Dan Manée71090a2016-03-10 14:22:27 -0800319 tag = "v1.0.9",
Dan Smilkov0907b352016-02-16 11:30:12 -0800320)
321
322new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800323 name = "paper_ripple",
Dan Smilkov0907b352016-02-16 11:30:12 -0800324 build_file = "bower.BUILD",
Dan Mané65c91242016-03-11 14:57:33 -0800325 remote = "https://github.com/PolymerElements/paper-ripple.git",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800326 tag = "v1.0.5",
Dan Smilkov0907b352016-02-16 11:30:12 -0800327)
328
329new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800330 name = "paper_slider",
Dan Smilkov0907b352016-02-16 11:30:12 -0800331 build_file = "bower.BUILD",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800332 remote = "https://github.com/PolymerElements/paper-slider.git",
Dan Mané82fdff92016-02-25 15:45:02 -0800333 tag = "v1.0.8",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800334)
335
336new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800337 name = "paper_styles",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800338 build_file = "bower.BUILD",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800339 remote = "https://github.com/PolymerElements/paper-styles.git",
Dan Mané82fdff92016-02-25 15:45:02 -0800340 tag = "v1.1.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800341)
342
343new_git_repository(
344 name = "paper_tabs",
345 build_file = "bower.BUILD",
346 remote = "https://github.com/PolymerElements/paper-tabs.git",
Dan Mané82fdff92016-02-25 15:45:02 -0800347 tag = "v1.2.4",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800348)
349
350new_git_repository(
351 name = "paper_toggle_button",
352 build_file = "bower.BUILD",
353 remote = "https://github.com/PolymerElements/paper-toggle-button.git",
Dan Mané82fdff92016-02-25 15:45:02 -0800354 tag = "v1.0.12",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800355)
356
357new_git_repository(
358 name = "paper_toolbar",
359 build_file = "bower.BUILD",
360 remote = "https://github.com/PolymerElements/paper-toolbar.git",
Dan Mané82fdff92016-02-25 15:45:02 -0800361 tag = "v1.1.2",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800362)
363
364new_git_repository(
365 name = "plottable",
366 build_file = "bower.BUILD",
367 remote = "https://github.com/palantir/plottable.git",
Dan Mané82fdff92016-02-25 15:45:02 -0800368 tag = "v1.16.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800369)
370
371new_git_repository(
372 name = "polymer",
373 build_file = "bower.BUILD",
Dan Mané65c91242016-03-11 14:57:33 -0800374 remote = "https://github.com/Polymer/polymer.git",
Dan Manée71090a2016-03-10 14:22:27 -0800375 tag = "v1.3.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800376)
377
378new_git_repository(
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800379 name = "promise_polyfill",
380 build_file = "bower.BUILD",
381 remote = "https://github.com/polymerlabs/promise-polyfill.git",
382 tag = "v1.0.0",
383)
384
385new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800386 name = "web_animations_js",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800387 build_file = "bower.BUILD",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800388 remote = "https://github.com/web-animations/web-animations-js.git",
Dan Manée71090a2016-03-10 14:22:27 -0800389 tag = "2.1.4",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800390)
391
392new_git_repository(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800393 name = "webcomponentsjs",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800394 build_file = "bower.BUILD",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800395 remote = "https://github.com/Polymer/webcomponentsjs.git",
Dan Mané82fdff92016-02-25 15:45:02 -0800396 tag = "v0.7.21",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800397)