| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 'base_paths_win.cc', | 111 'base_paths_win.cc', |
| 112 'base_paths_win.h', | 112 'base_paths_win.h', |
| 113 'base_switches.h', | 113 'base_switches.h', |
| 114 'big_endian.cc', | 114 'big_endian.cc', |
| 115 'big_endian.h', | 115 'big_endian.h', |
| 116 'bind.h', | 116 'bind.h', |
| 117 'bind_helpers.cc', | 117 'bind_helpers.cc', |
| 118 'bind_helpers.h', | 118 'bind_helpers.h', |
| 119 'bind_internal.h', | 119 'bind_internal.h', |
| 120 'bind_internal_win.h', | 120 'bind_internal_win.h', |
| 121 'bit_cast.h', |
| 121 'bits.h', | 122 'bits.h', |
| 122 'build_time.cc', | 123 'build_time.cc', |
| 123 'build_time.h', | 124 'build_time.h', |
| 124 'callback.h', | 125 'callback.h', |
| 125 'callback_helpers.cc', | 126 'callback_helpers.cc', |
| 126 'callback_helpers.h', | 127 'callback_helpers.h', |
| 127 'callback_internal.cc', | 128 'callback_internal.cc', |
| 128 'callback_internal.h', | 129 'callback_internal.h', |
| 129 'callback_list.h', | 130 'callback_list.h', |
| 130 'cancelable_callback.h', | 131 'cancelable_callback.h', |
| (...skipping 923 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 |