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

Unified Diff: dart/dart.gyp

Issue 9704098: Add build rules for dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 9 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/utils/compiler/build_helper.dart » ('j') | dart/utils/compiler/build_helper.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/dart.gyp
diff --git a/dart/dart.gyp b/dart/dart.gyp
index 844514bc5583edca4afe561cb6ab65fb3e27789a..92f89100f178e2456ae4b39910188d82e063b05c 100644
--- a/dart/dart.gyp
+++ b/dart/dart.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
@@ -105,6 +105,14 @@
],
},
],
- }
+ },
+ {
+ 'target_name': 'dart2js',
+ 'type': 'none',
+ 'dependencies': [
+ 'runtime/dart-runtime.gyp:dart',
+ 'utils/compiler/compiler.gyp:dart2js',
+ ],
+ },
],
}
« no previous file with comments | « no previous file | dart/utils/compiler/build_helper.dart » ('j') | dart/utils/compiler/build_helper.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698