| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 739 ['include', '^atomicops_internals_mac\\.'], | 739 ['include', '^atomicops_internals_mac\\.'], |
| 740 ['include', '^base_paths_mac\\.'], | 740 ['include', '^base_paths_mac\\.'], |
| 741 ['include', '^file_util_mac\\.'], | 741 ['include', '^file_util_mac\\.'], |
| 742 ['include', '^file_version_info_mac\\.'], | 742 ['include', '^file_version_info_mac\\.'], |
| 743 ['include', '^mac/bundle_locations\\.'], | 743 ['include', '^mac/bundle_locations\\.'], |
| 744 ['include', '^mac/foundation_util\\.'], | 744 ['include', '^mac/foundation_util\\.'], |
| 745 ['include', '^mac/mac_logging\\.'], | 745 ['include', '^mac/mac_logging\\.'], |
| 746 ['include', '^mac/objc_property_releaser\\.'], | 746 ['include', '^mac/objc_property_releaser\\.'], |
| 747 ['include', '^mac/scoped_mach_port\\.'], | 747 ['include', '^mac/scoped_mach_port\\.'], |
| 748 ['include', '^mac/scoped_nsautorelease_pool\\.'], | 748 ['include', '^mac/scoped_nsautorelease_pool\\.'], |
| 749 ['include', '^mac/scoped_nsobject\\.'], |
| 749 ['include', '^memory/discardable_memory_mac\\.'], | 750 ['include', '^memory/discardable_memory_mac\\.'], |
| 750 ['include', '^message_loop/message_pump_mac\\.'], | 751 ['include', '^message_loop/message_pump_mac\\.'], |
| 751 ['include', '^threading/platform_thread_mac\\.'], | 752 ['include', '^threading/platform_thread_mac\\.'], |
| 752 ['include', '^strings/sys_string_conversions_mac\\.'], | 753 ['include', '^strings/sys_string_conversions_mac\\.'], |
| 753 ['include', '^time_mac\\.'], | 754 ['include', '^time_mac\\.'], |
| 754 ['include', '^worker_pool_mac\\.'], | 755 ['include', '^worker_pool_mac\\.'], |
| 755 # Exclude all process_util except the minimal implementation | 756 # Exclude all process_util except the minimal implementation |
| 756 # needed on iOS (mostly for unit tests). | 757 # needed on iOS (mostly for unit tests). |
| 757 ['exclude', '^process_util'], | 758 ['exclude', '^process_util'], |
| 758 ['include', '^process_util_ios\\.mm$'], | 759 ['include', '^process_util_ios\\.mm$'], |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 852 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 853 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 853 'sources/': [ | 854 'sources/': [ |
| 854 ['exclude', '^third_party/nspr/'], | 855 ['exclude', '^third_party/nspr/'], |
| 855 ], | 856 ], |
| 856 }], | 857 }], |
| 857 ], | 858 ], |
| 858 }], | 859 }], |
| 859 ], | 860 ], |
| 860 }, | 861 }, |
| 861 } | 862 } |
| OLD | NEW |