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

Unified Diff: compiler/dart-compiler.gyp

Issue 10386003: Revert "Fix static analyzer for windows & create_sdk target now depends on the static analyzer." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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 | « no previous file | dart.gyp » ('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 27331037e37c58708b93d63ee5d372bfa6a13b96..7bfd9364e82922765d8d8aa4bd05e35d55b1c701 100644
--- a/compiler/dart-compiler.gyp
+++ b/compiler/dart-compiler.gyp
@@ -11,18 +11,6 @@
{
'target_name': 'dartc',
'type': 'none',
- 'conditions': [
- [ 'OS!="win"', {
- 'variables': {
- 'script_suffix': '',
- },
- }],
- [ 'OS=="win"', {
- 'variables': {
- 'script_suffix': '.bat',
- },
- }],
- ],
'actions': [
{
'action_name': 'build_dartc',
@@ -52,7 +40,7 @@
'<(PRODUCT_DIR)/compiler/lib/guava/r09/guava-r09.jar',
],
'action' : [
- '../third_party/apache_ant/v1_7_1/bin/ant<(script_suffix)',
+ '../third_party/apache_ant/v1_7_1/bin/ant',
'-f', 'dartc.xml',
'-Dbuild.dir=<(INTERMEDIATE_DIR)/<(_target_name)',
'-Ddist.dir=<(PRODUCT_DIR)/compiler',
« no previous file with comments | « no previous file | dart.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698