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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 'value_conversions.h', | 360 'value_conversions.h', |
361 'version.cc', | 361 'version.cc', |
362 'version.h', | 362 'version.h', |
363 'vlog.cc', | 363 'vlog.cc', |
364 'vlog.h', | 364 'vlog.h', |
365 'nix/mime_util_xdg.cc', | 365 'nix/mime_util_xdg.cc', |
366 'nix/mime_util_xdg.h', | 366 'nix/mime_util_xdg.h', |
367 'nix/xdg_util.cc', | 367 'nix/xdg_util.cc', |
368 'nix/xdg_util.h', | 368 'nix/xdg_util.h', |
369 'wayland/wayland_event.h', | 369 'wayland/wayland_event.h', |
| 370 'win/enum_variant.h', |
| 371 'win/enum_variant.cc', |
370 'win/event_trace_consumer.h', | 372 'win/event_trace_consumer.h', |
371 'win/event_trace_controller.cc', | 373 'win/event_trace_controller.cc', |
372 'win/event_trace_controller.h', | 374 'win/event_trace_controller.h', |
373 'win/event_trace_provider.cc', | 375 'win/event_trace_provider.cc', |
374 'win/event_trace_provider.h', | 376 'win/event_trace_provider.h', |
375 'win/i18n.cc', | 377 'win/i18n.cc', |
376 'win/i18n.h', | 378 'win/i18n.h', |
377 'win/iat_patch_function.cc', | 379 'win/iat_patch_function.cc', |
378 'win/iat_patch_function.h', | 380 'win/iat_patch_function.h', |
| 381 'win/iunknown_impl.h', |
| 382 'win/iunknown_impl.cc', |
379 'win/object_watcher.cc', | 383 'win/object_watcher.cc', |
380 'win/object_watcher.h', | 384 'win/object_watcher.h', |
381 'win/registry.cc', | 385 'win/registry.cc', |
382 'win/registry.h', | 386 'win/registry.h', |
383 'win/resource_util.cc', | 387 'win/resource_util.cc', |
384 'win/resource_util.h', | 388 'win/resource_util.h', |
385 'win/scoped_bstr.cc', | 389 'win/scoped_bstr.cc', |
386 'win/scoped_bstr.h', | 390 'win/scoped_bstr.h', |
387 'win/scoped_co_mem.h', | 391 'win/scoped_co_mem.h', |
388 'win/scoped_com_initializer.h', | 392 'win/scoped_com_initializer.h', |
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
866 'third_party/xdg_mime/xdgmimemagic.c', | 870 'third_party/xdg_mime/xdgmimemagic.c', |
867 'third_party/xdg_mime/xdgmimemagic.h', | 871 'third_party/xdg_mime/xdgmimemagic.h', |
868 'third_party/xdg_mime/xdgmimeparent.c', | 872 'third_party/xdg_mime/xdgmimeparent.c', |
869 'third_party/xdg_mime/xdgmimeparent.h', | 873 'third_party/xdg_mime/xdgmimeparent.h', |
870 ], | 874 ], |
871 }, | 875 }, |
872 ], | 876 ], |
873 }], | 877 }], |
874 ], | 878 ], |
875 } | 879 } |
OLD | NEW |