OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 'observer_list_threadsafe.h', | 145 'observer_list_threadsafe.h', |
146 'path_service.cc', | 146 'path_service.cc', |
147 'path_service.h', | 147 'path_service.h', |
148 'pickle.cc', | 148 'pickle.cc', |
149 'pickle.h', | 149 'pickle.h', |
150 'platform_file.cc', | 150 'platform_file.cc', |
151 'platform_file.h', | 151 'platform_file.h', |
152 'platform_file_posix.cc', | 152 'platform_file_posix.cc', |
153 'platform_file_win.cc', | 153 'platform_file_win.cc', |
154 'port.h', | 154 'port.h', |
| 155 'prebind.h', |
155 'process.h', | 156 'process.h', |
156 'process_linux.cc', | 157 'process_linux.cc', |
157 'process_posix.cc', | 158 'process_posix.cc', |
158 'process_util.cc', | 159 'process_util.cc', |
159 'process_util.h', | 160 'process_util.h', |
160 'process_util_linux.cc', | 161 'process_util_linux.cc', |
161 'process_util_mac.mm', | 162 'process_util_mac.mm', |
162 'process_util_posix.cc', | 163 'process_util_posix.cc', |
163 'process_util_win.cc', | 164 'process_util_win.cc', |
164 'process_win.cc', | 165 'process_win.cc', |
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
732 'third_party/xdg_mime/xdgmimemagic.c', | 733 'third_party/xdg_mime/xdgmimemagic.c', |
733 'third_party/xdg_mime/xdgmimemagic.h', | 734 'third_party/xdg_mime/xdgmimemagic.h', |
734 'third_party/xdg_mime/xdgmimeparent.c', | 735 'third_party/xdg_mime/xdgmimeparent.c', |
735 'third_party/xdg_mime/xdgmimeparent.h', | 736 'third_party/xdg_mime/xdgmimeparent.h', |
736 ], | 737 ], |
737 }, | 738 }, |
738 ], | 739 ], |
739 }], | 740 }], |
740 ], | 741 ], |
741 } | 742 } |
OLD | NEW |