| 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 14 matching lines...) Expand all Loading... |
| 25 'android/apk_assets.cc', | 25 'android/apk_assets.cc', |
| 26 'android/apk_assets.h', | 26 'android/apk_assets.h', |
| 27 'android/application_status_listener.cc', | 27 'android/application_status_listener.cc', |
| 28 'android/application_status_listener.h', | 28 'android/application_status_listener.h', |
| 29 'android/base_jni_onload.cc', | 29 'android/base_jni_onload.cc', |
| 30 'android/base_jni_onload.h', | 30 'android/base_jni_onload.h', |
| 31 'android/base_jni_registrar.cc', | 31 'android/base_jni_registrar.cc', |
| 32 'android/base_jni_registrar.h', | 32 'android/base_jni_registrar.h', |
| 33 'android/build_info.cc', | 33 'android/build_info.cc', |
| 34 'android/build_info.h', | 34 'android/build_info.h', |
| 35 'android/callback_android.cc', |
| 36 'android/callback_android.h', |
| 35 'android/command_line_android.cc', | 37 'android/command_line_android.cc', |
| 36 'android/command_line_android.h', | 38 'android/command_line_android.h', |
| 37 'android/content_uri_utils.cc', | 39 'android/content_uri_utils.cc', |
| 38 'android/content_uri_utils.h', | 40 'android/content_uri_utils.h', |
| 39 'android/context_utils.cc', | 41 'android/context_utils.cc', |
| 40 'android/context_utils.h', | 42 'android/context_utils.h', |
| 41 'android/cpu_features.cc', | 43 'android/cpu_features.cc', |
| 42 'android/cxa_demangle_stub.cc', | 44 'android/cxa_demangle_stub.cc', |
| 43 'android/event_log.cc', | 45 'android/event_log.cc', |
| 44 'android/event_log.h', | 46 'android/event_log.h', |
| (...skipping 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1095 'i18n/time_formatting.h', | 1097 'i18n/time_formatting.h', |
| 1096 'i18n/timezone.cc', | 1098 'i18n/timezone.cc', |
| 1097 'i18n/timezone.h', | 1099 'i18n/timezone.h', |
| 1098 'i18n/utf8_validator_tables.cc', | 1100 'i18n/utf8_validator_tables.cc', |
| 1099 'i18n/utf8_validator_tables.h', | 1101 'i18n/utf8_validator_tables.h', |
| 1100 ], | 1102 ], |
| 1101 }] | 1103 }] |
| 1102 ], | 1104 ], |
| 1103 }, | 1105 }, |
| 1104 } | 1106 } |
| OLD | NEW |