Chromium Code Reviews| Index: Source/modules/modules.gypi |
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi |
| index 17f082bbd5630aa8a969c1af9a8fa88411a82215..8b4a8e4a3d4855e357fc219d035a98ed2512be66 100644 |
| --- a/Source/modules/modules.gypi |
| +++ b/Source/modules/modules.gypi |
| @@ -299,10 +299,10 @@ |
| 'beacon/NavigatorBeacon.h', |
| 'crypto/AesKeyAlgorithm.cpp', |
| 'crypto/AesKeyAlgorithm.h', |
| - 'crypto/Crypto.cpp', |
| - 'crypto/Crypto.h', |
| 'crypto/CryptoResultImpl.cpp', |
|
eroman
2014/06/16 19:36:36
Why re-arrange these?
Doing a lexicographic sort
|
| 'crypto/CryptoResultImpl.h', |
| + 'crypto/Crypto.cpp', |
| + 'crypto/Crypto.h', |
| 'crypto/DOMWindowCrypto.cpp', |
| 'crypto/DOMWindowCrypto.h', |
| 'crypto/HmacKeyAlgorithm.cpp', |