blob: 1c396a4c0ed1cf10f7e7d3c78714a4bf2ff4ae98 [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 Smilkov80acdaf2016-08-31 09:24:10 -0800237new_http_archive(
Dan Smilkov38a4afc2016-08-31 11:56:58 -0800238 name = "numericjs",
239 build_file = "bower.BUILD",
240 url = "https://github.com/sloisel/numeric/archive/v1.2.6.tar.gz",
241 strip_prefix = "numeric-1.2.6",
242)
243
244new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800245 name = "paper_behaviors",
246 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800247 url = "https://github.com/polymerelements/paper-behaviors/archive/v1.0.11.tar.gz",
248 strip_prefix = "paper-behaviors-1.0.11",
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 = "paper_button",
253 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800254 url = "https://github.com/polymerelements/paper-button/archive/v1.0.11.tar.gz",
255 strip_prefix = "paper-button-1.0.11",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800256)
257
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800258new_http_archive(
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800259 name = "paper_checkbox",
260 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800261 url = "https://github.com/polymerelements/paper-checkbox/archive/v1.1.3.tar.gz",
262 strip_prefix = "paper-checkbox-1.1.3",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800263)
264
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800265new_http_archive(
Dan Manéce6a9952016-04-15 13:01:57 -0800266 name = "paper_dialog",
267 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800268 url = "https://github.com/polymerelements/paper-dialog/archive/v1.0.4.tar.gz",
269 strip_prefix = "paper-dialog-1.0.4",
Dan Manéce6a9952016-04-15 13:01:57 -0800270)
271
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800272new_http_archive(
Dan Manéce6a9952016-04-15 13:01:57 -0800273 name = "paper_dialog_behavior",
274 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800275 url = "https://github.com/polymerelements/paper-dialog-behavior/archive/v1.2.5.tar.gz",
276 strip_prefix = "paper-dialog-behavior-1.2.5",
Dan Manéce6a9952016-04-15 13:01:57 -0800277)
278
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800279new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800280 name = "paper_dropdown_menu",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800281 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800282 url = "https://github.com/polymerelements/paper-dropdown-menu/archive/v1.3.2.tar.gz",
283 strip_prefix = "paper-dropdown-menu-1.3.2",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800284)
285
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800286new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800287 name = "paper_header_panel",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800288 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800289 url = "https://github.com/polymerelements/paper-header-panel/archive/v1.1.4.tar.gz",
290 strip_prefix = "paper-header-panel-1.1.4",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800291)
292
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800293new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800294 name = "paper_icon_button",
295 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800296 url = "https://github.com/polymerelements/paper-icon-button/archive/v1.1.1.tar.gz",
297 strip_prefix = "paper-icon-button-1.1.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800298)
299
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800300new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800301 name = "paper_input",
302 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800303 url = "https://github.com/polymerelements/paper-input/archive/v1.1.14.tar.gz",
304 strip_prefix = "paper-input-1.1.14",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800305)
306
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800307new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800308 name = "paper_item",
309 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800310 url = "https://github.com/polymerelements/paper-item/archive/v1.1.4.tar.gz",
311 strip_prefix = "paper-item-1.1.4",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800312)
313
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800314new_http_archive(
Dan Smilkov38a4afc2016-08-31 11:56:58 -0800315 name = "paper_listbox",
316 build_file = "bower.BUILD",
317 url = "https://github.com/polymerelements/paper-listbox/archive/v1.1.2.tar.gz",
318 strip_prefix = "paper-listbox-1.1.2",
319)
320
321new_http_archive(
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800322 name = "paper_material",
323 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800324 url = "https://github.com/polymerelements/paper-material/archive/v1.0.6.tar.gz",
325 strip_prefix = "paper-material-1.0.6",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800326)
327
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800328new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800329 name = "paper_menu",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800330 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800331 url = "https://github.com/polymerelements/paper-menu/archive/v1.2.2.tar.gz",
332 strip_prefix = "paper-menu-1.2.2",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800333)
334
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800335new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800336 name = "paper_menu_button",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800337 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800338 url = "https://github.com/polymerelements/paper-menu-button/archive/v1.5.0.tar.gz",
339 strip_prefix = "paper-menu-button-1.5.0",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800340)
341
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800342new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800343 name = "paper_progress",
344 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800345 url = "https://github.com/polymerelements/paper-progress/archive/v1.0.9.tar.gz",
346 strip_prefix = "paper-progress-1.0.9",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800347)
348
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800349new_http_archive(
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800350 name = "paper_radio_button",
351 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800352 url = "https://github.com/polymerelements/paper-radio-button/archive/v1.1.2.tar.gz",
353 strip_prefix = "paper-radio-button-1.1.2",
Dan Smilkov0907b352016-02-16 11:30:12 -0800354)
355
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800356new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800357 name = "paper_radio_group",
Dan Smilkov0907b352016-02-16 11:30:12 -0800358 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800359 url = "https://github.com/polymerelements/paper-radio-group/archive/v1.0.9.tar.gz",
360 strip_prefix = "paper-radio-group-1.0.9",
Dan Smilkov0907b352016-02-16 11:30:12 -0800361)
362
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800363new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800364 name = "paper_ripple",
Dan Smilkov0907b352016-02-16 11:30:12 -0800365 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800366 url = "https://github.com/polymerelements/paper-ripple/archive/v1.0.5.tar.gz",
367 strip_prefix = "paper-ripple-1.0.5",
Dan Smilkov0907b352016-02-16 11:30:12 -0800368)
369
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800370new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800371 name = "paper_slider",
Dan Smilkov0907b352016-02-16 11:30:12 -0800372 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800373 url = "https://github.com/polymerelements/paper-slider/archive/v1.0.10.tar.gz",
374 strip_prefix = "paper-slider-1.0.10",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800375)
376
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800377new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800378 name = "paper_styles",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800379 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800380 url = "https://github.com/polymerelements/paper-styles/archive/v1.1.4.tar.gz",
381 strip_prefix = "paper-styles-1.1.4",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800382)
383
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800384new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800385 name = "paper_tabs",
386 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800387 url = "https://github.com/polymerelements/paper-tabs/archive/v1.6.2.tar.gz",
388 strip_prefix = "paper-tabs-1.6.2",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800389)
390
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800391new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800392 name = "paper_toggle_button",
393 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800394 url = "https://github.com/polymerelements/paper-toggle-button/archive/v1.1.2.tar.gz",
395 strip_prefix = "paper-toggle-button-1.1.2",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800396)
397
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800398new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800399 name = "paper_toolbar",
400 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800401 url = "https://github.com/polymerelements/paper-toolbar/archive/v1.1.4.tar.gz",
402 strip_prefix = "paper-toolbar-1.1.4",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800403)
404
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800405new_http_archive(
Dan Smilkovf76c72a2016-06-28 09:29:32 -0800406 name = "paper_tooltip",
407 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800408 url = "https://github.com/polymerelements/paper-tooltip/archive/v1.1.2.tar.gz",
409 strip_prefix = "paper-tooltip-1.1.2",
Dan Smilkovf76c72a2016-06-28 09:29:32 -0800410)
411
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800412new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800413 name = "plottable",
414 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800415 url = "https://github.com/palantir/plottable/archive/v1.16.1.tar.gz",
416 strip_prefix = "plottable-1.16.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800417)
418
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800419new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800420 name = "polymer",
421 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800422 url = "https://github.com/polymer/polymer/archive/v1.6.1.tar.gz",
423 strip_prefix = "polymer-1.6.1",
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800424)
425
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800426new_http_archive(
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800427 name = "promise_polyfill",
428 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800429 url = "https://github.com/polymerlabs/promise-polyfill/archive/v1.0.0.tar.gz",
430 strip_prefix = "promise-polyfill-1.0.0",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800431)
432
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800433new_http_archive(
Dan Smilkov38a4afc2016-08-31 11:56:58 -0800434 name = "three_js",
435 build_file = "bower.BUILD",
436 url = "https://github.com/mrdoob/three.js/archive/r77.tar.gz",
437)
438
439new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800440 name = "web_animations_js",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800441 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800442 url = "https://github.com/web-animations/web-animations-js/archive/2.2.1.tar.gz",
443 strip_prefix = "web-animations-js-2.2.1",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800444)
445
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800446new_http_archive(
A. Unique TensorFlowere006f932016-02-16 16:23:04 -0800447 name = "webcomponentsjs",
A. Unique TensorFlower6b97b902016-02-16 14:53:43 -0800448 build_file = "bower.BUILD",
Dan Smilkov80acdaf2016-08-31 09:24:10 -0800449 url = "https://github.com/webcomponents/webcomponentsjs/archive/v0.7.22.tar.gz",
450 strip_prefix = "webcomponentsjs-0.7.22",
Manjunath Kudlurf41959c2015-11-06 16:27:58 -0800451)
Dan Smilkov38a4afc2016-08-31 11:56:58 -0800452
453new_http_archive(
454 name = "weblas",
455 build_file = "bower.BUILD",
456 url = "https://github.com/waylonflinn/weblas/archive/v0.9.0.tar.gz",
457 strip_prefix = "weblas-0.9.0",
458)