| 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 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 'value_conversions.cc', | 523 'value_conversions.cc', |
| 524 'value_conversions.h', | 524 'value_conversions.h', |
| 525 'version.cc', | 525 'version.cc', |
| 526 'version.h', | 526 'version.h', |
| 527 'vlog.cc', | 527 'vlog.cc', |
| 528 'vlog.h', | 528 'vlog.h', |
| 529 'nix/mime_util_xdg.cc', | 529 'nix/mime_util_xdg.cc', |
| 530 'nix/mime_util_xdg.h', | 530 'nix/mime_util_xdg.h', |
| 531 'nix/xdg_util.cc', | 531 'nix/xdg_util.cc', |
| 532 'nix/xdg_util.h', | 532 'nix/xdg_util.h', |
| 533 'win/delay_load_hook.h', |
| 534 'win/delay_load_hook.cc', |
| 533 'win/enum_variant.h', | 535 'win/enum_variant.h', |
| 534 'win/enum_variant.cc', | 536 'win/enum_variant.cc', |
| 535 'win/event_trace_consumer.h', | 537 'win/event_trace_consumer.h', |
| 536 'win/event_trace_controller.cc', | 538 'win/event_trace_controller.cc', |
| 537 'win/event_trace_controller.h', | 539 'win/event_trace_controller.h', |
| 538 'win/event_trace_provider.cc', | 540 'win/event_trace_provider.cc', |
| 539 'win/event_trace_provider.h', | 541 'win/event_trace_provider.h', |
| 540 'win/i18n.cc', | 542 'win/i18n.cc', |
| 541 'win/i18n.h', | 543 'win/i18n.h', |
| 542 'win/iat_patch_function.cc', | 544 'win/iat_patch_function.cc', |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 763 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 765 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 764 'sources/': [ | 766 'sources/': [ |
| 765 ['exclude', '^third_party/nspr/'], | 767 ['exclude', '^third_party/nspr/'], |
| 766 ], | 768 ], |
| 767 }], | 769 }], |
| 768 ], | 770 ], |
| 769 }], | 771 }], |
| 770 ], | 772 ], |
| 771 }, | 773 }, |
| 772 } | 774 } |
| OLD | NEW |