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 20 matching lines...) Expand all Loading... | |
31 'android/build_info.cc', | 31 'android/build_info.cc', |
32 'android/build_info.h', | 32 'android/build_info.h', |
33 'android/command_line_android.cc', | 33 'android/command_line_android.cc', |
34 'android/command_line_android.h', | 34 'android/command_line_android.h', |
35 'android/content_uri_utils.cc', | 35 'android/content_uri_utils.cc', |
36 'android/content_uri_utils.h', | 36 'android/content_uri_utils.h', |
37 'android/context_utils.cc', | 37 'android/context_utils.cc', |
38 'android/context_utils.h', | 38 'android/context_utils.h', |
39 'android/cpu_features.cc', | 39 'android/cpu_features.cc', |
40 'android/cxa_demangle_stub.cc', | 40 'android/cxa_demangle_stub.cc', |
41 'android/early_trace_event_binding.cc', | |
pasko
2015/12/15 17:52:59
the usual naming convention seems to be like:
earl
Benoit L
2016/01/06 12:50:06
This is named this way to be consistent with base/
| |
42 'android/early_trace_event_binding.h', | |
41 'android/event_log.cc', | 43 'android/event_log.cc', |
42 'android/event_log.h', | 44 'android/event_log.h', |
43 'android/field_trial_list.cc', | 45 'android/field_trial_list.cc', |
44 'android/field_trial_list.h', | 46 'android/field_trial_list.h', |
45 'android/fifo_utils.cc', | 47 'android/fifo_utils.cc', |
46 'android/fifo_utils.h', | 48 'android/fifo_utils.h', |
47 'android/important_file_writer_android.cc', | 49 'android/important_file_writer_android.cc', |
48 'android/important_file_writer_android.h', | 50 'android/important_file_writer_android.h', |
49 'android/java_handler_thread.cc', | 51 'android/java_handler_thread.cc', |
50 'android/java_handler_thread.h', | 52 'android/java_handler_thread.h', |
(...skipping 1000 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1051 'i18n/time_formatting.h', | 1053 'i18n/time_formatting.h', |
1052 'i18n/timezone.cc', | 1054 'i18n/timezone.cc', |
1053 'i18n/timezone.h', | 1055 'i18n/timezone.h', |
1054 'i18n/utf8_validator_tables.cc', | 1056 'i18n/utf8_validator_tables.cc', |
1055 'i18n/utf8_validator_tables.h', | 1057 'i18n/utf8_validator_tables.h', |
1056 ], | 1058 ], |
1057 }] | 1059 }] |
1058 ], | 1060 ], |
1059 }, | 1061 }, |
1060 } | 1062 } |
OLD | NEW |