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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
353 'values.cc', | 353 'values.cc', |
354 'values.h', | 354 'values.h', |
355 'value_conversions.cc', | 355 'value_conversions.cc', |
356 'value_conversions.h', | 356 'value_conversions.h', |
357 'version.cc', | 357 'version.cc', |
358 'version.h', | 358 'version.h', |
359 'vlog.cc', | 359 'vlog.cc', |
360 'vlog.h', | 360 'vlog.h', |
361 'nix/xdg_util.cc', | 361 'nix/xdg_util.cc', |
362 'nix/xdg_util.h', | 362 'nix/xdg_util.h', |
| 363 'wayland/wayland_event.h', |
363 'win/event_trace_consumer.h', | 364 'win/event_trace_consumer.h', |
364 'win/event_trace_controller.cc', | 365 'win/event_trace_controller.cc', |
365 'win/event_trace_controller.h', | 366 'win/event_trace_controller.h', |
366 'win/event_trace_provider.cc', | 367 'win/event_trace_provider.cc', |
367 'win/event_trace_provider.h', | 368 'win/event_trace_provider.h', |
368 'win/i18n.cc', | 369 'win/i18n.cc', |
369 'win/i18n.h', | 370 'win/i18n.h', |
370 'win/iat_patch_function.cc', | 371 'win/iat_patch_function.cc', |
371 'win/iat_patch_function.h', | 372 'win/iat_patch_function.h', |
372 'win/object_watcher.cc', | 373 'win/object_watcher.cc', |
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
831 'third_party/xdg_mime/xdgmimemagic.c', | 832 'third_party/xdg_mime/xdgmimemagic.c', |
832 'third_party/xdg_mime/xdgmimemagic.h', | 833 'third_party/xdg_mime/xdgmimemagic.h', |
833 'third_party/xdg_mime/xdgmimeparent.c', | 834 'third_party/xdg_mime/xdgmimeparent.c', |
834 'third_party/xdg_mime/xdgmimeparent.h', | 835 'third_party/xdg_mime/xdgmimeparent.h', |
835 ], | 836 ], |
836 }, | 837 }, |
837 ], | 838 ], |
838 }], | 839 }], |
839 ], | 840 ], |
840 } | 841 } |
OLD | NEW |