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

Unified Diff: pkg/pkg.gyp

Issue 293023008: Bring back initPolymer, allow boot.js only if using "polymer_experimental.html". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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
Index: pkg/pkg.gyp
diff --git a/pkg/pkg.gyp b/pkg/pkg.gyp
index df21e1066b2e4154f715ce15332fe8a4a3a494d9..dfea42a0877253ed7bd113e979ac82947c1ff919 100644
--- a/pkg/pkg.gyp
+++ b/pkg/pkg.gyp
@@ -18,7 +18,7 @@
'<!@(["python", "../tools/list_pkg_directories.py", '
'"../third_party/pkg"])',
'<!@(["python", "../tools/list_pkg_directories.py", '
- '"polymer/example/"])',
+ '"polymer/e2e_test/"])',
Siggi Cherem (dart-lang) 2014/05/22 21:10:41 we were mixing tests and examples together. I move
Jennifer Messerly 2014/05/23 07:20:06 much better :) out of curiosity could it be under
Siggi Cherem (dart-lang) 2014/05/23 17:56:33 I think yes. I'm happy to change it, but I'm sligh
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/packages.stamp',

Powered by Google App Engine
This is Rietveld 408576698