Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Side by Side Diff: third_party/polymer/v0_8/components-chromium/layout/.bower.json

Issue 1162563004: Upgrade to 1.0 and switch clients to dom-repeat where needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a layout import and remove the gzipped webanimation in reproduce.sh Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "layout",
3 "homepage": "https://github.com/Polymer/layout",
4 "description": "A declarative layout system built on top of CSS flexbox.",
5 "main": "layout.html",
6 "keywords": [
7 "layout",
8 "flexbox"
9 ],
10 "authors": [
11 "The Polymer Project Authors"
12 ],
13 "license": "https://polymer.github.io/LICENSE.txt",
14 "private": true,
15 "ignore": [],
16 "_release": "d02a404b77",
17 "_resolution": {
18 "type": "branch",
19 "branch": "0.8-preview",
20 "commit": "d02a404b772d306b15bccd837b33092c4d4691c0"
21 },
22 "_source": "git://github.com/Polymer/layout.git",
23 "_target": "0.8-preview",
24 "_originalSource": "Polymer/layout"
25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698