| 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 'files/file_path_watcher.cc', | 145 'files/file_path_watcher.cc', |
| 146 'files/file_path_watcher.h', | 146 'files/file_path_watcher.h', |
| 147 'files/file_path_watcher_kqueue.cc', | 147 'files/file_path_watcher_kqueue.cc', |
| 148 'files/file_path_watcher_linux.cc', | 148 'files/file_path_watcher_linux.cc', |
| 149 'files/file_path_watcher_stub.cc', | 149 'files/file_path_watcher_stub.cc', |
| 150 'files/file_path_watcher_win.cc', | 150 'files/file_path_watcher_win.cc', |
| 151 'files/important_file_writer.h', | 151 'files/important_file_writer.h', |
| 152 'files/important_file_writer.cc', | 152 'files/important_file_writer.cc', |
| 153 'float_util.h', | 153 'float_util.h', |
| 154 'format_macros.h', | 154 'format_macros.h', |
| 155 'global_descriptors_posix.cc', | |
| 156 'global_descriptors_posix.h', | |
| 157 'gtest_prod_util.h', | 155 'gtest_prod_util.h', |
| 158 'guid.cc', | 156 'guid.cc', |
| 159 'guid.h', | 157 'guid.h', |
| 160 'guid_posix.cc', | 158 'guid_posix.cc', |
| 161 'guid_win.cc', | 159 'guid_win.cc', |
| 162 'hash.cc', | 160 'hash.cc', |
| 163 'hash.h', | 161 'hash.h', |
| 164 'hash_tables.h', | 162 'hash_tables.h', |
| 165 'hi_res_timer_manager_posix.cc', | 163 'hi_res_timer_manager_posix.cc', |
| 166 'hi_res_timer_manager_win.cc', | 164 'hi_res_timer_manager_win.cc', |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 'path_service.h', | 299 'path_service.h', |
| 302 'pending_task.cc', | 300 'pending_task.cc', |
| 303 'pending_task.h', | 301 'pending_task.h', |
| 304 'pickle.cc', | 302 'pickle.cc', |
| 305 'pickle.h', | 303 'pickle.h', |
| 306 'platform_file.cc', | 304 'platform_file.cc', |
| 307 'platform_file.h', | 305 'platform_file.h', |
| 308 'platform_file_posix.cc', | 306 'platform_file_posix.cc', |
| 309 'platform_file_win.cc', | 307 'platform_file_win.cc', |
| 310 'port.h', | 308 'port.h', |
| 309 'posix/global_descriptors.cc', |
| 310 'posix/global_descriptors.h', |
| 311 'posix/unix_domain_socket.cc', | 311 'posix/unix_domain_socket.cc', |
| 312 'posix/unix_domain_socket.h', | 312 'posix/unix_domain_socket.h', |
| 313 'process.h', | 313 'process.h', |
| 314 'process_info.h', | 314 'process_info.h', |
| 315 'process_info_mac.cc', | 315 'process_info_mac.cc', |
| 316 'process_info_win.cc', | 316 'process_info_win.cc', |
| 317 'process_linux.cc', | 317 'process_linux.cc', |
| 318 'process_posix.cc', | 318 'process_posix.cc', |
| 319 'process_util.cc', | 319 'process_util.cc', |
| 320 'process_util.h', | 320 'process_util.h', |
| (...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 712 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 712 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
| 713 # command-line-string limitation when building NaCl on Windows. | 713 # command-line-string limitation when building NaCl on Windows. |
| 714 ['OS == "win" and >(nacl_untrusted_build)==1', { | 714 ['OS == "win" and >(nacl_untrusted_build)==1', { |
| 715 'sources/': [ ['exclude', '\\.h$'] ], | 715 'sources/': [ ['exclude', '\\.h$'] ], |
| 716 }], | 716 }], |
| 717 ], | 717 ], |
| 718 }], | 718 }], |
| 719 ], | 719 ], |
| 720 }, | 720 }, |
| 721 } | 721 } |
| OLD | NEW |