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

Unified Diff: tools/testing/dart/compiler_configuration.dart

Issue 2469683002: Emit patched_sdk in the root output directory. (Closed)
Patch Set: Martin's comment Created 4 years, 1 month 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 | « tools/patch_sdk.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/compiler_configuration.dart
diff --git a/tools/testing/dart/compiler_configuration.dart b/tools/testing/dart/compiler_configuration.dart
index 3613dcd166ccb71b17f48800a3be4a7566db507f..868c74c2115373b4ee7bafb540bdd85763e68b1f 100644
--- a/tools/testing/dart/compiler_configuration.dart
+++ b/tools/testing/dart/compiler_configuration.dart
@@ -228,7 +228,7 @@ class DartKCompilerConfiguration extends CompilerConfiguration {
Map<String, String> environmentOverrides) {
var extraArguments = [
'--sdk',
- '$buildDir/obj/gen/patched_sdk',
+ '$buildDir/patched_sdk',
'--link',
'--target=vm',
'--out',
« no previous file with comments | « tools/patch_sdk.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698