| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'base_target': 0, | 8 'base_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 'sources': [ | 558 'sources': [ |
| 559 'crypto/capi_util.cc', | 559 'crypto/capi_util.cc', |
| 560 'crypto/capi_util.h', | 560 'crypto/capi_util.h', |
| 561 'crypto/cssm_init.cc', | 561 'crypto/cssm_init.cc', |
| 562 'crypto/cssm_init.h', | 562 'crypto/cssm_init.h', |
| 563 'crypto/encryptor.h', | 563 'crypto/encryptor.h', |
| 564 'crypto/encryptor_mac.cc', | 564 'crypto/encryptor_mac.cc', |
| 565 'crypto/encryptor_nss.cc', | 565 'crypto/encryptor_nss.cc', |
| 566 'crypto/encryptor_openssl.cc', | 566 'crypto/encryptor_openssl.cc', |
| 567 'crypto/encryptor_win.cc', | 567 'crypto/encryptor_win.cc', |
| 568 'crypto/pk11_blocking_password_delegate.h', |
| 568 'crypto/rsa_private_key.h', | 569 'crypto/rsa_private_key.h', |
| 569 'crypto/rsa_private_key.cc', | 570 'crypto/rsa_private_key.cc', |
| 570 'crypto/rsa_private_key_mac.cc', | 571 'crypto/rsa_private_key_mac.cc', |
| 571 'crypto/rsa_private_key_nss.cc', | 572 'crypto/rsa_private_key_nss.cc', |
| 572 'crypto/rsa_private_key_openssl.cc', | 573 'crypto/rsa_private_key_openssl.cc', |
| 573 'crypto/rsa_private_key_win.cc', | 574 'crypto/rsa_private_key_win.cc', |
| 574 'crypto/signature_creator.h', | 575 'crypto/signature_creator.h', |
| 575 'crypto/signature_creator_mac.cc', | 576 'crypto/signature_creator_mac.cc', |
| 576 'crypto/signature_creator_nss.cc', | 577 'crypto/signature_creator_nss.cc', |
| 577 'crypto/signature_creator_openssl.cc', | 578 'crypto/signature_creator_openssl.cc', |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 728 'third_party/xdg_mime/xdgmimemagic.c', | 729 'third_party/xdg_mime/xdgmimemagic.c', |
| 729 'third_party/xdg_mime/xdgmimemagic.h', | 730 'third_party/xdg_mime/xdgmimemagic.h', |
| 730 'third_party/xdg_mime/xdgmimeparent.c', | 731 'third_party/xdg_mime/xdgmimeparent.c', |
| 731 'third_party/xdg_mime/xdgmimeparent.h', | 732 'third_party/xdg_mime/xdgmimeparent.h', |
| 732 ], | 733 ], |
| 733 }, | 734 }, |
| 734 ], | 735 ], |
| 735 }], | 736 }], |
| 736 ], | 737 ], |
| 737 } | 738 } |
| OLD | NEW |