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

Unified Diff: pubspec.yaml

Issue 11683002: Setting up benchmarks and perf utilities (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: john comments Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/perf.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 9d0ace05c4b27eb322e2ba489079ac1421dfaebc..fdccaae2376100582595aa1fe3286a48bf3e2456 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -7,6 +7,9 @@ dependencies:
args: any
# Pin html5lib so we don't get unexpected API breaks.
html5lib: ">=0.2.2+1 <0.2.3"
- js: any
logging: any
unittest: any
+ # The following are dev dependencies only, they are not needed by users
+ # of the web_ui package.
+ js: any
+ benchmark_harness: ">=1.0.2 <1.0.3"
« no previous file with comments | « no previous file | test/perf.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698