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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 'values.cc', | 316 'values.cc', |
317 'values.h', | 317 'values.h', |
318 'value_conversions.cc', | 318 'value_conversions.cc', |
319 'value_conversions.h', | 319 'value_conversions.h', |
320 'version.cc', | 320 'version.cc', |
321 'version.h', | 321 'version.h', |
322 'vlog.cc', | 322 'vlog.cc', |
323 'vlog.h', | 323 'vlog.h', |
324 'nix/xdg_util.cc', | 324 'nix/xdg_util.cc', |
325 'nix/xdg_util.h', | 325 'nix/xdg_util.h', |
| 326 'wide_string_piece.h', |
326 'win/event_trace_consumer.h', | 327 'win/event_trace_consumer.h', |
327 'win/event_trace_controller.cc', | 328 'win/event_trace_controller.cc', |
328 'win/event_trace_controller.h', | 329 'win/event_trace_controller.h', |
329 'win/event_trace_provider.cc', | 330 'win/event_trace_provider.cc', |
330 'win/event_trace_provider.h', | 331 'win/event_trace_provider.h', |
331 'win/i18n.cc', | 332 'win/i18n.cc', |
332 'win/i18n.h', | 333 'win/i18n.h', |
333 'win/iat_patch_function.cc', | 334 'win/iat_patch_function.cc', |
334 'win/iat_patch_function.h', | 335 'win/iat_patch_function.h', |
335 'win/object_watcher.cc', | 336 'win/object_watcher.cc', |
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
706 'third_party/xdg_mime/xdgmimemagic.c', | 707 'third_party/xdg_mime/xdgmimemagic.c', |
707 'third_party/xdg_mime/xdgmimemagic.h', | 708 'third_party/xdg_mime/xdgmimemagic.h', |
708 'third_party/xdg_mime/xdgmimeparent.c', | 709 'third_party/xdg_mime/xdgmimeparent.c', |
709 'third_party/xdg_mime/xdgmimeparent.h', | 710 'third_party/xdg_mime/xdgmimeparent.h', |
710 ], | 711 ], |
711 }, | 712 }, |
712 ], | 713 ], |
713 }], | 714 }], |
714 ], | 715 ], |
715 } | 716 } |
OLD | NEW |