| 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 'mac/scoped_nsautorelease_pool.h', | 284 'mac/scoped_nsautorelease_pool.h', |
| 285 'mac/scoped_nsautorelease_pool.mm', | 285 'mac/scoped_nsautorelease_pool.mm', |
| 286 'mac/scoped_nsexception_enabler.h', | 286 'mac/scoped_nsexception_enabler.h', |
| 287 'mac/scoped_nsexception_enabler.mm', | 287 'mac/scoped_nsexception_enabler.mm', |
| 288 'mac/scoped_nsobject.h', | 288 'mac/scoped_nsobject.h', |
| 289 'mac/scoped_sending_event.h', | 289 'mac/scoped_sending_event.h', |
| 290 'mac/scoped_sending_event.mm', | 290 'mac/scoped_sending_event.mm', |
| 291 'mac/sdk_forward_declarations.h', | 291 'mac/sdk_forward_declarations.h', |
| 292 'memory/aligned_memory.cc', | 292 'memory/aligned_memory.cc', |
| 293 'memory/aligned_memory.h', | 293 'memory/aligned_memory.h', |
| 294 'memory/discardable_memory.cc', |
| 294 'memory/discardable_memory.h', | 295 'memory/discardable_memory.h', |
| 295 'memory/discardable_memory_allocator_android.cc', | 296 'memory/discardable_memory_allocator_android.cc', |
| 296 'memory/discardable_memory_allocator_android.h', | 297 'memory/discardable_memory_allocator_android.h', |
| 297 'memory/discardable_memory_android.cc', | 298 'memory/discardable_memory_android.cc', |
| 298 'memory/discardable_memory_android.h', | 299 'memory/discardable_memory_android.h', |
| 299 'memory/discardable_memory_emulated.cc', | 300 'memory/discardable_memory_emulated.cc', |
| 300 'memory/discardable_memory_emulated.h', | 301 'memory/discardable_memory_emulated.h', |
| 301 'memory/discardable_memory_linux.cc', | 302 'memory/discardable_memory_linux.cc', |
| 302 'memory/discardable_memory_mac.cc', | 303 'memory/discardable_memory_mac.cc', |
| 303 'memory/discardable_memory_provider.cc', | 304 'memory/discardable_memory_provider.cc', |
| (...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 942 ['<(toolkit_uses_gtk) == 1', { | 943 ['<(toolkit_uses_gtk) == 1', { |
| 943 'sources!': [ | 944 'sources!': [ |
| 944 'x11/x11_error_tracker.cc', | 945 'x11/x11_error_tracker.cc', |
| 945 ], | 946 ], |
| 946 }], | 947 }], |
| 947 ], | 948 ], |
| 948 }], | 949 }], |
| 949 ], | 950 ], |
| 950 }, | 951 }, |
| 951 } | 952 } |
| OLD | NEW |