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

Unified Diff: sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart

Issue 694353007: Move dart2js from sdk/lib/_internal/compiler to pkg/compiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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: sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart
diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart b/sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart
deleted file mode 100644
index 514b225db74dce72d122a6257026b0fcd8dfdea5..0000000000000000000000000000000000000000
--- a/sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart
+++ /dev/null
@@ -1,44 +0,0 @@
-// 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.
-
-library js_backend;
-
-import 'dart:async' show EventSink, Future;
-import 'dart:collection' show Queue, LinkedHashMap, LinkedHashSet;
-
-import '../../js_lib/shared/embedded_names.dart' as embeddedNames;
-
-import '../closure.dart';
-import '../constants/expressions.dart';
-import '../constants/values.dart';
-import '../dart2jslib.dart';
-import '../dart_types.dart';
-import '../elements/elements.dart';
-import '../js/js.dart' as jsAst;
-import '../js/js.dart' show js;
-import '../js_emitter/js_emitter.dart'
- show Emitter, CodeEmitterTask, ClassBuilder, MetadataEmitter;
-import '../library_loader.dart' show LibraryLoader;
-import '../native/native.dart' as native;
-import '../ssa/ssa.dart';
-import '../tree/tree.dart';
-import '../types/types.dart';
-import '../universe/universe.dart';
-import '../util/characters.dart';
-import '../util/util.dart';
-
-import '../elements/visitor.dart' show
- ElementVisitor;
-
-part 'backend.dart';
-part 'checked_mode_helpers.dart';
-part 'constant_emitter.dart';
-part 'constant_handler_javascript.dart';
-part 'constant_system_javascript.dart';
-part 'custom_elements_analysis.dart';
-part 'minify_namer.dart';
-part 'namer.dart';
-part 'native_emitter.dart';
-part 'runtime_types.dart';
-part 'type_variable_handler.dart';

Powered by Google App Engine
This is Rietveld 408576698