| 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 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 511 'version.cc', | 511 'version.cc', |
| 512 'version.h', | 512 'version.h', |
| 513 'vlog.cc', | 513 'vlog.cc', |
| 514 'vlog.h', | 514 'vlog.h', |
| 515 'nix/mime_util_xdg.cc', | 515 'nix/mime_util_xdg.cc', |
| 516 'nix/mime_util_xdg.h', | 516 'nix/mime_util_xdg.h', |
| 517 'nix/xdg_util.cc', | 517 'nix/xdg_util.cc', |
| 518 'nix/xdg_util.h', | 518 'nix/xdg_util.h', |
| 519 'win/enum_variant.h', | 519 'win/enum_variant.h', |
| 520 'win/enum_variant.cc', | 520 'win/enum_variant.cc', |
| 521 'win/delay_load_hook.h', |
| 522 'win/delay_load_hook.cc', |
| 521 'win/event_trace_consumer.h', | 523 'win/event_trace_consumer.h', |
| 522 'win/event_trace_controller.cc', | 524 'win/event_trace_controller.cc', |
| 523 'win/event_trace_controller.h', | 525 'win/event_trace_controller.h', |
| 524 'win/event_trace_provider.cc', | 526 'win/event_trace_provider.cc', |
| 525 'win/event_trace_provider.h', | 527 'win/event_trace_provider.h', |
| 526 'win/i18n.cc', | 528 'win/i18n.cc', |
| 527 'win/i18n.h', | 529 'win/i18n.h', |
| 528 'win/iat_patch_function.cc', | 530 'win/iat_patch_function.cc', |
| 529 'win/iat_patch_function.h', | 531 'win/iat_patch_function.h', |
| 530 'win/iunknown_impl.h', | 532 'win/iunknown_impl.h', |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 751 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 750 'sources/': [ | 752 'sources/': [ |
| 751 ['exclude', '^third_party/nspr/'], | 753 ['exclude', '^third_party/nspr/'], |
| 752 ], | 754 ], |
| 753 }], | 755 }], |
| 754 ], | 756 ], |
| 755 }], | 757 }], |
| 756 ], | 758 ], |
| 757 }, | 759 }, |
| 758 } | 760 } |
| OLD | NEW |