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

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

Issue 1406413006: Timeline service protocol support with Observatory UI (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 | « runtime/observatory/observatory_sources.gypi ('k') | runtime/observatory/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 # Generated file DO NOT EDIT 1 # Generated file DO NOT EDIT
2 name: observatory 2 name: observatory
3 version: 1.6.0-dev.1 3 version: 1.6.0-dev.1
4 transformers: 4 transformers:
5 - polymer: 5 - polymer:
6 entry_points: 6 entry_points:
7 - web/index.html 7 - web/index.html
8 inline_stylesheets: 8 inline_stylesheets:
9 lib/src/elements/css/shared.css: false 9 lib/src/elements/css/shared.css: false
10 packages/charted/charts/themes/quantum_theme.css: false 10 packages/charted/charts/themes/quantum_theme.css: false
11 $exclude: [web/third_party/*.html, web/timeline.html]
11 - $dart2js: 12 - $dart2js:
12 $include: "**/*.polymer.bootstrap.dart" 13 $include: "**/*.polymer.bootstrap.dart"
13 suppressWarnings: false 14 suppressWarnings: false
14 commandLineOptions: [--show-package-warnings] 15 commandLineOptions: [--show-package-warnings]
15 dependencies: 16 dependencies:
16 args: any 17 args: any
17 charted: ^0.2.9 18 charted: ^0.2.9
18 polymer: ^0.16.3 19 polymer: ^0.16.3
19 unittest: < 0.12.0 20 unittest: < 0.12.0
20 usage: any 21 usage: any
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 watcher: 97 watcher:
97 path: ../../third_party/observatory_pub_packages/packages/watcher 98 path: ../../third_party/observatory_pub_packages/packages/watcher
98 web_components: 99 web_components:
99 path: ../../third_party/observatory_pub_packages/packages/web_components 100 path: ../../third_party/observatory_pub_packages/packages/web_components
100 when: 101 when:
101 path: ../../third_party/observatory_pub_packages/packages/when 102 path: ../../third_party/observatory_pub_packages/packages/when
102 which: 103 which:
103 path: ../../third_party/observatory_pub_packages/packages/which 104 path: ../../third_party/observatory_pub_packages/packages/which
104 yaml: 105 yaml:
105 path: ../../third_party/observatory_pub_packages/packages/yaml 106 path: ../../third_party/observatory_pub_packages/packages/yaml
OLDNEW
« no previous file with comments | « runtime/observatory/observatory_sources.gypi ('k') | runtime/observatory/run.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698