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

Unified Diff: packages/analyzer/lib/source/pub_package_map_provider.dart

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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 | « packages/analyzer/lib/source/path_filter.dart ('k') | packages/analyzer/lib/source/sdk_ext.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/analyzer/lib/source/pub_package_map_provider.dart
diff --git a/analyzer/lib/source/pub_package_map_provider.dart b/packages/analyzer/lib/source/pub_package_map_provider.dart
similarity index 97%
rename from analyzer/lib/source/pub_package_map_provider.dart
rename to packages/analyzer/lib/source/pub_package_map_provider.dart
index 3e9936d1f8abf3c4e6523b03ce637935a811dfaf..07fdba7264defe96391118995ccf5c915e8ce6b4 100644
--- a/analyzer/lib/source/pub_package_map_provider.dart
+++ b/packages/analyzer/lib/source/pub_package_map_provider.dart
@@ -162,8 +162,8 @@ class PubPackageMapProvider implements PackageMapProvider {
String workingDirectory = folder.path;
int subprocessId = AnalysisEngine.instance.instrumentationService
.logSubprocessStart(executablePath, arguments, workingDirectory);
- io.ProcessResult result = io.Process.runSync(executablePath, arguments,
- workingDirectory: workingDirectory);
+ io.ProcessResult result = io.Process
+ .runSync(executablePath, arguments, workingDirectory: workingDirectory);
AnalysisEngine.instance.instrumentationService.logSubprocessResult(
subprocessId, result.exitCode, result.stdout, result.stderr);
return result;
« no previous file with comments | « packages/analyzer/lib/source/path_filter.dart ('k') | packages/analyzer/lib/source/sdk_ext.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698