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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
394 'value_conversions.h', | 394 'value_conversions.h', |
395 'version.cc', | 395 'version.cc', |
396 'version.h', | 396 'version.h', |
397 'vlog.cc', | 397 'vlog.cc', |
398 'vlog.h', | 398 'vlog.h', |
399 'nix/mime_util_xdg.cc', | 399 'nix/mime_util_xdg.cc', |
400 'nix/mime_util_xdg.h', | 400 'nix/mime_util_xdg.h', |
401 'nix/xdg_util.cc', | 401 'nix/xdg_util.cc', |
402 'nix/xdg_util.h', | 402 'nix/xdg_util.h', |
403 'wayland/wayland_event.h', | 403 'wayland/wayland_event.h', |
| 404 'win/accessibility_misc_utils.h', |
| 405 'win/accessibility_misc_utils.cc', |
404 'win/enum_variant.h', | 406 'win/enum_variant.h', |
405 'win/enum_variant.cc', | 407 'win/enum_variant.cc', |
406 'win/event_trace_consumer.h', | 408 'win/event_trace_consumer.h', |
407 'win/event_trace_controller.cc', | 409 'win/event_trace_controller.cc', |
408 'win/event_trace_controller.h', | 410 'win/event_trace_controller.h', |
409 'win/event_trace_provider.cc', | 411 'win/event_trace_provider.cc', |
410 'win/event_trace_provider.h', | 412 'win/event_trace_provider.h', |
411 'win/i18n.cc', | 413 'win/i18n.cc', |
412 'win/i18n.h', | 414 'win/i18n.h', |
413 'win/iat_patch_function.cc', | 415 'win/iat_patch_function.cc', |
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
917 'third_party/xdg_mime/xdgmimemagic.c', | 919 'third_party/xdg_mime/xdgmimemagic.c', |
918 'third_party/xdg_mime/xdgmimemagic.h', | 920 'third_party/xdg_mime/xdgmimemagic.h', |
919 'third_party/xdg_mime/xdgmimeparent.c', | 921 'third_party/xdg_mime/xdgmimeparent.c', |
920 'third_party/xdg_mime/xdgmimeparent.h', | 922 'third_party/xdg_mime/xdgmimeparent.h', |
921 ], | 923 ], |
922 }, | 924 }, |
923 ], | 925 ], |
924 }], | 926 }], |
925 ], | 927 ], |
926 } | 928 } |
OLD | NEW |