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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 'file_util_posix.cc', | 174 'file_util_posix.cc', |
175 'file_util_win.cc', | 175 'file_util_win.cc', |
176 'file_version_info.h', | 176 'file_version_info.h', |
177 'file_version_info_mac.h', | 177 'file_version_info_mac.h', |
178 'file_version_info_mac.mm', | 178 'file_version_info_mac.mm', |
179 'file_version_info_win.cc', | 179 'file_version_info_win.cc', |
180 'file_version_info_win.h', | 180 'file_version_info_win.h', |
181 'files/dir_reader_fallback.h', | 181 'files/dir_reader_fallback.h', |
182 'files/dir_reader_linux.h', | 182 'files/dir_reader_linux.h', |
183 'files/dir_reader_posix.h', | 183 'files/dir_reader_posix.h', |
| 184 'files/file.cc', |
| 185 'files/file.h', |
184 'files/file_enumerator.cc', | 186 'files/file_enumerator.cc', |
185 'files/file_enumerator.h', | 187 'files/file_enumerator.h', |
186 'files/file_enumerator_posix.cc', | 188 'files/file_enumerator_posix.cc', |
187 'files/file_enumerator_win.cc', | 189 'files/file_enumerator_win.cc', |
188 'files/file_path.cc', | 190 'files/file_path.cc', |
189 'files/file_path.h', | 191 'files/file_path.h', |
190 'files/file_path_constants.cc', | 192 'files/file_path_constants.cc', |
191 'files/file_path_watcher.cc', | 193 'files/file_path_watcher.cc', |
192 'files/file_path_watcher.h', | 194 'files/file_path_watcher.h', |
193 'files/file_path_watcher_kqueue.cc', | 195 'files/file_path_watcher_kqueue.cc', |
194 'files/file_path_watcher_linux.cc', | 196 'files/file_path_watcher_linux.cc', |
195 'files/file_path_watcher_stub.cc', | 197 'files/file_path_watcher_stub.cc', |
196 'files/file_path_watcher_win.cc', | 198 'files/file_path_watcher_win.cc', |
| 199 'files/file_posix.cc', |
197 'files/file_util_proxy.cc', | 200 'files/file_util_proxy.cc', |
198 'files/file_util_proxy.h', | 201 'files/file_util_proxy.h', |
| 202 'files/file_win.cc', |
199 'files/important_file_writer.h', | 203 'files/important_file_writer.h', |
200 'files/important_file_writer.cc', | 204 'files/important_file_writer.cc', |
201 'files/memory_mapped_file.cc', | 205 'files/memory_mapped_file.cc', |
202 'files/memory_mapped_file.h', | 206 'files/memory_mapped_file.h', |
203 'files/memory_mapped_file_posix.cc', | 207 'files/memory_mapped_file_posix.cc', |
204 'files/memory_mapped_file_win.cc', | 208 'files/memory_mapped_file_win.cc', |
205 'files/scoped_platform_file_closer.cc', | 209 'files/scoped_platform_file_closer.cc', |
206 'files/scoped_platform_file_closer.h', | 210 'files/scoped_platform_file_closer.h', |
207 'files/scoped_temp_dir.cc', | 211 'files/scoped_temp_dir.cc', |
208 'files/scoped_temp_dir.h', | 212 'files/scoped_temp_dir.h', |
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
940 ['<(toolkit_uses_gtk) == 1', { | 944 ['<(toolkit_uses_gtk) == 1', { |
941 'sources!': [ | 945 'sources!': [ |
942 'x11/x11_error_tracker.cc', | 946 'x11/x11_error_tracker.cc', |
943 ], | 947 ], |
944 }], | 948 }], |
945 ], | 949 ], |
946 }], | 950 }], |
947 ], | 951 ], |
948 }, | 952 }, |
949 } | 953 } |
OLD | NEW |