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

Unified Diff: frog/lib/frog_json_sources.gypi

Issue 8972004: Rename and fix json frog library in SDK (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years 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 | « no previous file | frog/lib/json.dart » ('j') | tools/create_sdk.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/lib/frog_json_sources.gypi
===================================================================
--- frog/lib/frog_json_sources.gypi (revision 2445)
+++ frog/lib/frog_json_sources.gypi (working copy)
@@ -4,7 +4,7 @@
{
'sources': [
- 'json.dart',
- 'json.js',
+ 'json_frog.dart',
+ 'json_frog.js',
],
}
« no previous file with comments | « no previous file | frog/lib/json.dart » ('j') | tools/create_sdk.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698