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

Unified Diff: frog/lang.dart

Issue 10548047: Remove frog from the repository. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move test and update apidoc.gyp. Created 8 years, 6 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 | « frog/gen.dart ('k') | frog/lib/arrays.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/lang.dart
diff --git a/frog/lang.dart b/frog/lang.dart
deleted file mode 100644
index ec1d82494987aeca9f4e868edbe149cd1ff22eff..0000000000000000000000000000000000000000
--- a/frog/lang.dart
+++ /dev/null
@@ -1,36 +0,0 @@
-// Copyright (c) 2011, 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.
-
-#library('lang');
-
-#import('dart:coreimpl');
-#import('file_system.dart');
-
-#source('analyze.dart');
-#source('analyze_frame.dart');
-#source('block_scope.dart');
-#source('code_writer.dart');
-#source('corejs.dart');
-#source('element.dart');
-#source('gen.dart');
-#source('library.dart');
-#source('member.dart');
-#source('member_set.dart');
-#source('method_data.dart');
-#source('token.dart');
-#source('source.dart');
-#source('tokenizer.dart');
-#source('tokenizer.g.dart');
-#source('token_kind.g.dart');
-#source('parser.dart');
-#source('tree.dart');
-#source('tree.g.dart');
-#source('type.dart');
-#source('utils.dart');
-#source('value.dart');
-#source('world.dart');
-#source('frog_options.dart');
-#source('reader.dart');
-#source('var_member.dart');
-#source('../lib/compiler/implementation/ssa/js_names.dart');
« no previous file with comments | « frog/gen.dart ('k') | frog/lib/arrays.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698