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 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 'value_conversions.cc', | 565 'value_conversions.cc', |
566 'value_conversions.h', | 566 'value_conversions.h', |
567 'version.cc', | 567 'version.cc', |
568 'version.h', | 568 'version.h', |
569 'vlog.cc', | 569 'vlog.cc', |
570 'vlog.h', | 570 'vlog.h', |
571 'nix/mime_util_xdg.cc', | 571 'nix/mime_util_xdg.cc', |
572 'nix/mime_util_xdg.h', | 572 'nix/mime_util_xdg.h', |
573 'nix/xdg_util.cc', | 573 'nix/xdg_util.cc', |
574 'nix/xdg_util.h', | 574 'nix/xdg_util.h', |
| 575 'wayland/wayland_event.h', |
575 'win/enum_variant.h', | 576 'win/enum_variant.h', |
576 'win/enum_variant.cc', | 577 'win/enum_variant.cc', |
577 'win/event_trace_consumer.h', | 578 'win/event_trace_consumer.h', |
578 'win/event_trace_controller.cc', | 579 'win/event_trace_controller.cc', |
579 'win/event_trace_controller.h', | 580 'win/event_trace_controller.h', |
580 'win/event_trace_provider.cc', | 581 'win/event_trace_provider.cc', |
581 'win/event_trace_provider.h', | 582 'win/event_trace_provider.h', |
582 'win/i18n.cc', | 583 'win/i18n.cc', |
583 'win/i18n.h', | 584 'win/i18n.h', |
584 'win/iat_patch_function.cc', | 585 'win/iat_patch_function.cc', |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
841 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 842 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
842 'sources/': [ | 843 'sources/': [ |
843 ['exclude', '^third_party/nspr/'], | 844 ['exclude', '^third_party/nspr/'], |
844 ], | 845 ], |
845 }], | 846 }], |
846 ], | 847 ], |
847 }], | 848 }], |
848 ], | 849 ], |
849 }, | 850 }, |
850 } | 851 } |
OLD | NEW |