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

Side by Side Diff: pubspec.yaml

Issue 11359215: Ensure parent id added only when we need an identifier for the child (Closed) Base URL: git@github.com:dart-lang/dart-web-components.git@master
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « lib/src/analyzer.dart ('k') | test/run.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: web_components 1 name: web_components
2 author: "Dart Team <misc@dartlang.org>" 2 author: "Dart Team <misc@dartlang.org>"
3 homepage: https://github.com/dart-lang/dart-web-components 3 homepage: https://github.com/dart-lang/dart-web-components
4 description: An easy way to build web apps in Dart. 4 description: An easy way to build web apps in Dart.
5 version: 0.2.5+4 5 version: 0.2.5+5
6 dependencies: 6 dependencies:
7 unittest: { sdk: unittest } 7 unittest: { sdk: unittest }
8 args: { sdk: args } 8 args: { sdk: args }
9 logging: { sdk: logging } 9 logging: { sdk: logging }
10 html5lib: ">=0.0.19 <0.0.20" 10 html5lib: ">=0.0.19 <0.0.20"
11 # JS interop is used by the Dartium extension. No version constraint 11 # JS interop is used by the Dartium extension. No version constraint
12 # because otherwise it makes it hard to use web_components with JS. 12 # because otherwise it makes it hard to use web_components with JS.
13 # If you're rebuilding the extension, be sure to update it for the new JS 13 # If you're rebuilding the extension, be sure to update it for the new JS
14 # interop. 14 # interop.
15 js: any 15 js: any
OLDNEW
« no previous file with comments | « lib/src/analyzer.dart ('k') | test/run.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698