| 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 'includes': [ | 6 'includes': [ |
| 7 'trace_event/trace_event.gypi', | 7 'trace_event/trace_event.gypi', |
| 8 ], | 8 ], |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'variables': { | 10 'variables': { |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'android/jni_registrar.h', | 55 'android/jni_registrar.h', |
| 56 'android/jni_string.cc', | 56 'android/jni_string.cc', |
| 57 'android/jni_string.h', | 57 'android/jni_string.h', |
| 58 'android/jni_utils.cc', | 58 'android/jni_utils.cc', |
| 59 'android/jni_utils.h', | 59 'android/jni_utils.h', |
| 60 'android/jni_weak_ref.cc', | 60 'android/jni_weak_ref.cc', |
| 61 'android/jni_weak_ref.h', | 61 'android/jni_weak_ref.h', |
| 62 'android/library_loader/library_load_from_apk_status_codes.h', | 62 'android/library_loader/library_load_from_apk_status_codes.h', |
| 63 'android/library_loader/library_loader_hooks.cc', | 63 'android/library_loader/library_loader_hooks.cc', |
| 64 'android/library_loader/library_loader_hooks.h', | 64 'android/library_loader/library_loader_hooks.h', |
| 65 'android/library_loader/library_prefetcher.cc', |
| 66 'android/library_loader/library_prefetcher.h', |
| 65 'android/locale_utils.cc', | 67 'android/locale_utils.cc', |
| 66 'android/locale_utils.h', | 68 'android/locale_utils.h', |
| 67 'android/memory_pressure_listener_android.cc', | 69 'android/memory_pressure_listener_android.cc', |
| 68 'android/memory_pressure_listener_android.h', | 70 'android/memory_pressure_listener_android.h', |
| 69 'android/path_service_android.cc', | 71 'android/path_service_android.cc', |
| 70 'android/path_service_android.h', | 72 'android/path_service_android.h', |
| 71 'android/path_utils.cc', | 73 'android/path_utils.cc', |
| 72 'android/path_utils.h', | 74 'android/path_utils.h', |
| 73 'android/record_histogram.cc', | 75 'android/record_histogram.cc', |
| 74 'android/record_histogram.h', | 76 'android/record_histogram.h', |
| (...skipping 940 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1015 'i18n/time_formatting.h', | 1017 'i18n/time_formatting.h', |
| 1016 'i18n/timezone.cc', | 1018 'i18n/timezone.cc', |
| 1017 'i18n/timezone.h', | 1019 'i18n/timezone.h', |
| 1018 'i18n/utf8_validator_tables.cc', | 1020 'i18n/utf8_validator_tables.cc', |
| 1019 'i18n/utf8_validator_tables.h', | 1021 'i18n/utf8_validator_tables.h', |
| 1020 ], | 1022 ], |
| 1021 }] | 1023 }] |
| 1022 ], | 1024 ], |
| 1023 }, | 1025 }, |
| 1024 } | 1026 } |
| OLD | NEW |