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

Unified Diff: test/data/input/list_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/list2_test.html ('k') | test/data/input/list_component_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/data/input/list_component.html
diff --git a/test/data/input/list_component.html b/test/data/input/list_component.html
index fb24c3f29ab0f9be093169f9f76968ea8d80e193..516e445a84a7b67148872ceea3805f6b5317813d 100644
--- a/test/data/input/list_component.html
+++ b/test/data/input/list_component.html
@@ -16,7 +16,7 @@
</template>
</template>
<script type='application/dart'>
- import '../input/common.dart';
+ import 'common.dart';
import 'package:web_components/web_component.dart';
class ListExample extends WebComponent {}
</script>
« no previous file with comments | « test/data/input/list2_test.html ('k') | test/data/input/list_component_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698