Use dependency_overrides / analyzer in analysis_server.

RFC

We always do this locally, but until analysis_server is published,
we could just keep this change in repo.

R=brianwilkerson@google.com, paulberry@google.com
BUG=

Review URL: https://codereview.chromium.org/2298973002 .
This commit is contained in:
Konstantin Shcheglov 2016-08-31 14:44:09 -07:00
parent ee08f86c91
commit 72f5463631
2 changed files with 7 additions and 1 deletions

View file

@ -23,3 +23,6 @@ dev_dependencies:
test_reflective_loader: '>=0.0.4 <0.1.0'
typed_mock: '>=0.0.4 <1.0.0'
unittest: '>=0.11.4 <0.12.0'
dependency_overrides:
analyzer:
path: ../analyzer

View file

@ -16,6 +16,9 @@ dependencies:
protobuf: ^0.5.0
yaml: ^2.1.2
dev_dependencies:
test_reflective_loader: '>=0.0.3 <0.1.0'
test_reflective_loader: '>=0.0.4 <0.1.0'
typed_mock: '>=0.0.4 <1.0.0'
unittest: '>=0.9.0 <0.12.0'
dependency_overrides:
analyzer:
path: ../analyzer