| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 'files/file_path_watcher_win.cc', | 144 'files/file_path_watcher_win.cc', |
| 145 'float_util.h', | 145 'float_util.h', |
| 146 'format_macros.h', | 146 'format_macros.h', |
| 147 'global_descriptors_posix.cc', | 147 'global_descriptors_posix.cc', |
| 148 'global_descriptors_posix.h', | 148 'global_descriptors_posix.h', |
| 149 'gtest_prod_util.h', | 149 'gtest_prod_util.h', |
| 150 'guid.cc', | 150 'guid.cc', |
| 151 'guid.h', | 151 'guid.h', |
| 152 'guid_posix.cc', | 152 'guid_posix.cc', |
| 153 'guid_win.cc', | 153 'guid_win.cc', |
| 154 'hash.cc', |
| 155 'hash.h', |
| 154 'hash_tables.h', | 156 'hash_tables.h', |
| 155 'hi_res_timer_manager_posix.cc', | 157 'hi_res_timer_manager_posix.cc', |
| 156 'hi_res_timer_manager_win.cc', | 158 'hi_res_timer_manager_win.cc', |
| 157 'hi_res_timer_manager.h', | 159 'hi_res_timer_manager.h', |
| 158 'id_map.h', | 160 'id_map.h', |
| 159 'ios/device_util.h', | 161 'ios/device_util.h', |
| 160 'ios/device_util.mm', | 162 'ios/device_util.mm', |
| 161 'ios/scoped_critical_action.h', | 163 'ios/scoped_critical_action.h', |
| 162 'ios/scoped_critical_action.mm', | 164 'ios/scoped_critical_action.mm', |
| 163 'json/json_file_value_serializer.cc', | 165 'json/json_file_value_serializer.cc', |
| (...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 680 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 682 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
| 681 # command-line-string limitation when building NaCl on Windows. | 683 # command-line-string limitation when building NaCl on Windows. |
| 682 ['OS == "win" and >(nacl_untrusted_build)==1', { | 684 ['OS == "win" and >(nacl_untrusted_build)==1', { |
| 683 'sources/': [ ['exclude', '\\.h$'] ], | 685 'sources/': [ ['exclude', '\\.h$'] ], |
| 684 }], | 686 }], |
| 685 ], | 687 ], |
| 686 }], | 688 }], |
| 687 ], | 689 ], |
| 688 }, | 690 }, |
| 689 } | 691 } |
| OLD | NEW |