| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 'guid.h', | 155 'guid.h', |
| 156 'guid_posix.cc', | 156 'guid_posix.cc', |
| 157 'guid_win.cc', | 157 'guid_win.cc', |
| 158 'hash.cc', | 158 'hash.cc', |
| 159 'hash.h', | 159 'hash.h', |
| 160 'hash_tables.h', | 160 'hash_tables.h', |
| 161 'hi_res_timer_manager_posix.cc', | 161 'hi_res_timer_manager_posix.cc', |
| 162 'hi_res_timer_manager_win.cc', | 162 'hi_res_timer_manager_win.cc', |
| 163 'hi_res_timer_manager.h', | 163 'hi_res_timer_manager.h', |
| 164 'id_map.h', | 164 'id_map.h', |
| 165 'ios/scoped_critical_action.h', |
| 166 'ios/scoped_critical_action.mm', |
| 165 'ios/device_util.h', | 167 'ios/device_util.h', |
| 166 'ios/device_util.mm', | 168 'ios/device_util.mm', |
| 167 'ios/scoped_critical_action.h', | 169 'ios/ios_util.h', |
| 168 'ios/scoped_critical_action.mm', | 170 'ios/ios_util.mm', |
| 169 'json/json_file_value_serializer.cc', | 171 'json/json_file_value_serializer.cc', |
| 170 'json/json_file_value_serializer.h', | 172 'json/json_file_value_serializer.h', |
| 171 'json/json_parser.cc', | 173 'json/json_parser.cc', |
| 172 'json/json_parser.h', | 174 'json/json_parser.h', |
| 173 'json/json_reader.cc', | 175 'json/json_reader.cc', |
| 174 'json/json_reader.h', | 176 'json/json_reader.h', |
| 175 'json/json_string_value_serializer.cc', | 177 'json/json_string_value_serializer.cc', |
| 176 'json/json_string_value_serializer.h', | 178 'json/json_string_value_serializer.h', |
| 177 'json/json_value_converter.h', | 179 'json/json_value_converter.h', |
| 178 'json/json_writer.cc', | 180 'json/json_writer.cc', |
| (...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 698 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 700 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
| 699 # command-line-string limitation when building NaCl on Windows. | 701 # command-line-string limitation when building NaCl on Windows. |
| 700 ['OS == "win" and >(nacl_untrusted_build)==1', { | 702 ['OS == "win" and >(nacl_untrusted_build)==1', { |
| 701 'sources/': [ ['exclude', '\\.h$'] ], | 703 'sources/': [ ['exclude', '\\.h$'] ], |
| 702 }], | 704 }], |
| 703 ], | 705 ], |
| 704 }], | 706 }], |
| 705 ], | 707 ], |
| 706 }, | 708 }, |
| 707 } | 709 } |
| OLD | NEW |