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

Unified Diff: client/dart.gyp

Issue 9314025: Remove fling, deftserver (used only by fling), and commons-codec (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 11 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 | client/fling/README.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dart.gyp
===================================================================
--- client/dart.gyp (revision 3853)
+++ client/dart.gyp (working copy)
@@ -3,44 +3,7 @@
# BSD-style license that can be found in the LICENSE file.
{
- 'includes': [
- 'fling/fling.gypi',
- ],
'targets': [
- {
- # this target is needed because gyp fails on Mac if there is a single
- # target
- 'target_name': 'noop',
- 'type': 'none',
- 'actions': [],
- },
- {
- 'target_name': 'fling',
- 'type': 'none',
- 'dependencies': ['../compiler/dart-compiler.gyp:dartc'],
- 'actions' : [
- {
- 'action_name': 'Build Fling',
- 'inputs': [
- 'fling/fling.gypi',
- '<@(fling_sources)',
- '<@(fling_resources)',
- '<(PRODUCT_DIR)/dartc',
- ],
- 'outputs' :[
- '<(PRODUCT_DIR)/fling/runtime/fling.jar',
- ],
- 'action': [
- '../third_party/apache_ant/v1_7_1/bin/ant',
- '-f', 'fling/build.xml',
- '-Dbuild.dir=<(PRODUCT_DIR)',
- 'build',
- 'setup-eclipse',
- ],
- 'message': 'Running Fling build actions.',
- }
- ],
- },
],
}
« no previous file with comments | « no previous file | client/fling/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698