| 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 21 matching lines...) Expand all Loading... |
| 32 'allocator/allocator_extension.cc', | 32 'allocator/allocator_extension.cc', |
| 33 'allocator/allocator_extension.h', | 33 'allocator/allocator_extension.h', |
| 34 'allocator/type_profiler_control.cc', | 34 'allocator/type_profiler_control.cc', |
| 35 'allocator/type_profiler_control.h', | 35 'allocator/type_profiler_control.h', |
| 36 'android/activity_status.cc', | 36 'android/activity_status.cc', |
| 37 'android/activity_status.h', | 37 'android/activity_status.h', |
| 38 'android/base_jni_registrar.cc', | 38 'android/base_jni_registrar.cc', |
| 39 'android/base_jni_registrar.h', | 39 'android/base_jni_registrar.h', |
| 40 'android/build_info.cc', | 40 'android/build_info.cc', |
| 41 'android/build_info.h', | 41 'android/build_info.h', |
| 42 'android/content_uri_utils.cc', |
| 43 'android/content_uri_utils.h', |
| 42 'android/cpu_features.cc', | 44 'android/cpu_features.cc', |
| 43 'android/fifo_utils.cc', | 45 'android/fifo_utils.cc', |
| 44 'android/fifo_utils.h', | 46 'android/fifo_utils.h', |
| 45 'android/important_file_writer_android.cc', | 47 'android/important_file_writer_android.cc', |
| 46 'android/important_file_writer_android.h', | 48 'android/important_file_writer_android.h', |
| 47 'android/scoped_java_ref.cc', | 49 'android/scoped_java_ref.cc', |
| 48 'android/scoped_java_ref.h', | 50 'android/scoped_java_ref.h', |
| 49 'android/jni_android.cc', | 51 'android/jni_android.cc', |
| 50 'android/jni_android.h', | 52 'android/jni_android.h', |
| 51 'android/jni_array.cc', | 53 'android/jni_array.cc', |
| (...skipping 875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 927 ['<(toolkit_uses_gtk) == 1', { | 929 ['<(toolkit_uses_gtk) == 1', { |
| 928 'sources!': [ | 930 'sources!': [ |
| 929 'x11/x11_error_tracker.cc', | 931 'x11/x11_error_tracker.cc', |
| 930 ], | 932 ], |
| 931 }], | 933 }], |
| 932 ], | 934 ], |
| 933 }], | 935 }], |
| 934 ], | 936 ], |
| 935 }, | 937 }, |
| 936 } | 938 } |
| OLD | NEW |