| 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 'base_paths_win.cc', | 113 'base_paths_win.cc', |
| 114 'base_paths_win.h', | 114 'base_paths_win.h', |
| 115 'base_switches.h', | 115 'base_switches.h', |
| 116 'big_endian.cc', | 116 'big_endian.cc', |
| 117 'big_endian.h', | 117 'big_endian.h', |
| 118 'bind.h', | 118 'bind.h', |
| 119 'bind_helpers.cc', | 119 'bind_helpers.cc', |
| 120 'bind_helpers.h', | 120 'bind_helpers.h', |
| 121 'bind_internal.h', | 121 'bind_internal.h', |
| 122 'bind_internal_win.h', | 122 'bind_internal_win.h', |
| 123 'bit_cast.h', |
| 123 'bits.h', | 124 'bits.h', |
| 124 'build_time.cc', | 125 'build_time.cc', |
| 125 'build_time.h', | 126 'build_time.h', |
| 126 'callback.h', | 127 'callback.h', |
| 127 'callback_helpers.cc', | 128 'callback_helpers.cc', |
| 128 'callback_helpers.h', | 129 'callback_helpers.h', |
| 129 'callback_internal.cc', | 130 'callback_internal.cc', |
| 130 'callback_internal.h', | 131 'callback_internal.h', |
| 131 'callback_list.h', | 132 'callback_list.h', |
| 132 'cancelable_callback.h', | 133 'cancelable_callback.h', |
| (...skipping 921 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1054 'i18n/time_formatting.h', | 1055 'i18n/time_formatting.h', |
| 1055 'i18n/timezone.cc', | 1056 'i18n/timezone.cc', |
| 1056 'i18n/timezone.h', | 1057 'i18n/timezone.h', |
| 1057 'i18n/utf8_validator_tables.cc', | 1058 'i18n/utf8_validator_tables.cc', |
| 1058 'i18n/utf8_validator_tables.h', | 1059 'i18n/utf8_validator_tables.h', |
| 1059 ], | 1060 ], |
| 1060 }] | 1061 }] |
| 1061 ], | 1062 ], |
| 1062 }, | 1063 }, |
| 1063 } | 1064 } |
| OLD | NEW |