| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 'third_party/nss/blapit.h', | 598 'third_party/nss/blapit.h', |
| 599 'third_party/nss/sha256.h', | 599 'third_party/nss/sha256.h', |
| 600 'third_party/nss/sha512.cc', | 600 'third_party/nss/sha512.cc', |
| 601 'third_party/purify/pure.h', | 601 'third_party/purify/pure.h', |
| 602 'third_party/purify/pure_api.c', | 602 'third_party/purify/pure_api.c', |
| 603 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', | 603 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', |
| 604 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', | 604 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', |
| 605 'auto_reset.h', | 605 'auto_reset.h', |
| 606 'base64.cc', | 606 'base64.cc', |
| 607 'base64.h', | 607 'base64.h', |
| 608 'data_pack.cc', | |
| 609 'event_recorder.cc', | 608 'event_recorder.cc', |
| 610 'event_recorder.h', | 609 'event_recorder.h', |
| 611 'event_recorder_stubs.cc', | 610 'event_recorder_stubs.cc', |
| 612 'file_descriptor_shuffle.cc', | 611 'file_descriptor_shuffle.cc', |
| 613 'file_descriptor_shuffle.h', | 612 'file_descriptor_shuffle.h', |
| 614 'hmac.h', | 613 'hmac.h', |
| 615 'hmac_mac.cc', | 614 'hmac_mac.cc', |
| 616 'hmac_nss.cc', | 615 'hmac_nss.cc', |
| 617 'hmac_openssl.cc', | 616 'hmac_openssl.cc', |
| 618 'hmac_win.cc', | 617 'hmac_win.cc', |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 'third_party/xdg_mime/xdgmimemagic.c', | 735 'third_party/xdg_mime/xdgmimemagic.c', |
| 737 'third_party/xdg_mime/xdgmimemagic.h', | 736 'third_party/xdg_mime/xdgmimemagic.h', |
| 738 'third_party/xdg_mime/xdgmimeparent.c', | 737 'third_party/xdg_mime/xdgmimeparent.c', |
| 739 'third_party/xdg_mime/xdgmimeparent.h', | 738 'third_party/xdg_mime/xdgmimeparent.h', |
| 740 ], | 739 ], |
| 741 }, | 740 }, |
| 742 ], | 741 ], |
| 743 }], | 742 }], |
| 744 ], | 743 ], |
| 745 } | 744 } |
| OLD | NEW |