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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 'native_library.h', | 198 'native_library.h', |
199 'native_library_mac.mm', | 199 'native_library_mac.mm', |
200 'native_library_posix.cc', | 200 'native_library_posix.cc', |
201 'native_library_win.cc', | 201 'native_library_win.cc', |
202 'observer_list.h', | 202 'observer_list.h', |
203 'observer_list_threadsafe.h', | 203 'observer_list_threadsafe.h', |
204 'os_compat_android.cc', | 204 'os_compat_android.cc', |
205 'os_compat_android.h', | 205 'os_compat_android.h', |
206 'path_service.cc', | 206 'path_service.cc', |
207 'path_service.h', | 207 'path_service.h', |
| 208 'pending_task.cc', |
| 209 'pending_task.h', |
208 'pickle.cc', | 210 'pickle.cc', |
209 'pickle.h', | 211 'pickle.h', |
210 'platform_file.cc', | 212 'platform_file.cc', |
211 'platform_file.h', | 213 'platform_file.h', |
212 'platform_file_posix.cc', | 214 'platform_file_posix.cc', |
213 'platform_file_win.cc', | 215 'platform_file_win.cc', |
214 'port.h', | 216 'port.h', |
215 'process.h', | 217 'process.h', |
216 'process_linux.cc', | 218 'process_linux.cc', |
217 'process_posix.cc', | 219 'process_posix.cc', |
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
836 'third_party/xdg_mime/xdgmimemagic.c', | 838 'third_party/xdg_mime/xdgmimemagic.c', |
837 'third_party/xdg_mime/xdgmimemagic.h', | 839 'third_party/xdg_mime/xdgmimemagic.h', |
838 'third_party/xdg_mime/xdgmimeparent.c', | 840 'third_party/xdg_mime/xdgmimeparent.c', |
839 'third_party/xdg_mime/xdgmimeparent.h', | 841 'third_party/xdg_mime/xdgmimeparent.h', |
840 ], | 842 ], |
841 }, | 843 }, |
842 ], | 844 ], |
843 }], | 845 }], |
844 ], | 846 ], |
845 } | 847 } |
OLD | NEW |