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

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

Issue 839543002: Revert "Build Observatory with runtime" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 | « runtime/observatory/observatory.status ('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
(Empty)
1 name: observatory
2 version: 1.6.0-dev.1
3 dependencies:
4 args: any
5 polymer: any
6 unittest: any
7 dependency_overrides:
8 analyzer:
9 path: ../../third_party/observatory_pub_packages/analyzer
10 args:
11 path: ../../third_party/observatory_pub_packages/args
12 barback:
13 path: ../../third_party/observatory_pub_packages/barback
14 browser:
15 path: ../../third_party/observatory_pub_packages/browser
16 code_transformers:
17 path: ../../third_party/observatory_pub_packages/code_transformers
18 collection:
19 path: ../../third_party/observatory_pub_packages/collection
20 csslib:
21 path: ../../third_party/observatory_pub_packages/csslib
22 html5lib:
23 path: ../../third_party/observatory_pub_packages/html5lib
24 logging:
25 path: ../../third_party/observatory_pub_packages/logging
26 matcher:
27 path: ../../third_party/observatory_pub_packages/matcher
28 observe:
29 path: ../../third_party/observatory_pub_packages/observe
30 path:
31 path: ../../third_party/observatory_pub_packages/path
32 polymer:
33 path: ../../third_party/observatory_pub_packages/polymer
34 polymer_expressions:
35 path: ../../third_party/observatory_pub_packages/polymer_expressions
36 pool:
37 path: ../../third_party/observatory_pub_packages/pool
38 smoke:
39 path: ../../third_party/observatory_pub_packages/smoke
40 source_maps:
41 path: ../../third_party/observatory_pub_packages/source_maps
42 source_span:
43 path: ../../third_party/observatory_pub_packages/source_span
44 stack_trace:
45 path: ../../third_party/observatory_pub_packages/stack_trace
46 string_scanner:
47 path: ../../third_party/observatory_pub_packages/string_scanner
48 template_binding:
49 path: ../../third_party/observatory_pub_packages/template_binding
50 unittest:
51 path: ../../third_party/observatory_pub_packages/unittest
52 utf:
53 path: ../../third_party/observatory_pub_packages/utf
54 watcher:
55 path: ../../third_party/observatory_pub_packages/watcher
56 web_components:
57 path: ../../third_party/observatory_pub_packages/web_components
58 yaml:
59 path: ../../third_party/observatory_pub_packages/yaml
60 transformers:
61 - polymer:
62 entry_points:
63 - web/index.html
64 - web/index_devtools.html
65 inline_stylesheets:
66 lib/src/elements/css/shared.css: false
67 - $dart2js:
68 suppressWarnings: false
69 $exclude: web/main.dart
OLDNEW
« no previous file with comments | « runtime/observatory/observatory.status ('k') | runtime/observatory/run.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698