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 'includes': [ | 6 'includes': [ |
7 'trace_event/trace_event.gypi', | 7 'trace_event/trace_event.gypi', |
8 ], | 8 ], |
9 'target_defaults': { | 9 'target_defaults': { |
10 'variables': { | 10 'variables': { |
(...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
816 'process/kill_posix.cc', | 816 'process/kill_posix.cc', |
817 'process/launch.cc', | 817 'process/launch.cc', |
818 'process/launch_posix.cc', | 818 'process/launch_posix.cc', |
819 'process/process_metrics.cc', | 819 'process/process_metrics.cc', |
820 'process/process_metrics_posix.cc', | 820 'process/process_metrics_posix.cc', |
821 'process/process_posix.cc', | 821 'process/process_posix.cc', |
822 'rand_util_posix.cc', | 822 'rand_util_posix.cc', |
823 'scoped_native_library.cc', | 823 'scoped_native_library.cc', |
824 'sys_info.cc', | 824 'sys_info.cc', |
825 'sys_info_posix.cc', | 825 'sys_info_posix.cc', |
826 'trace_event/process_memory_maps_dump_provider.cc', | |
Primiano Tucci (use gerrit)
2015/10/07 16:35:48
why this change in base.gypi?
| |
826 'third_party/dynamic_annotations/dynamic_annotations.c', | 827 'third_party/dynamic_annotations/dynamic_annotations.c', |
827 ], | 828 ], |
828 'sources/': [ | 829 'sources/': [ |
829 ['include', '^threading/platform_thread_linux\\.cc$'], | 830 ['include', '^threading/platform_thread_linux\\.cc$'], |
830 ], | 831 ], |
831 }], | 832 }], |
832 ['OS == "android" and >(nacl_untrusted_build)==0', { | 833 ['OS == "android" and >(nacl_untrusted_build)==0', { |
833 'sources!': [ | 834 'sources!': [ |
834 'base_paths_posix.cc', | 835 'base_paths_posix.cc', |
835 'files/file_path_watcher_fsevents.cc', | 836 'files/file_path_watcher_fsevents.cc', |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1042 'i18n/time_formatting.h', | 1043 'i18n/time_formatting.h', |
1043 'i18n/timezone.cc', | 1044 'i18n/timezone.cc', |
1044 'i18n/timezone.h', | 1045 'i18n/timezone.h', |
1045 'i18n/utf8_validator_tables.cc', | 1046 'i18n/utf8_validator_tables.cc', |
1046 'i18n/utf8_validator_tables.h', | 1047 'i18n/utf8_validator_tables.h', |
1047 ], | 1048 ], |
1048 }] | 1049 }] |
1049 ], | 1050 ], |
1050 }, | 1051 }, |
1051 } | 1052 } |
OLD | NEW |