| 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 'base_i18n_target': 0, | 9 'base_i18n_target': 0, |
| 10 }, | 10 }, |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 'mac/scoped_typeref.h', | 311 'mac/scoped_typeref.h', |
| 312 'mac/sdk_forward_declarations.h', | 312 'mac/sdk_forward_declarations.h', |
| 313 'mac/sdk_forward_declarations.mm', | 313 'mac/sdk_forward_declarations.mm', |
| 314 'macros.h', | 314 'macros.h', |
| 315 'md5.cc', | 315 'md5.cc', |
| 316 'md5.h', | 316 'md5.h', |
| 317 'memory/aligned_memory.cc', | 317 'memory/aligned_memory.cc', |
| 318 'memory/aligned_memory.h', | 318 'memory/aligned_memory.h', |
| 319 'memory/discardable_memory.cc', | 319 'memory/discardable_memory.cc', |
| 320 'memory/discardable_memory.h', | 320 'memory/discardable_memory.h', |
| 321 'memory/discardable_memory_android.cc', | |
| 322 'memory/discardable_memory_linux.cc', | |
| 323 'memory/discardable_memory_mac.cc', | |
| 324 'memory/discardable_memory_shmem.cc', | 321 'memory/discardable_memory_shmem.cc', |
| 325 'memory/discardable_memory_shmem.h', | 322 'memory/discardable_memory_shmem.h', |
| 326 'memory/discardable_memory_shmem_allocator.cc', | 323 'memory/discardable_memory_shmem_allocator.cc', |
| 327 'memory/discardable_memory_shmem_allocator.h', | 324 'memory/discardable_memory_shmem_allocator.h', |
| 328 'memory/discardable_memory_win.cc', | |
| 329 'memory/discardable_shared_memory.cc', | 325 'memory/discardable_shared_memory.cc', |
| 330 'memory/discardable_shared_memory.h', | 326 'memory/discardable_shared_memory.h', |
| 331 'memory/linked_ptr.h', | 327 'memory/linked_ptr.h', |
| 332 'memory/manual_constructor.h', | 328 'memory/manual_constructor.h', |
| 333 'memory/memory_pressure_listener.cc', | 329 'memory/memory_pressure_listener.cc', |
| 334 'memory/memory_pressure_listener.h', | 330 'memory/memory_pressure_listener.h', |
| 335 'memory/raw_scoped_refptr_mismatch_checker.h', | 331 'memory/raw_scoped_refptr_mismatch_checker.h', |
| 336 'memory/ref_counted.cc', | 332 'memory/ref_counted.cc', |
| 337 'memory/ref_counted.h', | 333 'memory/ref_counted.h', |
| 338 'memory/ref_counted_delete_on_message_loop.h', | 334 'memory/ref_counted_delete_on_message_loop.h', |
| (...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 882 ['include', '^file_version_info_mac\\.'], | 878 ['include', '^file_version_info_mac\\.'], |
| 883 ['include', '^mac/bundle_locations\\.'], | 879 ['include', '^mac/bundle_locations\\.'], |
| 884 ['include', '^mac/foundation_util\\.'], | 880 ['include', '^mac/foundation_util\\.'], |
| 885 ['include', '^mac/mac_logging\\.'], | 881 ['include', '^mac/mac_logging\\.'], |
| 886 ['include', '^mac/mach_logging\\.'], | 882 ['include', '^mac/mach_logging\\.'], |
| 887 ['include', '^mac/objc_property_releaser\\.'], | 883 ['include', '^mac/objc_property_releaser\\.'], |
| 888 ['include', '^mac/scoped_mach_port\\.'], | 884 ['include', '^mac/scoped_mach_port\\.'], |
| 889 ['include', '^mac/scoped_mach_vm\\.'], | 885 ['include', '^mac/scoped_mach_vm\\.'], |
| 890 ['include', '^mac/scoped_nsautorelease_pool\\.'], | 886 ['include', '^mac/scoped_nsautorelease_pool\\.'], |
| 891 ['include', '^mac/scoped_nsobject\\.'], | 887 ['include', '^mac/scoped_nsobject\\.'], |
| 892 ['include', '^memory/discardable_memory_mac\\.'], | |
| 893 ['include', '^message_loop/message_pump_mac\\.'], | 888 ['include', '^message_loop/message_pump_mac\\.'], |
| 894 ['include', '^strings/sys_string_conversions_mac\\.'], | 889 ['include', '^strings/sys_string_conversions_mac\\.'], |
| 895 ['include', '^threading/platform_thread_mac\\.'], | 890 ['include', '^threading/platform_thread_mac\\.'], |
| 896 ['include', '^time/time_mac\\.'], | 891 ['include', '^time/time_mac\\.'], |
| 897 ['include', '^worker_pool_mac\\.'], | 892 ['include', '^worker_pool_mac\\.'], |
| 898 # Exclude all process/ except the minimal implementation | 893 # Exclude all process/ except the minimal implementation |
| 899 # needed on iOS (mostly for unit tests). | 894 # needed on iOS (mostly for unit tests). |
| 900 ['exclude', '^process/.*'], | 895 ['exclude', '^process/.*'], |
| 901 ['include', '^process/.*_ios\.(cc|mm)$'], | 896 ['include', '^process/.*_ios\.(cc|mm)$'], |
| 902 ['include', '^process/memory_stubs\.cc$'], | 897 ['include', '^process/memory_stubs\.cc$'], |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1036 'i18n/time_formatting.h', | 1031 'i18n/time_formatting.h', |
| 1037 'i18n/timezone.cc', | 1032 'i18n/timezone.cc', |
| 1038 'i18n/timezone.h', | 1033 'i18n/timezone.h', |
| 1039 'i18n/utf8_validator_tables.cc', | 1034 'i18n/utf8_validator_tables.cc', |
| 1040 'i18n/utf8_validator_tables.h', | 1035 'i18n/utf8_validator_tables.h', |
| 1041 ], | 1036 ], |
| 1042 }] | 1037 }] |
| 1043 ], | 1038 ], |
| 1044 }, | 1039 }, |
| 1045 } | 1040 } |
| OLD | NEW |