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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 'values.cc', | 348 'values.cc', |
349 'values.h', | 349 'values.h', |
350 'value_conversions.cc', | 350 'value_conversions.cc', |
351 'value_conversions.h', | 351 'value_conversions.h', |
352 'version.cc', | 352 'version.cc', |
353 'version.h', | 353 'version.h', |
354 'vlog.cc', | 354 'vlog.cc', |
355 'vlog.h', | 355 'vlog.h', |
356 'nix/xdg_util.cc', | 356 'nix/xdg_util.cc', |
357 'nix/xdg_util.h', | 357 'nix/xdg_util.h', |
| 358 'win/atl_module.h', |
358 'win/event_trace_consumer.h', | 359 'win/event_trace_consumer.h', |
359 'win/event_trace_controller.cc', | 360 'win/event_trace_controller.cc', |
360 'win/event_trace_controller.h', | 361 'win/event_trace_controller.h', |
361 'win/event_trace_provider.cc', | 362 'win/event_trace_provider.cc', |
362 'win/event_trace_provider.h', | 363 'win/event_trace_provider.h', |
363 'win/i18n.cc', | 364 'win/i18n.cc', |
364 'win/i18n.h', | 365 'win/i18n.h', |
365 'win/iat_patch_function.cc', | 366 'win/iat_patch_function.cc', |
366 'win/iat_patch_function.h', | 367 'win/iat_patch_function.h', |
367 'win/object_watcher.cc', | 368 'win/object_watcher.cc', |
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
826 'third_party/xdg_mime/xdgmimemagic.c', | 827 'third_party/xdg_mime/xdgmimemagic.c', |
827 'third_party/xdg_mime/xdgmimemagic.h', | 828 'third_party/xdg_mime/xdgmimemagic.h', |
828 'third_party/xdg_mime/xdgmimeparent.c', | 829 'third_party/xdg_mime/xdgmimeparent.c', |
829 'third_party/xdg_mime/xdgmimeparent.h', | 830 'third_party/xdg_mime/xdgmimeparent.h', |
830 ], | 831 ], |
831 }, | 832 }, |
832 ], | 833 ], |
833 }], | 834 }], |
834 ], | 835 ], |
835 } | 836 } |
OLD | NEW |