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

Unified Diff: test/data/input/main_code_in_dart_file.dart

Issue 11275029: Support for specifying an output directory (issue #106) (Closed) Base URL: git@github.com:dart-lang/dart-web-components.git@master
Patch Set: Created 8 years, 2 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 | « test/data/input/list_test.html ('k') | test/data/input/main_code_in_dart_file_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/data/input/main_code_in_dart_file.dart
diff --git a/test/data/input/main_code_in_dart_file.dart b/test/data/input/main_code_in_dart_file.dart
index 23f6e8078be5f80fef6eec8deb4e110948307b43..585534bc328ddab5554f84e8cb3bd42529eca1d6 100644
--- a/test/data/input/main_code_in_dart_file.dart
+++ b/test/data/input/main_code_in_dart_file.dart
@@ -2,7 +2,7 @@ library main;
import 'dart:html';
import 'package:web_components/watcher.dart';
-import '../input/common.dart';
+import 'common.dart';
main() {
topLevelVar = "hello";
« no previous file with comments | « test/data/input/list_test.html ('k') | test/data/input/main_code_in_dart_file_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698