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

Unified Diff: runtime/bin/web_sources.gypi

Issue 10912123: Revert "Move dart:web to pkg:htmlescape." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/dartutils.cc ('k') | runtime/vm/unit_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/web_sources.gypi
diff --git a/lib/math/math_sources.gypi b/runtime/bin/web_sources.gypi
similarity index 72%
copy from lib/math/math_sources.gypi
copy to runtime/bin/web_sources.gypi
index dc854da684570c574174c89c14463dd9f2901df2..e9a063d4bc657d82f245ce46ec4258ed1ba53ce4 100644
--- a/lib/math/math_sources.gypi
+++ b/runtime/bin/web_sources.gypi
@@ -2,9 +2,9 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
+# This file contains all sources for the dart:web library.
{
'sources': [
- 'base.dart',
- 'random.dart',
+ '../../lib/web/web.dart',
],
}
« no previous file with comments | « runtime/bin/dartutils.cc ('k') | runtime/vm/unit_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698