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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
694 'sources!': [ | 694 'sources!': [ |
695 'allocator/type_profiler_control.cc', | 695 'allocator/type_profiler_control.cc', |
696 'allocator/type_profiler_control.h', | 696 'allocator/type_profiler_control.h', |
697 'base_paths.cc', | 697 'base_paths.cc', |
698 'cpu.cc', | 698 'cpu.cc', |
699 'debug/stack_trace_posix.cc', | 699 'debug/stack_trace_posix.cc', |
700 'file_util.cc', | 700 'file_util.cc', |
701 'file_util_posix.cc', | 701 'file_util_posix.cc', |
702 'files/file_enumerator_posix.cc', | 702 'files/file_enumerator_posix.cc', |
703 'files/file_path_watcher_kqueue.cc', | 703 'files/file_path_watcher_kqueue.cc', |
| 704 'files/file_util_proxy.cc', |
704 'memory/shared_memory_posix.cc', | 705 'memory/shared_memory_posix.cc', |
705 'native_library_posix.cc', | 706 'native_library_posix.cc', |
706 'path_service.cc', | 707 'path_service.cc', |
707 'posix/unix_domain_socket_linux.cc', | 708 'posix/unix_domain_socket_linux.cc', |
708 'process/kill_posix.cc', | 709 'process/kill_posix.cc', |
709 'process/launch_posix.cc', | 710 'process/launch_posix.cc', |
710 'process/process_metrics_posix.cc', | 711 'process/process_metrics_posix.cc', |
711 'process/process_posix.cc', | 712 'process/process_posix.cc', |
712 'rand_util_posix.cc', | 713 'rand_util_posix.cc', |
713 'scoped_native_library.cc', | 714 'scoped_native_library.cc', |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
877 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 878 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
878 'sources/': [ | 879 'sources/': [ |
879 ['exclude', '^third_party/nspr/'], | 880 ['exclude', '^third_party/nspr/'], |
880 ], | 881 ], |
881 }], | 882 }], |
882 ], | 883 ], |
883 }], | 884 }], |
884 ], | 885 ], |
885 }, | 886 }, |
886 } | 887 } |
OLD | NEW |