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

Unified Diff: runtime/bin/crypto_sources.gypi

Issue 10332109: Make the crypto library an official dart:crypto library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix long line Created 8 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
« no previous file with comments | « runtime/bin/builtin_nolib.cc ('k') | runtime/bin/dartutils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/crypto_sources.gypi
diff --git a/runtime/bin/crypto_sources.gypi b/runtime/bin/crypto_sources.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..9093cf20855ce208c5fc3c9a98b53a57d842a068
--- /dev/null
+++ b/runtime/bin/crypto_sources.gypi
@@ -0,0 +1,16 @@
+# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+# 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:crypto library.
+{
+ 'sources': [
+ '../../lib/crypto/crypto_vm.dart',
+ '../../lib/crypto/crypto_utils.dart',
+ '../../lib/crypto/hash_utils.dart',
+ '../../lib/crypto/hmac.dart',
+ '../../lib/crypto/md5.dart',
+ '../../lib/crypto/sha1.dart',
+ '../../lib/crypto/sha256.dart',
+ ],
+}
« no previous file with comments | « runtime/bin/builtin_nolib.cc ('k') | runtime/bin/dartutils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698