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

Side by Side Diff: client/fling/fling.gypi

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, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « client/fling/fling.dart ('k') | client/fling/samples/lil_server.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file.
4
5 {
6 'variables': {
7 'fling_sources': [
8 'fling/src/java/core/com/google/dart/CompileError.java',
9 'fling/src/java/core/com/google/dart/CompileResult.java',
10 'fling/src/java/core/com/google/dart/CompileService.java',
11 'fling/src/java/core/com/google/dart/fling/Environment.java',
12 'fling/src/java/core/com/google/dart/fling/Fling.java',
13 'fling/src/java/core/com/google/dart/fling/Http.java',
14 'fling/src/java/core/com/google/dart/fling/MessageLoop.java',
15 'fling/src/java/core/com/google/dart/fling/PrefixTree.java',
16 'fling/src/java/core/com/google/dart/fling/RhinoUtil.java',
17 'fling/src/java/core/com/google/dart/LibraryFromSources.java',
18 'fling/src/java/core/com/google/dart/SourceFromString.java',
19 'fling/src/java/test/com/google/dart/fling/MessageLoopTest.java',
20 ],
21 'fling_resources': [
22 ],
23 },
24 }
OLDNEW
« no previous file with comments | « client/fling/fling.dart ('k') | client/fling/samples/lil_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698