blob: 9a21d642ca45ccc2032199f62b0fd496ca7bab20 [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
15new_http_archive(
16 name = "gmock_archive",
17 url = "https://googlemock.googlecode.com/files/gmock-1.7.0.zip",
18 sha256 = "26fcbb5925b74ad5fc8c26b0495dfc96353f4d553492eb97e85a8a6d2f43095b",
Manjunath Kudlur3dfd1442015-12-04 09:54:09 -080019 build_file = "google/protobuf/gmock.BUILD",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -080020)
21
A. Unique TensorFlower12a82de2015-12-16 17:56:17 -080022new_http_archive(
23 name = "eigen_archive",
Benoit Steinerd041dfa2016-01-29 09:58:27 -080024 url = "https://bitbucket.org/eigen/eigen/get/b455544.tar.gz",
25 sha256 = "d388d3fcb7e2ed5e4ec466f320b472b8803e556f46fab5e085ae70a90f7efa05",
A. Unique TensorFlower12a82de2015-12-16 17:56:17 -080026 build_file = "eigen.BUILD",
27)
28
Manjunath Kudlurf41959c2015-11-06 16:27:58 -080029bind(
30 name = "gtest",
31 actual = "@gmock_archive//:gtest",
32)
33
34bind(
35 name = "gtest_main",
36 actual = "@gmock_archive//:gtest_main",
37)
38
39git_repository(
40 name = "re2",
41 remote = "https://github.com/google/re2.git",
Manjunath Kudlurfa095c52015-12-02 09:12:45 -080042 commit = "791beff",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -080043)
44
45new_http_archive(
46 name = "jpeg_archive",
47 url = "http://www.ijg.org/files/jpegsrc.v9a.tar.gz",
48 sha256 = "3a753ea48d917945dd54a2d97de388aa06ca2eb1066cbfdc6652036349fe05a7",
49 build_file = "jpeg.BUILD",
50)
51
Manjunath Kudlurf41959c2015-11-06 16:27:58 -080052new_http_archive(
53 name = "png_archive",
54 url = "https://storage.googleapis.com/libpng-public-archive/libpng-1.2.53.tar.gz",
55 sha256 = "e05c9056d7f323088fd7824d8c6acc03a4a758c4b4916715924edc5dd3223a72",
56 build_file = "png.BUILD",
57)
58
59new_http_archive(
60 name = "six_archive",
61 url = "https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz#md5=34eed507548117b2ab523ab14b2f8b55",
62 sha256 = "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a",
63 build_file = "six.BUILD",
64)
65
66bind(
67 name = "six",
68 actual = "@six_archive//:six",
69)
70
A. Unique TensorFlower231c8532016-01-06 12:52:05 -080071# TENSORBOARD_BOWER_AUTOGENERATED_BELOW_THIS_LINE_DO_NOT_EDIT
72
Manjunath Kudlurf41959c2015-11-06 16:27:58 -080073new_git_repository(
74 name = "iron-ajax",
75 build_file = "bower.BUILD",
76 remote = "https://github.com/PolymerElements/iron-ajax.git",
A. Unique TensorFlower231c8532016-01-06 12:52:05 -080077 tag = "v1.0.7",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -080078)
79
80new_git_repository(
81 name = "iron-dropdown",
82 build_file = "bower.BUILD",
A. Unique TensorFlower231c8532016-01-06 12:52:05 -080083 remote = "https://github.com/polymerelements/iron-dropdown.git",
A. Unique TensorFlowere7ca22d2016-01-08 16:00:07 -080084 tag = "v1.1.0",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -080085)
86
87new_git_repository(
88 name = "accessibility-developer-tools",
89 build_file = "bower.BUILD",
90 remote = "https://github.com/GoogleChrome/accessibility-developer-tools.git",
91 tag = "v2.10.0",
92)
93
94new_git_repository(
95 name = "iron-doc-viewer",
96 build_file = "bower.BUILD",
97 remote = "https://github.com/PolymerElements/iron-doc-viewer.git",
A. Unique TensorFlowere7ca22d2016-01-08 16:00:07 -080098 tag = "v1.0.12",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -080099)
100
101new_git_repository(
102 name = "iron-icons",
103 build_file = "bower.BUILD",
104 remote = "https://github.com/polymerelements/iron-icons.git",
A. Unique TensorFlowere7ca22d2016-01-08 16:00:07 -0800105 tag = "v1.0.6",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800106)
107
108new_git_repository(
109 name = "paper-icon-button",
110 build_file = "bower.BUILD",
111 remote = "https://github.com/PolymerElements/paper-icon-button.git",
112 tag = "v1.0.5",
113)
114
115new_git_repository(
A. Unique TensorFlower231c8532016-01-06 12:52:05 -0800116 name = "test-fixture",
117 build_file = "bower.BUILD",
118 remote = "https://github.com/polymerelements/test-fixture.git",
A. Unique TensorFlowere7ca22d2016-01-08 16:00:07 -0800119 tag = "v1.1.0",
A. Unique TensorFlower231c8532016-01-06 12:52:05 -0800120)
121
122new_git_repository(
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800123 name = "sinonjs",
124 build_file = "bower.BUILD",
125 remote = "https://github.com/blittle/sinon.js.git",
126 tag = "v1.17.1",
127)
128
129new_git_repository(
130 name = "paper-dropdown-menu",
131 build_file = "bower.BUILD",
132 remote = "https://github.com/PolymerElements/paper-dropdown-menu.git",
133 tag = "v1.0.5",
134)
135
136new_git_repository(
137 name = "iron-flex-layout",
138 build_file = "bower.BUILD",
A. Unique TensorFlowere7ca22d2016-01-08 16:00:07 -0800139 remote = "https://github.com/PolymerElements/iron-flex-layout.git",
140 tag = "v1.2.2",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800141)
142
143new_git_repository(
144 name = "iron-autogrow-textarea",
145 build_file = "bower.BUILD",
146 remote = "https://github.com/PolymerElements/iron-autogrow-textarea.git",
A. Unique TensorFlower231c8532016-01-06 12:52:05 -0800147 tag = "v1.0.10",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800148)
149
150new_git_repository(
151 name = "d3",
152 build_file = "bower.BUILD",
153 remote = "https://github.com/mbostock/d3.git",
154 tag = "v3.5.6",
155)
156
157new_git_repository(
158 name = "iron-component-page",
159 build_file = "bower.BUILD",
160 remote = "https://github.com/PolymerElements/iron-component-page.git",
A. Unique TensorFlowere7ca22d2016-01-08 16:00:07 -0800161 tag = "v1.1.3",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800162)
163
164new_git_repository(
165 name = "stacky",
166 build_file = "bower.BUILD",
167 remote = "https://github.com/PolymerLabs/stacky.git",
A. Unique TensorFlowere7ca22d2016-01-08 16:00:07 -0800168 tag = "v1.3.1",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800169)
170
171new_git_repository(
172 name = "paper-styles",
173 build_file = "bower.BUILD",
174 remote = "https://github.com/PolymerElements/paper-styles.git",
175 tag = "v1.0.12",
176)
177
178new_git_repository(
179 name = "paper-input",
180 build_file = "bower.BUILD",
181 remote = "https://github.com/PolymerElements/paper-input.git",
182 tag = "v1.0.16",
183)
184
185new_git_repository(
186 name = "paper-item",
187 build_file = "bower.BUILD",
188 remote = "https://github.com/PolymerElements/paper-item.git",
189 tag = "v1.0.5",
190)
191
192new_git_repository(
193 name = "marked-element",
194 build_file = "bower.BUILD",
195 remote = "https://github.com/PolymerElements/marked-element.git",
196 tag = "v1.1.1",
197)
198
199new_git_repository(
200 name = "prism",
201 build_file = "bower.BUILD",
202 remote = "https://github.com/LeaVerou/prism.git",
203 tag = "v1.3.0",
204)
205
206new_git_repository(
207 name = "paper-progress",
208 build_file = "bower.BUILD",
209 remote = "https://github.com/PolymerElements/paper-progress.git",
210 tag = "v1.0.7",
211)
212
213new_git_repository(
214 name = "iron-checked-element-behavior",
215 build_file = "bower.BUILD",
216 remote = "https://github.com/PolymerElements/iron-checked-element-behavior.git",
A. Unique TensorFlowere7ca22d2016-01-08 16:00:07 -0800217 tag = "v1.0.4",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800218)
219
220new_git_repository(
221 name = "paper-toolbar",
222 build_file = "bower.BUILD",
223 remote = "https://github.com/PolymerElements/paper-toolbar.git",
224 tag = "v1.0.4",
225)
226
227new_git_repository(
228 name = "async",
229 build_file = "bower.BUILD",
230 remote = "https://github.com/caolan/async.git",
A. Unique TensorFlowere7ca22d2016-01-08 16:00:07 -0800231 tag = "v1.5.1",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800232)
233
234new_git_repository(
235 name = "es6-promise",
236 build_file = "bower.BUILD",
237 remote = "https://github.com/components/es6-promise.git",
238 tag = "v3.0.2",
239)
240
241new_git_repository(
242 name = "promise-polyfill",
243 build_file = "bower.BUILD",
244 remote = "https://github.com/polymerlabs/promise-polyfill.git",
245 tag = "v1.0.0",
246)
247
248new_git_repository(
249 name = "font-roboto",
250 build_file = "bower.BUILD",
251 remote = "https://github.com/PolymerElements/font-roboto.git",
252 tag = "v1.0.1",
253)
254
255new_git_repository(
256 name = "paper-menu",
257 build_file = "bower.BUILD",
258 remote = "https://github.com/PolymerElements/paper-menu.git",
259 tag = "v1.1.1",
260)
261
262new_git_repository(
263 name = "iron-icon",
264 build_file = "bower.BUILD",
265 remote = "https://github.com/polymerelements/iron-icon.git",
266 tag = "v1.0.7",
267)
268
269new_git_repository(
270 name = "iron-meta",
271 build_file = "bower.BUILD",
A. Unique TensorFlower231c8532016-01-06 12:52:05 -0800272 remote = "https://github.com/polymerelements/iron-meta.git",
273 tag = "v1.1.1",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800274)
275
276new_git_repository(
277 name = "lodash",
278 build_file = "bower.BUILD",
279 remote = "https://github.com/lodash/lodash.git",
280 tag = "3.10.1",
281)
282
283new_git_repository(
284 name = "iron-resizable-behavior",
285 build_file = "bower.BUILD",
A. Unique TensorFlower231c8532016-01-06 12:52:05 -0800286 remote = "https://github.com/polymerelements/iron-resizable-behavior.git",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800287 tag = "v1.0.2",
288)
289
290new_git_repository(
291 name = "iron-fit-behavior",
292 build_file = "bower.BUILD",
293 remote = "https://github.com/PolymerElements/iron-fit-behavior.git",
A. Unique TensorFlower231c8532016-01-06 12:52:05 -0800294 tag = "v1.0.5",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800295)
296
297new_git_repository(
298 name = "iron-overlay-behavior",
299 build_file = "bower.BUILD",
A. Unique TensorFlower231c8532016-01-06 12:52:05 -0800300 remote = "https://github.com/polymerelements/iron-overlay-behavior.git",
A. Unique TensorFlowere7ca22d2016-01-08 16:00:07 -0800301 tag = "v1.1.2",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800302)
303
304new_git_repository(
305 name = "neon-animation",
306 build_file = "bower.BUILD",
307 remote = "https://github.com/polymerelements/neon-animation.git",
A. Unique TensorFlower231c8532016-01-06 12:52:05 -0800308 tag = "v1.0.8",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800309)
310
311new_git_repository(
312 name = "iron-a11y-keys-behavior",
313 build_file = "bower.BUILD",
314 remote = "https://github.com/polymerelements/iron-a11y-keys-behavior.git",
A. Unique TensorFlower231c8532016-01-06 12:52:05 -0800315 tag = "v1.1.0",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800316)
317
318new_git_repository(
319 name = "plottable",
320 build_file = "bower.BUILD",
321 remote = "https://github.com/palantir/plottable.git",
A. Unique TensorFlower231c8532016-01-06 12:52:05 -0800322 tag = "v1.16.2",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800323)
324
325new_git_repository(
326 name = "webcomponentsjs",
327 build_file = "bower.BUILD",
328 remote = "https://github.com/Polymer/webcomponentsjs.git",
A. Unique TensorFlowere7ca22d2016-01-08 16:00:07 -0800329 tag = "v0.7.20",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800330)
331
332new_git_repository(
333 name = "iron-validatable-behavior",
334 build_file = "bower.BUILD",
335 remote = "https://github.com/PolymerElements/iron-validatable-behavior.git",
336 tag = "v1.0.5",
337)
338
339new_git_repository(
340 name = "sinon-chai",
341 build_file = "bower.BUILD",
342 remote = "https://github.com/domenic/sinon-chai.git",
343 tag = "2.8.0",
344)
345
346new_git_repository(
347 name = "paper-button",
348 build_file = "bower.BUILD",
349 remote = "https://github.com/PolymerElements/paper-button.git",
350 tag = "v1.0.8",
351)
352
353new_git_repository(
354 name = "iron-input",
355 build_file = "bower.BUILD",
356 remote = "https://github.com/PolymerElements/iron-input.git",
A. Unique TensorFlower231c8532016-01-06 12:52:05 -0800357 tag = "v1.0.7",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800358)
359
360new_git_repository(
361 name = "iron-menu-behavior",
362 build_file = "bower.BUILD",
363 remote = "https://github.com/PolymerElements/iron-menu-behavior.git",
A. Unique TensorFlowere7ca22d2016-01-08 16:00:07 -0800364 tag = "v1.0.7",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800365)
366
367new_git_repository(
368 name = "paper-slider",
369 build_file = "bower.BUILD",
370 remote = "https://github.com/PolymerElements/paper-slider.git",
371 tag = "v1.0.7",
372)
373
374new_git_repository(
375 name = "iron-list",
376 build_file = "bower.BUILD",
377 remote = "https://github.com/PolymerElements/iron-list.git",
378 tag = "v1.1.5",
379)
380
381new_git_repository(
382 name = "marked",
383 build_file = "bower.BUILD",
384 remote = "https://github.com/chjj/marked.git",
385 tag = "v0.3.5",
386)
387
388new_git_repository(
389 name = "paper-material",
390 build_file = "bower.BUILD",
391 remote = "https://github.com/polymerelements/paper-material.git",
A. Unique TensorFlowere7ca22d2016-01-08 16:00:07 -0800392 tag = "v1.0.5",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800393)
394
395new_git_repository(
396 name = "iron-range-behavior",
397 build_file = "bower.BUILD",
398 remote = "https://github.com/PolymerElements/iron-range-behavior.git",
399 tag = "v1.0.4",
400)
401
402new_git_repository(
403 name = "svg-typewriter",
404 build_file = "bower.BUILD",
405 remote = "https://github.com/palantir/svg-typewriter.git",
406 tag = "v0.3.0",
407)
408
409new_git_repository(
410 name = "web-animations-js",
411 build_file = "bower.BUILD",
412 remote = "https://github.com/web-animations/web-animations-js.git",
413 tag = "2.1.2",
414)
415
416new_git_repository(
417 name = "hydrolysis",
418 build_file = "bower.BUILD",
419 remote = "https://github.com/Polymer/hydrolysis.git",
A. Unique TensorFlower231c8532016-01-06 12:52:05 -0800420 tag = "v1.21.4",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800421)
422
423new_git_repository(
424 name = "web-component-tester",
425 build_file = "bower.BUILD",
426 remote = "https://github.com/Polymer/web-component-tester.git",
A. Unique TensorFlowere7ca22d2016-01-08 16:00:07 -0800427 tag = "v4.0.3",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800428)
429
430new_git_repository(
431 name = "paper-toggle-button",
432 build_file = "bower.BUILD",
433 remote = "https://github.com/PolymerElements/paper-toggle-button.git",
434 tag = "v1.0.11",
435)
436
437new_git_repository(
438 name = "paper-behaviors",
439 build_file = "bower.BUILD",
A. Unique TensorFlower231c8532016-01-06 12:52:05 -0800440 remote = "https://github.com/PolymerElements/paper-behaviors.git",
441 tag = "v1.0.9",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800442)
443
444new_git_repository(
445 name = "paper-radio-group",
446 build_file = "bower.BUILD",
447 remote = "https://github.com/PolymerElements/paper-radio-group.git",
448 tag = "v1.0.6",
449)
450
451new_git_repository(
452 name = "iron-selector",
453 build_file = "bower.BUILD",
454 remote = "https://github.com/PolymerElements/iron-selector.git",
455 tag = "v1.0.7",
456)
457
458new_git_repository(
459 name = "iron-form-element-behavior",
460 build_file = "bower.BUILD",
461 remote = "https://github.com/PolymerElements/iron-form-element-behavior.git",
A. Unique TensorFlowere7ca22d2016-01-08 16:00:07 -0800462 tag = "v1.0.6",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800463)
464
465new_git_repository(
466 name = "mocha",
467 build_file = "bower.BUILD",
468 remote = "https://github.com/mochajs/mocha.git",
A. Unique TensorFlower231c8532016-01-06 12:52:05 -0800469 tag = "2.3.4",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800470)
471
472new_git_repository(
473 name = "dagre",
474 build_file = "bower.BUILD",
475 remote = "https://github.com/cpettitt/dagre.git",
476 tag = "v0.7.4",
477)
478
479new_git_repository(
480 name = "iron-behaviors",
481 build_file = "bower.BUILD",
482 remote = "https://github.com/PolymerElements/iron-behaviors.git",
A. Unique TensorFlower231c8532016-01-06 12:52:05 -0800483 tag = "v1.0.10",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800484)
485
486new_git_repository(
487 name = "graphlib",
488 build_file = "bower.BUILD",
489 remote = "https://github.com/cpettitt/graphlib.git",
490 tag = "v1.0.7",
491)
492
493new_git_repository(
494 name = "iron-collapse",
495 build_file = "bower.BUILD",
496 remote = "https://github.com/PolymerElements/iron-collapse.git",
497 tag = "v1.0.4",
498)
499
500new_git_repository(
501 name = "paper-checkbox",
502 build_file = "bower.BUILD",
503 remote = "https://github.com/PolymerElements/paper-checkbox.git",
504 tag = "v1.0.13",
505)
506
507new_git_repository(
508 name = "paper-radio-button",
509 build_file = "bower.BUILD",
510 remote = "https://github.com/PolymerElements/paper-radio-button.git",
511 tag = "v1.0.10",
512)
513
514new_git_repository(
515 name = "paper-header-panel",
516 build_file = "bower.BUILD",
517 remote = "https://github.com/PolymerElements/paper-header-panel.git",
518 tag = "v1.0.5",
519)
520
521new_git_repository(
522 name = "prism-element",
523 build_file = "bower.BUILD",
524 remote = "https://github.com/PolymerElements/prism-element.git",
A. Unique TensorFlower231c8532016-01-06 12:52:05 -0800525 tag = "v1.0.3",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800526)
527
528new_git_repository(
529 name = "chai",
530 build_file = "bower.BUILD",
531 remote = "https://github.com/chaijs/chai.git",
532 tag = "2.3.0",
533)
534
535new_git_repository(
A. Unique TensorFlowere7ca22d2016-01-08 16:00:07 -0800536 name = "paper-tabs",
537 build_file = "bower.BUILD",
538 remote = "https://github.com/PolymerElements/paper-tabs.git",
539 tag = "v1.0.10",
540)
541
542new_git_repository(
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800543 name = "paper-menu-button",
544 build_file = "bower.BUILD",
545 remote = "https://github.com/polymerelements/paper-menu-button.git",
A. Unique TensorFlowere7ca22d2016-01-08 16:00:07 -0800546 tag = "v1.0.4",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800547)
548
549new_git_repository(
550 name = "polymer",
551 build_file = "bower.BUILD",
552 remote = "https://github.com/Polymer/polymer.git",
A. Unique TensorFlower231c8532016-01-06 12:52:05 -0800553 tag = "v1.1.5",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800554)
555
556new_git_repository(
557 name = "paper-ripple",
558 build_file = "bower.BUILD",
559 remote = "https://github.com/polymerelements/paper-ripple.git",
A. Unique TensorFlower231c8532016-01-06 12:52:05 -0800560 tag = "v1.0.5",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800561)
562
563new_git_repository(
564 name = "iron-iconset-svg",
565 build_file = "bower.BUILD",
A. Unique TensorFlower231c8532016-01-06 12:52:05 -0800566 remote = "https://github.com/polymerelements/iron-iconset-svg.git",
567 tag = "v1.0.9",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800568)