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

Unified Diff: runtime/lib/typed_data_sources.gypi

Issue 14426006: Rename dart:typeddata to dart:typed_data. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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/lib/typed_data.dart ('k') | runtime/lib/typeddata.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/typed_data_sources.gypi
diff --git a/runtime/lib/typeddata_sources.gypi b/runtime/lib/typed_data_sources.gypi
similarity index 73%
rename from runtime/lib/typeddata_sources.gypi
rename to runtime/lib/typed_data_sources.gypi
index fc5ba11b08aad6eb09e452466e314dcaa99f03b5..28d6a53e538714fbc8d44bc50d85479eaf9c043b 100644
--- a/runtime/lib/typeddata_sources.gypi
+++ b/runtime/lib/typed_data_sources.gypi
@@ -2,12 +2,12 @@
# 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.
-# Sources visible via dart:typeddata library.
+# Sources visible via dart:typed_data library.
{
'sources': [
- 'typeddata.cc',
- 'typeddata.dart',
+ 'typed_data.cc',
+ 'typed_data.dart',
'simd128.cc',
],
}
« no previous file with comments | « runtime/lib/typed_data.dart ('k') | runtime/lib/typeddata.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698