OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 'message_pump_default.cc', | 186 'message_pump_default.cc', |
187 'message_pump_default.h', | 187 'message_pump_default.h', |
188 'message_pump_win.cc', | 188 'message_pump_win.cc', |
189 'message_pump_win.h', | 189 'message_pump_win.h', |
190 'metrics/histogram.cc', | 190 'metrics/histogram.cc', |
191 'metrics/histogram.h', | 191 'metrics/histogram.h', |
192 'metrics/stats_counters.cc', | 192 'metrics/stats_counters.cc', |
193 'metrics/stats_counters.h', | 193 'metrics/stats_counters.h', |
194 'metrics/stats_table.cc', | 194 'metrics/stats_table.cc', |
195 'metrics/stats_table.h', | 195 'metrics/stats_table.h', |
196 'mime_util.h', | |
197 'mime_util_xdg.cc', | |
198 'native_library.h', | 196 'native_library.h', |
199 'native_library_linux.cc', | 197 'native_library_linux.cc', |
200 'native_library_mac.mm', | 198 'native_library_mac.mm', |
201 'native_library_win.cc', | 199 'native_library_win.cc', |
202 'observer_list.h', | 200 'observer_list.h', |
203 'observer_list_threadsafe.h', | 201 'observer_list_threadsafe.h', |
204 'os_compat_android.cc', | 202 'os_compat_android.cc', |
205 'os_compat_android.h', | 203 'os_compat_android.h', |
206 'path_service.cc', | 204 'path_service.cc', |
207 'path_service.h', | 205 'path_service.h', |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 'utf_string_conversions.cc', | 349 'utf_string_conversions.cc', |
352 'utf_string_conversions.h', | 350 'utf_string_conversions.h', |
353 'values.cc', | 351 'values.cc', |
354 'values.h', | 352 'values.h', |
355 'value_conversions.cc', | 353 'value_conversions.cc', |
356 'value_conversions.h', | 354 'value_conversions.h', |
357 'version.cc', | 355 'version.cc', |
358 'version.h', | 356 'version.h', |
359 'vlog.cc', | 357 'vlog.cc', |
360 'vlog.h', | 358 'vlog.h', |
| 359 'nix/mime_util_xdg.cc', |
| 360 'nix/mime_util_xdg.h', |
361 'nix/xdg_util.cc', | 361 'nix/xdg_util.cc', |
362 'nix/xdg_util.h', | 362 'nix/xdg_util.h', |
363 'win/event_trace_consumer.h', | 363 'win/event_trace_consumer.h', |
364 'win/event_trace_controller.cc', | 364 'win/event_trace_controller.cc', |
365 'win/event_trace_controller.h', | 365 'win/event_trace_controller.h', |
366 'win/event_trace_provider.cc', | 366 'win/event_trace_provider.cc', |
367 'win/event_trace_provider.h', | 367 'win/event_trace_provider.h', |
368 'win/i18n.cc', | 368 'win/i18n.cc', |
369 'win/i18n.h', | 369 'win/i18n.h', |
370 'win/iat_patch_function.cc', | 370 'win/iat_patch_function.cc', |
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
832 'third_party/xdg_mime/xdgmimemagic.c', | 832 'third_party/xdg_mime/xdgmimemagic.c', |
833 'third_party/xdg_mime/xdgmimemagic.h', | 833 'third_party/xdg_mime/xdgmimemagic.h', |
834 'third_party/xdg_mime/xdgmimeparent.c', | 834 'third_party/xdg_mime/xdgmimeparent.c', |
835 'third_party/xdg_mime/xdgmimeparent.h', | 835 'third_party/xdg_mime/xdgmimeparent.h', |
836 ], | 836 ], |
837 }, | 837 }, |
838 ], | 838 ], |
839 }], | 839 }], |
840 ], | 840 ], |
841 } | 841 } |
OLD | NEW |