| 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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 'guid.cc', | 192 'guid.cc', |
| 193 'guid.h', | 193 'guid.h', |
| 194 'guid_posix.cc', | 194 'guid_posix.cc', |
| 195 'guid_win.cc', | 195 'guid_win.cc', |
| 196 'hash.cc', | 196 'hash.cc', |
| 197 'hash.h', | 197 'hash.h', |
| 198 'hi_res_timer_manager_posix.cc', | 198 'hi_res_timer_manager_posix.cc', |
| 199 'hi_res_timer_manager_win.cc', | 199 'hi_res_timer_manager_win.cc', |
| 200 'hi_res_timer_manager.h', | 200 'hi_res_timer_manager.h', |
| 201 'id_map.h', | 201 'id_map.h', |
| 202 'ini_parser.cc', |
| 203 'ini_parser.h', |
| 202 'ios/device_util.h', | 204 'ios/device_util.h', |
| 203 'ios/device_util.mm', | 205 'ios/device_util.mm', |
| 204 'ios/ios_util.h', | 206 'ios/ios_util.h', |
| 205 'ios/ios_util.mm', | 207 'ios/ios_util.mm', |
| 206 'ios/scoped_critical_action.h', | 208 'ios/scoped_critical_action.h', |
| 207 'ios/scoped_critical_action.mm', | 209 'ios/scoped_critical_action.mm', |
| 208 'json/json_file_value_serializer.cc', | 210 'json/json_file_value_serializer.cc', |
| 209 'json/json_file_value_serializer.h', | 211 'json/json_file_value_serializer.h', |
| 210 'json/json_parser.cc', | 212 'json/json_parser.cc', |
| 211 'json/json_parser.h', | 213 'json/json_parser.h', |
| (...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 841 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 843 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 842 'sources/': [ | 844 'sources/': [ |
| 843 ['exclude', '^third_party/nspr/'], | 845 ['exclude', '^third_party/nspr/'], |
| 844 ], | 846 ], |
| 845 }], | 847 }], |
| 846 ], | 848 ], |
| 847 }], | 849 }], |
| 848 ], | 850 ], |
| 849 }, | 851 }, |
| 850 } | 852 } |
| OLD | NEW |