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

Unified Diff: pubspec.yaml

Issue 993213003: Support browser caching using hashes in serverMode (fixes #93, fixes #92) (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 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 | « lib/src/utils.dart ('k') | test/codegen/expect/server_mode/dev_compiler/runtime/dart_runtime.js » ('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 bf1928a3491190a4c35cc0283e7d5698415b7e4f..ee8e2eff81cddfbf14aeeed6eb1c21ea86db3999 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -7,6 +7,7 @@ dependencies:
ref: master
args: ^0.12.1
cli_util: ^0.0.1
+ crypto: ^0.9.0
dart_style:
git:
url: git@github.com:dart-lang/dart_style.git
@@ -14,7 +15,7 @@ dependencies:
html5lib: ^0.12.0
logging: ^0.9.2
path: ^1.3.0
- shelf: ^0.5.7
+ shelf: ^0.6.0
shelf_static: ^0.2.1
source_maps: ^0.10.0
source_span: ^1.0.0
« no previous file with comments | « lib/src/utils.dart ('k') | test/codegen/expect/server_mode/dev_compiler/runtime/dart_runtime.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698