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

Unified Diff: lib/dartdoc/frog/lang.dart

Issue 10696191: Frog removed from dartdoc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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
Index: lib/dartdoc/frog/lang.dart
diff --git a/lib/dartdoc/frog/lang.dart b/lib/dartdoc/frog/lang.dart
deleted file mode 100644
index 7b2e2c933c527df756293754c7af1297b9553625..0000000000000000000000000000000000000000
--- a/lib/dartdoc/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('../../compiler/implementation/ssa/js_names.dart');
« no previous file with comments | « lib/dartdoc/frog/gen.dart ('k') | lib/dartdoc/frog/lib/arrays.dart » ('j') | tools/create_sdk.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698