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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 'file_descriptor_posix.h', | 142 'file_descriptor_posix.h', |
143 'file_path.cc', | 143 'file_path.cc', |
144 'file_path.h', | 144 'file_path.h', |
145 'file_util.cc', | 145 'file_util.cc', |
146 'file_util.h', | 146 'file_util.h', |
147 'file_util_android.cc', | 147 'file_util_android.cc', |
148 'file_util_linux.cc', | 148 'file_util_linux.cc', |
149 'file_util_mac.mm', | 149 'file_util_mac.mm', |
150 'file_util_posix.cc', | 150 'file_util_posix.cc', |
151 'file_util_win.cc', | 151 'file_util_win.cc', |
152 'file_util_proxy.cc', | |
153 'file_util_proxy.h', | |
154 'file_version_info.h', | 152 'file_version_info.h', |
155 'file_version_info_mac.h', | 153 'file_version_info_mac.h', |
156 'file_version_info_mac.mm', | 154 'file_version_info_mac.mm', |
157 'file_version_info_win.cc', | 155 'file_version_info_win.cc', |
158 'file_version_info_win.h', | 156 'file_version_info_win.h', |
159 'files/dir_reader_fallback.h', | 157 'files/dir_reader_fallback.h', |
160 'files/dir_reader_linux.h', | 158 'files/dir_reader_linux.h', |
161 'files/dir_reader_posix.h', | 159 'files/dir_reader_posix.h', |
162 'files/file_path_watcher.cc', | 160 'files/file_path_watcher.cc', |
163 'files/file_path_watcher.h', | 161 'files/file_path_watcher.h', |
164 'files/file_path_watcher_kqueue.cc', | 162 'files/file_path_watcher_kqueue.cc', |
165 'files/file_path_watcher_linux.cc', | 163 'files/file_path_watcher_linux.cc', |
166 'files/file_path_watcher_stub.cc', | 164 'files/file_path_watcher_stub.cc', |
167 'files/file_path_watcher_win.cc', | 165 'files/file_path_watcher_win.cc', |
| 166 'files/file_util_proxy.cc', |
| 167 'files/file_util_proxy.h', |
168 'files/important_file_writer.h', | 168 'files/important_file_writer.h', |
169 'files/important_file_writer.cc', | 169 'files/important_file_writer.cc', |
170 'files/scoped_temp_dir.cc', | 170 'files/scoped_temp_dir.cc', |
171 'files/scoped_temp_dir.h', | 171 'files/scoped_temp_dir.h', |
172 'float_util.h', | 172 'float_util.h', |
173 'format_macros.h', | 173 'format_macros.h', |
174 'gtest_prod_util.h', | 174 'gtest_prod_util.h', |
175 'guid.cc', | 175 'guid.cc', |
176 'guid.h', | 176 'guid.h', |
177 'guid_posix.cc', | 177 'guid_posix.cc', |
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
746 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 746 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
747 'sources/': [ | 747 'sources/': [ |
748 ['exclude', '^third_party/nspr/'], | 748 ['exclude', '^third_party/nspr/'], |
749 ], | 749 ], |
750 }], | 750 }], |
751 ], | 751 ], |
752 }], | 752 }], |
753 ], | 753 ], |
754 }, | 754 }, |
755 } | 755 } |
OLD | NEW |