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

Side by Side Diff: runtime/observatory/pubspec.yaml

Issue 1060463006: Make observatory keep using html5lib. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: observatory 1 name: observatory
2 version: 1.6.0-dev.1 2 version: 1.6.0-dev.1
3 transformers: 3 transformers:
4 - polymer: 4 - polymer:
5 entry_points: 5 entry_points:
6 - web/index.html 6 - web/index.html
7 inline_stylesheets: 7 inline_stylesheets:
8 lib/src/elements/css/shared.css: false 8 lib/src/elements/css/shared.css: false
9 - $dart2js: 9 - $dart2js:
10 suppressWarnings: false 10 suppressWarnings: false
(...skipping 18 matching lines...) Expand all
29 code_transformers: 29 code_transformers:
30 path: ../../third_party/observatory_pub_packages/code_transformers 30 path: ../../third_party/observatory_pub_packages/code_transformers
31 collection: 31 collection:
32 path: ../../third_party/observatory_pub_packages/collection 32 path: ../../third_party/observatory_pub_packages/collection
33 csslib: 33 csslib:
34 path: ../../third_party/observatory_pub_packages/csslib 34 path: ../../third_party/observatory_pub_packages/csslib
35 dart_style: 35 dart_style:
36 path: ../../third_party/observatory_pub_packages/dart_style 36 path: ../../third_party/observatory_pub_packages/dart_style
37 glob: 37 glob:
38 path: ../../third_party/observatory_pub_packages/glob 38 path: ../../third_party/observatory_pub_packages/glob
39 html: 39 html5lib:
40 path: ../../third_party/observatory_pub_packages/html 40 path: ../../third_party/observatory_pub_packages/html5lib
41 initialize: 41 initialize:
42 path: ../../third_party/observatory_pub_packages/initialize 42 path: ../../third_party/observatory_pub_packages/initialize
43 logging: 43 logging:
44 path: ../../third_party/observatory_pub_packages/logging 44 path: ../../third_party/observatory_pub_packages/logging
45 matcher: 45 matcher:
46 path: ../../third_party/observatory_pub_packages/matcher 46 path: ../../third_party/observatory_pub_packages/matcher
47 observe: 47 observe:
48 path: ../../third_party/observatory_pub_packages/observe 48 path: ../../third_party/observatory_pub_packages/observe
49 path: 49 path:
50 path: ../../third_party/observatory_pub_packages/path 50 path: ../../third_party/observatory_pub_packages/path
(...skipping 24 matching lines...) Expand all
75 watcher: 75 watcher:
76 path: ../../third_party/observatory_pub_packages/watcher 76 path: ../../third_party/observatory_pub_packages/watcher
77 web_components: 77 web_components:
78 path: ../../third_party/observatory_pub_packages/web_components 78 path: ../../third_party/observatory_pub_packages/web_components
79 when: 79 when:
80 path: ../../third_party/observatory_pub_packages/when 80 path: ../../third_party/observatory_pub_packages/when
81 which: 81 which:
82 path: ../../third_party/observatory_pub_packages/which 82 path: ../../third_party/observatory_pub_packages/which
83 yaml: 83 yaml:
84 path: ../../third_party/observatory_pub_packages/yaml 84 path: ../../third_party/observatory_pub_packages/yaml
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698