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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 'file_util_android.cc', | 167 'file_util_android.cc', |
168 'file_util_linux.cc', | 168 'file_util_linux.cc', |
169 'file_util_mac.mm', | 169 'file_util_mac.mm', |
170 'file_util_posix.cc', | 170 'file_util_posix.cc', |
171 'file_util_win.cc', | 171 'file_util_win.cc', |
172 'file_version_info.h', | 172 'file_version_info.h', |
173 'file_version_info_mac.h', | 173 'file_version_info_mac.h', |
174 'file_version_info_mac.mm', | 174 'file_version_info_mac.mm', |
175 'file_version_info_win.cc', | 175 'file_version_info_win.cc', |
176 'file_version_info_win.h', | 176 'file_version_info_win.h', |
| 177 'files/base_file.cc', |
| 178 'files/base_file.h', |
| 179 'files/base_file_posix.cc', |
| 180 'files/base_file_win.cc', |
177 'files/dir_reader_fallback.h', | 181 'files/dir_reader_fallback.h', |
178 'files/dir_reader_linux.h', | 182 'files/dir_reader_linux.h', |
179 'files/dir_reader_posix.h', | 183 'files/dir_reader_posix.h', |
180 'files/file_enumerator.cc', | 184 'files/file_enumerator.cc', |
181 'files/file_enumerator.h', | 185 'files/file_enumerator.h', |
182 'files/file_enumerator_posix.cc', | 186 'files/file_enumerator_posix.cc', |
183 'files/file_enumerator_win.cc', | 187 'files/file_enumerator_win.cc', |
184 'files/file_path.cc', | 188 'files/file_path.cc', |
185 'files/file_path.h', | 189 'files/file_path.h', |
186 'files/file_path_constants.cc', | 190 'files/file_path_constants.cc', |
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
935 ['<(toolkit_uses_gtk) == 1', { | 939 ['<(toolkit_uses_gtk) == 1', { |
936 'sources!': [ | 940 'sources!': [ |
937 'x11/x11_error_tracker.cc', | 941 'x11/x11_error_tracker.cc', |
938 ], | 942 ], |
939 }], | 943 }], |
940 ], | 944 ], |
941 }], | 945 }], |
942 ], | 946 ], |
943 }, | 947 }, |
944 } | 948 } |
OLD | NEW |