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

Side by Side Diff: tools/testing/dart/compiler_configuration.dart

Issue 215683002: Rollback 215463002. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/analyzer/bin/analyzer ('k') | tools/testing/dart/test_runner.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 library compiler_configuration; 5 library compiler_configuration;
6 6
7 import 'dart:io' show 7 import 'dart:io' show
8 Platform; 8 Platform;
9 9
10 import 'runtime_configuration.dart' show 10 import 'runtime_configuration.dart' show
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 extends AnalyzerCompilerConfiguration { 387 extends AnalyzerCompilerConfiguration {
388 DartBasedAnalyzerCompilerConfiguration({ 388 DartBasedAnalyzerCompilerConfiguration({
389 bool isDebug, 389 bool isDebug,
390 bool isChecked, 390 bool isChecked,
391 bool isHostChecked, 391 bool isHostChecked,
392 bool useSdk}) 392 bool useSdk})
393 : super( 393 : super(
394 'dart2analyzer', isDebug: isDebug, isChecked: isChecked, 394 'dart2analyzer', isDebug: isDebug, isChecked: isChecked,
395 isHostChecked: isHostChecked, useSdk: useSdk); 395 isHostChecked: isHostChecked, useSdk: useSdk);
396 396
397 String computeCompilerPath(String buildDir) => 'pkg/analyzer/bin/analyzer'; 397 String computeCompilerPath(String buildDir) => 'editor/tools/analyzer';
398 } 398 }
OLDNEW
« no previous file with comments | « pkg/analyzer/bin/analyzer ('k') | tools/testing/dart/test_runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698