OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'base_target': 0, | 8 'base_target': 0, |
9 'base_extra_target': 0, | 9 'base_extra_target': 0, |
10 }, | 10 }, |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 'message_loop_proxy_impl.h', | 136 'message_loop_proxy_impl.h', |
137 'message_pump.cc', | 137 'message_pump.cc', |
138 'message_pump.h', | 138 'message_pump.h', |
139 'message_pump_default.cc', | 139 'message_pump_default.cc', |
140 'message_pump_default.h', | 140 'message_pump_default.h', |
141 'message_pump_win.cc', | 141 'message_pump_win.cc', |
142 'message_pump_win.h', | 142 'message_pump_win.h', |
143 'metrics/histogram.cc', | 143 'metrics/histogram.cc', |
144 'metrics/histogram.h', | 144 'metrics/histogram.h', |
145 'metrics/nacl_histogram.cc', | 145 'metrics/nacl_histogram.cc', |
146 'metrics/nacl_histogram.h',» » | 146 'metrics/nacl_histogram.h', |
147 'metrics/stats_counters.cc', | 147 'metrics/stats_counters.cc', |
148 'metrics/stats_counters.h', | 148 'metrics/stats_counters.h', |
149 'metrics/stats_table.cc', | 149 'metrics/stats_table.cc', |
150 'metrics/stats_table.h', | 150 'metrics/stats_table.h', |
151 'mime_util.h', | 151 'mime_util.h', |
152 'mime_util_xdg.cc', | 152 'mime_util_xdg.cc', |
153 'native_library.h', | 153 'native_library.h', |
154 'native_library_linux.cc', | 154 'native_library_linux.cc', |
155 'native_library_mac.mm', | 155 'native_library_mac.mm', |
156 'native_library_win.cc', | 156 'native_library_win.cc', |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 'string_number_conversions.cc', | 221 'string_number_conversions.cc', |
222 'string_number_conversions.h', | 222 'string_number_conversions.h', |
223 'string_piece.cc', | 223 'string_piece.cc', |
224 'string_piece.h', | 224 'string_piece.h', |
225 'string_split.cc', | 225 'string_split.cc', |
226 'string_split.h', | 226 'string_split.h', |
227 'string_tokenizer.h', | 227 'string_tokenizer.h', |
228 'string_util.cc', | 228 'string_util.cc', |
229 'string_util.h', | 229 'string_util.h', |
230 'string_util_win.h', | 230 'string_util_win.h', |
| 231 'stringize_macros.h', |
231 'stringprintf.cc', | 232 'stringprintf.cc', |
232 'stringprintf.h', | 233 'stringprintf.h', |
233 'sys_info.h', | 234 'sys_info.h', |
234 'sys_info_chromeos.cc', | 235 'sys_info_chromeos.cc', |
235 'sys_info_freebsd.cc', | 236 'sys_info_freebsd.cc', |
236 'sys_info_linux.cc', | 237 'sys_info_linux.cc', |
237 'sys_info_mac.cc', | 238 'sys_info_mac.cc', |
238 'sys_info_openbsd.cc', | 239 'sys_info_openbsd.cc', |
239 'sys_info_posix.cc', | 240 'sys_info_posix.cc', |
240 'sys_info_win.cc', | 241 'sys_info_win.cc', |
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
813 'third_party/xdg_mime/xdgmimemagic.c', | 814 'third_party/xdg_mime/xdgmimemagic.c', |
814 'third_party/xdg_mime/xdgmimemagic.h', | 815 'third_party/xdg_mime/xdgmimemagic.h', |
815 'third_party/xdg_mime/xdgmimeparent.c', | 816 'third_party/xdg_mime/xdgmimeparent.c', |
816 'third_party/xdg_mime/xdgmimeparent.h', | 817 'third_party/xdg_mime/xdgmimeparent.h', |
817 ], | 818 ], |
818 }, | 819 }, |
819 ], | 820 ], |
820 }], | 821 }], |
821 ], | 822 ], |
822 } | 823 } |
OLD | NEW |