| 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 'mac/scoped_launch_data.h', | 288 'mac/scoped_launch_data.h', |
| 289 'mac/scoped_mach_port.cc', | 289 'mac/scoped_mach_port.cc', |
| 290 'mac/scoped_mach_port.h', | 290 'mac/scoped_mach_port.h', |
| 291 'mac/scoped_nsautorelease_pool.h', | 291 'mac/scoped_nsautorelease_pool.h', |
| 292 'mac/scoped_nsautorelease_pool.mm', | 292 'mac/scoped_nsautorelease_pool.mm', |
| 293 'mac/scoped_nsexception_enabler.h', | 293 'mac/scoped_nsexception_enabler.h', |
| 294 'mac/scoped_nsexception_enabler.mm', | 294 'mac/scoped_nsexception_enabler.mm', |
| 295 'mac/scoped_nsobject.h', | 295 'mac/scoped_nsobject.h', |
| 296 'mac/scoped_sending_event.h', | 296 'mac/scoped_sending_event.h', |
| 297 'mac/scoped_sending_event.mm', | 297 'mac/scoped_sending_event.mm', |
| 298 'mac/scoped_typeref.h', |
| 298 'mac/sdk_forward_declarations.h', | 299 'mac/sdk_forward_declarations.h', |
| 299 'macros.h', | 300 'macros.h', |
| 300 'md5.cc', | 301 'md5.cc', |
| 301 'md5.h', | 302 'md5.h', |
| 302 'memory/aligned_memory.cc', | 303 'memory/aligned_memory.cc', |
| 303 'memory/aligned_memory.h', | 304 'memory/aligned_memory.h', |
| 304 'memory/discardable_memory.cc', | 305 'memory/discardable_memory.cc', |
| 305 'memory/discardable_memory.h', | 306 'memory/discardable_memory.h', |
| 306 'memory/discardable_memory_allocator_android.cc', | 307 'memory/discardable_memory_allocator_android.cc', |
| 307 'memory/discardable_memory_allocator_android.h', | 308 'memory/discardable_memory_allocator_android.h', |
| (...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 976 'i18n/time_formatting.h', | 977 'i18n/time_formatting.h', |
| 977 'i18n/timezone.cc', | 978 'i18n/timezone.cc', |
| 978 'i18n/timezone.h', | 979 'i18n/timezone.h', |
| 979 'i18n/utf8_validator_tables.cc', | 980 'i18n/utf8_validator_tables.cc', |
| 980 'i18n/utf8_validator_tables.h', | 981 'i18n/utf8_validator_tables.h', |
| 981 ], | 982 ], |
| 982 }] | 983 }] |
| 983 ], | 984 ], |
| 984 }, | 985 }, |
| 985 } | 986 } |
| OLD | NEW |