Always enable --finer-grained-invalidation, ignore the flag.

Remove the flag later.
https://github.com/dart-lang/sdk/issues/27108

R=brianwilkerson@google.com
BUG=

Review URL: https://codereview.chromium.org/2250513008 .
This commit is contained in:
Konstantin Shcheglov
2016-08-19 14:01:49 -07:00
parent bb07f60361
commit a98ec79a0c
@@ -386,7 +386,7 @@ class Driver implements ServerStarter {
analysisServerOptions.enablePubSummaryManager =
results[ENABLE_PUB_SUMMARY_MANAGER];
analysisServerOptions.finerGrainedInvalidation =
results[FINER_GRAINED_INVALIDATION];
true /*results[FINER_GRAINED_INVALIDATION]*/;
analysisServerOptions.noErrorNotification = results[NO_ERROR_NOTIFICATION];
analysisServerOptions.noIndex = results[NO_INDEX];
analysisServerOptions.useAnalysisHighlight2 =