| 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.cc', |
| 359 'win/atl_module.h', |
| 358 'win/event_trace_consumer.h', | 360 'win/event_trace_consumer.h', |
| 359 'win/event_trace_controller.cc', | 361 'win/event_trace_controller.cc', |
| 360 'win/event_trace_controller.h', | 362 'win/event_trace_controller.h', |
| 361 'win/event_trace_provider.cc', | 363 'win/event_trace_provider.cc', |
| 362 'win/event_trace_provider.h', | 364 'win/event_trace_provider.h', |
| 363 'win/i18n.cc', | 365 'win/i18n.cc', |
| 364 'win/i18n.h', | 366 'win/i18n.h', |
| 365 'win/iat_patch_function.cc', | 367 'win/iat_patch_function.cc', |
| 366 'win/iat_patch_function.h', | 368 'win/iat_patch_function.h', |
| 367 'win/object_watcher.cc', | 369 'win/object_watcher.cc', |
| (...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 826 'third_party/xdg_mime/xdgmimemagic.c', | 828 'third_party/xdg_mime/xdgmimemagic.c', |
| 827 'third_party/xdg_mime/xdgmimemagic.h', | 829 'third_party/xdg_mime/xdgmimemagic.h', |
| 828 'third_party/xdg_mime/xdgmimeparent.c', | 830 'third_party/xdg_mime/xdgmimeparent.c', |
| 829 'third_party/xdg_mime/xdgmimeparent.h', | 831 'third_party/xdg_mime/xdgmimeparent.h', |
| 830 ], | 832 ], |
| 831 }, | 833 }, |
| 832 ], | 834 ], |
| 833 }], | 835 }], |
| 834 ], | 836 ], |
| 835 } | 837 } |
| OLD | NEW |