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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 'file_version_info_win.h', | 139 'file_version_info_win.h', |
140 'files/dir_reader_fallback.h', | 140 'files/dir_reader_fallback.h', |
141 'files/dir_reader_linux.h', | 141 'files/dir_reader_linux.h', |
142 'files/dir_reader_posix.h', | 142 'files/dir_reader_posix.h', |
143 'files/file_path_watcher.cc', | 143 'files/file_path_watcher.cc', |
144 'files/file_path_watcher.h', | 144 'files/file_path_watcher.h', |
145 'files/file_path_watcher_kqueue.cc', | 145 'files/file_path_watcher_kqueue.cc', |
146 'files/file_path_watcher_linux.cc', | 146 'files/file_path_watcher_linux.cc', |
147 'files/file_path_watcher_stub.cc', | 147 'files/file_path_watcher_stub.cc', |
148 'files/file_path_watcher_win.cc', | 148 'files/file_path_watcher_win.cc', |
| 149 'files/important_file_writer.h', |
| 150 'files/important_file_writer.cc', |
149 'float_util.h', | 151 'float_util.h', |
150 'format_macros.h', | 152 'format_macros.h', |
151 'global_descriptors_posix.cc', | 153 'global_descriptors_posix.cc', |
152 'global_descriptors_posix.h', | 154 'global_descriptors_posix.h', |
153 'gtest_prod_util.h', | 155 'gtest_prod_util.h', |
154 'guid.cc', | 156 'guid.cc', |
155 'guid.h', | 157 'guid.h', |
156 'guid_posix.cc', | 158 'guid_posix.cc', |
157 'guid_win.cc', | 159 'guid_win.cc', |
158 'hash.cc', | 160 'hash.cc', |
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
705 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 707 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
706 # command-line-string limitation when building NaCl on Windows. | 708 # command-line-string limitation when building NaCl on Windows. |
707 ['OS == "win" and >(nacl_untrusted_build)==1', { | 709 ['OS == "win" and >(nacl_untrusted_build)==1', { |
708 'sources/': [ ['exclude', '\\.h$'] ], | 710 'sources/': [ ['exclude', '\\.h$'] ], |
709 }], | 711 }], |
710 ], | 712 ], |
711 }], | 713 }], |
712 ], | 714 ], |
713 }, | 715 }, |
714 } | 716 } |
OLD | NEW |