| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'android/path_utils.cc', | 82 'android/path_utils.cc', |
| 83 'android/path_utils.h', | 83 'android/path_utils.h', |
| 84 'android/record_histogram.cc', | 84 'android/record_histogram.cc', |
| 85 'android/record_histogram.h', | 85 'android/record_histogram.h', |
| 86 'android/record_user_action.cc', | 86 'android/record_user_action.cc', |
| 87 'android/record_user_action.h', | 87 'android/record_user_action.h', |
| 88 'android/scoped_java_ref.cc', | 88 'android/scoped_java_ref.cc', |
| 89 'android/scoped_java_ref.h', | 89 'android/scoped_java_ref.h', |
| 90 'android/sys_utils.cc', | 90 'android/sys_utils.cc', |
| 91 'android/sys_utils.h', | 91 'android/sys_utils.h', |
| 92 'android/thread_utils.h', | |
| 93 'android/trace_event_binding.cc', | 92 'android/trace_event_binding.cc', |
| 94 'android/trace_event_binding.h', | 93 'android/trace_event_binding.h', |
| 95 'at_exit.cc', | 94 'at_exit.cc', |
| 96 'at_exit.h', | 95 'at_exit.h', |
| 97 'atomic_ref_count.h', | 96 'atomic_ref_count.h', |
| 98 'atomic_sequence_num.h', | 97 'atomic_sequence_num.h', |
| 99 'atomicops.h', | 98 'atomicops.h', |
| 100 'atomicops_internals_portable.h', | 99 'atomicops_internals_portable.h', |
| 101 'atomicops_internals_x86_msvc.h', | 100 'atomicops_internals_x86_msvc.h', |
| 102 'barrier_closure.cc', | 101 'barrier_closure.cc', |
| (...skipping 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1104 'i18n/time_formatting.h', | 1103 'i18n/time_formatting.h', |
| 1105 'i18n/timezone.cc', | 1104 'i18n/timezone.cc', |
| 1106 'i18n/timezone.h', | 1105 'i18n/timezone.h', |
| 1107 'i18n/utf8_validator_tables.cc', | 1106 'i18n/utf8_validator_tables.cc', |
| 1108 'i18n/utf8_validator_tables.h', | 1107 'i18n/utf8_validator_tables.h', |
| 1109 ], | 1108 ], |
| 1110 }] | 1109 }] |
| 1111 ], | 1110 ], |
| 1112 }, | 1111 }, |
| 1113 } | 1112 } |
| OLD | NEW |