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

Unified Diff: test/data/input/watch_global_var_component.html

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/watch_global_var3_test.html ('k') | test/data/input/watch_global_var_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/data/input/watch_global_var_component.html
diff --git a/test/data/input/watch_global_var_component.html b/test/data/input/watch_global_var_component.html
index f3daa68967524f6387f86d6cfe77751ee143024f..09f0d22bc5b835d0629cb15edeac7b2f4c5a5d93 100644
--- a/test/data/input/watch_global_var_component.html
+++ b/test/data/input/watch_global_var_component.html
@@ -11,7 +11,7 @@
<div>this should say 'hello': {{topLevelVar}}</div>
</template>
<script type="application/dart">
- import '../input/common.dart';
+ import 'common.dart';
import 'package:web_components/web_component.dart';
class WatchGlobal extends WebComponent {
}
« no previous file with comments | « test/data/input/watch_global_var3_test.html ('k') | test/data/input/watch_global_var_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698