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

Unified Diff: pkg/polymer/test/build/common.dart

Issue 420673002: Roll polymer packages to version 0.3.4 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 | « pkg/polymer/test/bind_properties_test.html ('k') | pkg/polymer/test/build/script_compactor_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/build/common.dart
diff --git a/pkg/polymer/test/build/common.dart b/pkg/polymer/test/build/common.dart
index ab78e75bf57ec59c6262339634cc1e9d97ba5fb7..14fc1b5ca4cdb2a586f43476a3f57bd181d29937 100644
--- a/pkg/polymer/test/build/common.dart
+++ b/pkg/polymer/test/build/common.dart
@@ -187,6 +187,10 @@ const POLYMER_MOCKS = const {
'part of polymer;\n'
'class PublishedProperty { const PublishedProperty(); }\n'
'const published = const PublishedProperty();\n'
+ 'class ComputedProperty {'
+ ' final String expression;\n'
+ ' const ComputedProperty();'
+ '}\n'
'class ObserveProperty { const ObserveProperty(); }\n'
'abstract class Polymer {}\n'
'class PolymerElement extends HtmlElement with Polymer {}\n',
« no previous file with comments | « pkg/polymer/test/bind_properties_test.html ('k') | pkg/polymer/test/build/script_compactor_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698