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 '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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
408 'value_conversions.cc', | 408 'value_conversions.cc', |
409 'value_conversions.h', | 409 'value_conversions.h', |
410 'version.cc', | 410 'version.cc', |
411 'version.h', | 411 'version.h', |
412 'vlog.cc', | 412 'vlog.cc', |
413 'vlog.h', | 413 'vlog.h', |
414 'nix/mime_util_xdg.cc', | 414 'nix/mime_util_xdg.cc', |
415 'nix/mime_util_xdg.h', | 415 'nix/mime_util_xdg.h', |
416 'nix/xdg_util.cc', | 416 'nix/xdg_util.cc', |
417 'nix/xdg_util.h', | 417 'nix/xdg_util.h', |
418 'win/accessibility_misc_utils.h', | |
419 'win/accessibility_misc_utils.cc', | |
420 'win/enum_variant.h', | 418 'win/enum_variant.h', |
421 'win/enum_variant.cc', | 419 'win/enum_variant.cc', |
422 'win/event_trace_consumer.h', | 420 'win/event_trace_consumer.h', |
423 'win/event_trace_controller.cc', | 421 'win/event_trace_controller.cc', |
424 'win/event_trace_controller.h', | 422 'win/event_trace_controller.h', |
425 'win/event_trace_provider.cc', | 423 'win/event_trace_provider.cc', |
426 'win/event_trace_provider.h', | 424 'win/event_trace_provider.h', |
427 'win/i18n.cc', | 425 'win/i18n.cc', |
428 'win/i18n.h', | 426 'win/i18n.h', |
429 'win/iat_patch_function.cc', | 427 'win/iat_patch_function.cc', |
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
942 'third_party/xdg_mime/xdgmimemagic.c', | 940 'third_party/xdg_mime/xdgmimemagic.c', |
943 'third_party/xdg_mime/xdgmimemagic.h', | 941 'third_party/xdg_mime/xdgmimemagic.h', |
944 'third_party/xdg_mime/xdgmimeparent.c', | 942 'third_party/xdg_mime/xdgmimeparent.c', |
945 'third_party/xdg_mime/xdgmimeparent.h', | 943 'third_party/xdg_mime/xdgmimeparent.h', |
946 ], | 944 ], |
947 }, | 945 }, |
948 ], | 946 ], |
949 }], | 947 }], |
950 ], | 948 ], |
951 } | 949 } |
OLD | NEW |