| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'android/jni_android.cc', | 47 'android/jni_android.cc', |
| 48 'android/jni_android.h', | 48 'android/jni_android.h', |
| 49 'android/jni_array.cc', | 49 'android/jni_array.cc', |
| 50 'android/jni_array.h', | 50 'android/jni_array.h', |
| 51 'android/jni_helper.cc', | 51 'android/jni_helper.cc', |
| 52 'android/jni_helper.h', | 52 'android/jni_helper.h', |
| 53 'android/jni_registrar.cc', | 53 'android/jni_registrar.cc', |
| 54 'android/jni_registrar.h', | 54 'android/jni_registrar.h', |
| 55 'android/jni_string.cc', | 55 'android/jni_string.cc', |
| 56 'android/jni_string.h', | 56 'android/jni_string.h', |
| 57 'android/memory_pressure_listener_android.cc', |
| 58 'android/memory_pressure_listener_android.h', |
| 57 'android/path_service_android.cc', | 59 'android/path_service_android.cc', |
| 58 'android/path_service_android.h', | 60 'android/path_service_android.h', |
| 59 'android/path_utils.cc', | 61 'android/path_utils.cc', |
| 60 'android/path_utils.h', | 62 'android/path_utils.h', |
| 61 'android/thread_utils.h', | 63 'android/thread_utils.h', |
| 62 'at_exit.cc', | 64 'at_exit.cc', |
| 63 'at_exit.h', | 65 'at_exit.h', |
| 64 'atomic_ref_count.h', | 66 'atomic_ref_count.h', |
| 65 'atomic_sequence_num.h', | 67 'atomic_sequence_num.h', |
| 66 'atomicops.h', | 68 'atomicops.h', |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 'mac/scoped_sending_event.mm', | 265 'mac/scoped_sending_event.mm', |
| 264 'mac/sdk_forward_declarations.h', | 266 'mac/sdk_forward_declarations.h', |
| 265 'memory/aligned_memory.cc', | 267 'memory/aligned_memory.cc', |
| 266 'memory/aligned_memory.h', | 268 'memory/aligned_memory.h', |
| 267 'memory/discardable_memory.cc', | 269 'memory/discardable_memory.cc', |
| 268 'memory/discardable_memory.h', | 270 'memory/discardable_memory.h', |
| 269 'memory/discardable_memory_android.cc', | 271 'memory/discardable_memory_android.cc', |
| 270 'memory/discardable_memory_mac.cc', | 272 'memory/discardable_memory_mac.cc', |
| 271 'memory/linked_ptr.h', | 273 'memory/linked_ptr.h', |
| 272 'memory/manual_constructor.h', | 274 'memory/manual_constructor.h', |
| 275 'memory/memory_pressure_listener.cc', |
| 276 'memory/memory_pressure_listener.h', |
| 273 'memory/raw_scoped_refptr_mismatch_checker.h', | 277 'memory/raw_scoped_refptr_mismatch_checker.h', |
| 274 'memory/ref_counted.cc', | 278 'memory/ref_counted.cc', |
| 275 'memory/ref_counted.h', | 279 'memory/ref_counted.h', |
| 276 'memory/ref_counted_memory.cc', | 280 'memory/ref_counted_memory.cc', |
| 277 'memory/ref_counted_memory.h', | 281 'memory/ref_counted_memory.h', |
| 278 'memory/scoped_handle.h', | 282 'memory/scoped_handle.h', |
| 279 'memory/scoped_nsobject.h', | 283 'memory/scoped_nsobject.h', |
| 280 'memory/scoped_open_process.h', | 284 'memory/scoped_open_process.h', |
| 281 'memory/scoped_policy.h', | 285 'memory/scoped_policy.h', |
| 282 'memory/scoped_ptr.h', | 286 'memory/scoped_ptr.h', |
| (...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 840 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 837 'sources/': [ | 841 'sources/': [ |
| 838 ['exclude', '^third_party/nspr/'], | 842 ['exclude', '^third_party/nspr/'], |
| 839 ], | 843 ], |
| 840 }], | 844 }], |
| 841 ], | 845 ], |
| 842 }], | 846 }], |
| 843 ], | 847 ], |
| 844 }, | 848 }, |
| 845 } | 849 } |
| OLD | NEW |