| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 'base_paths.h', | 104 'base_paths.h', |
| 105 'base_paths_android.cc', | 105 'base_paths_android.cc', |
| 106 'base_paths_android.h', | 106 'base_paths_android.h', |
| 107 'base_paths_mac.h', | 107 'base_paths_mac.h', |
| 108 'base_paths_mac.mm', | 108 'base_paths_mac.mm', |
| 109 'base_paths_posix.cc', | 109 'base_paths_posix.cc', |
| 110 'base_paths_posix.h', | 110 'base_paths_posix.h', |
| 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 'basictypes.h', | |
| 115 'big_endian.cc', | 114 'big_endian.cc', |
| 116 'big_endian.h', | 115 'big_endian.h', |
| 117 'bind.h', | 116 'bind.h', |
| 118 'bind_helpers.cc', | 117 'bind_helpers.cc', |
| 119 'bind_helpers.h', | 118 'bind_helpers.h', |
| 120 'bind_internal.h', | 119 'bind_internal.h', |
| 121 'bind_internal_win.h', | 120 'bind_internal_win.h', |
| 122 'bits.h', | 121 'bits.h', |
| 123 'build_time.cc', | 122 'build_time.cc', |
| 124 'build_time.h', | 123 'build_time.h', |
| (...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1053 'i18n/time_formatting.h', | 1052 'i18n/time_formatting.h', |
| 1054 'i18n/timezone.cc', | 1053 'i18n/timezone.cc', |
| 1055 'i18n/timezone.h', | 1054 'i18n/timezone.h', |
| 1056 'i18n/utf8_validator_tables.cc', | 1055 'i18n/utf8_validator_tables.cc', |
| 1057 'i18n/utf8_validator_tables.h', | 1056 'i18n/utf8_validator_tables.h', |
| 1058 ], | 1057 ], |
| 1059 }] | 1058 }] |
| 1060 ], | 1059 ], |
| 1061 }, | 1060 }, |
| 1062 } | 1061 } |
| OLD | NEW |