Chromium Code Reviews| Index: sdk/lib/crypto/crypto_sources.gypi |
| =================================================================== |
| --- sdk/lib/crypto/crypto_sources.gypi (revision 18931) |
| +++ sdk/lib/crypto/crypto_sources.gypi (working copy) |
| @@ -9,6 +9,8 @@ |
| # At that point crypto.dart should be the only crypto library file. |
|
siva
2013/02/25 23:12:25
This TODO can go.
We discussed and said we would r
Ivan Posva
2013/02/25 23:23:58
Done.
|
| { |
| 'sources': [ |
| + 'crypto.dart', |
| + # The above file needs to be first as it lists the parts below. |
| 'crypto_base.dart', |
| 'crypto_utils.dart', |
| 'hash_utils.dart', |