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

Unified Diff: compiler/dart-compiler.gyp

Issue 10872106: Fixed dartc test/build setup, so test can run on Windows. Might be related to dart:2623 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Removed debugging printouts Created 8 years, 4 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 | « compiler/build.xml ('k') | compiler/dart_analyzer.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/dart-compiler.gyp
diff --git a/compiler/dart-compiler.gyp b/compiler/dart-compiler.gyp
index ce1012400b3f5332afda9a6f387e036d34e0113c..53a2db07acf0240f59c27b8c55a11175ad5b7a7c 100644
--- a/compiler/dart-compiler.gyp
+++ b/compiler/dart-compiler.gyp
@@ -35,6 +35,7 @@
'<@(javatests_resources)',
'dart_analyzer.xml',
'scripts/dart_analyzer.sh',
+ 'scripts/dart_analyzer.bat',
'scripts/analyzer_metrics.sh',
'../third_party/args4j/2.0.12/args4j-2.0.12.jar',
'../third_party/guava/r09/guava-r09.jar',
@@ -46,6 +47,7 @@
'outputs': [
'<(INTERMEDIATE_DIR)/<(_target_name)/tests.jar',
'<(PRODUCT_DIR)/analyzer/bin/dart_analyzer',
+ '<(PRODUCT_DIR)/analyzer/bin/dart_analyzer.bat',
'<(PRODUCT_DIR)/analyzer/util/analyzer/dart_analyzer.jar',
'<(PRODUCT_DIR)/analyzer/util/analyzer/args4j/2.0.12/args4j-2.0.12.jar',
'<(PRODUCT_DIR)/analyzer/util/analyzer/guava/r09/guava-r09.jar',
« no previous file with comments | « compiler/build.xml ('k') | compiler/dart_analyzer.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698