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

Side by Side Diff: packages/polymer/test/element_import/import_b.dart

Issue 2312183003: Removed Polymer from Observatory deps (Closed)
Patch Set: Created 4 years, 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 library polymer.test.element_import.import_b;
2
3 import 'package:polymer/polymer.dart';
4
5 @CustomTag('x-bar')
6 class XBar extends PolymerElement {
7 final bool isCustom = true;
8
9 XBar.created() : super.created();
10 }
OLDNEW
« no previous file with comments | « packages/polymer/test/element_import/import_a.html ('k') | packages/polymer/test/element_import/import_b.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698