| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1071 'extensions_strings.gyp:extensions_strings', | 1071 'extensions_strings.gyp:extensions_strings', |
| 1072 'extensions_test_support', | 1072 'extensions_test_support', |
| 1073 ], | 1073 ], |
| 1074 # Needed for third_party libraries like leveldb. | 1074 # Needed for third_party libraries like leveldb. |
| 1075 'include_dirs': [ | 1075 'include_dirs': [ |
| 1076 '..', | 1076 '..', |
| 1077 ], | 1077 ], |
| 1078 'sources': [ | 1078 'sources': [ |
| 1079 'browser/api/api_resource_manager_unittest.cc', | 1079 'browser/api/api_resource_manager_unittest.cc', |
| 1080 'browser/api/bluetooth/bluetooth_event_router_unittest.cc', | 1080 'browser/api/bluetooth/bluetooth_event_router_unittest.cc', |
| 1081 'browser/api/cast_channel/cast_auth_util_unittest.cc', |
| 1081 'browser/api/cast_channel/cast_channel_api_unittest.cc', | 1082 'browser/api/cast_channel/cast_channel_api_unittest.cc', |
| 1082 'browser/api/cast_channel/cast_framer_unittest.cc', | 1083 'browser/api/cast_channel/cast_framer_unittest.cc', |
| 1083 'browser/api/cast_channel/cast_socket_unittest.cc', | 1084 'browser/api/cast_channel/cast_socket_unittest.cc', |
| 1084 'browser/api/cast_channel/cast_transport_unittest.cc', | 1085 'browser/api/cast_channel/cast_transport_unittest.cc', |
| 1085 'browser/api/cast_channel/logger_unittest.cc', | 1086 'browser/api/cast_channel/logger_unittest.cc', |
| 1086 'browser/api/declarative/declarative_rule_unittest.cc', | 1087 'browser/api/declarative/declarative_rule_unittest.cc', |
| 1087 'browser/api/declarative/deduping_factory_unittest.cc', | 1088 'browser/api/declarative/deduping_factory_unittest.cc', |
| 1088 'browser/api/declarative/rules_registry_unittest.cc', | 1089 'browser/api/declarative/rules_registry_unittest.cc', |
| 1089 'browser/api/declarative_webrequest/webrequest_condition_unittest.cc', | 1090 'browser/api/declarative_webrequest/webrequest_condition_unittest.cc', |
| 1090 'browser/api/declarative_webrequest/webrequest_condition_attribute_unitt
est.cc', | 1091 'browser/api/declarative_webrequest/webrequest_condition_attribute_unitt
est.cc', |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1174 'conditions': [ | 1175 'conditions': [ |
| 1175 ['OS=="win" and win_use_allocator_shim==1', { | 1176 ['OS=="win" and win_use_allocator_shim==1', { |
| 1176 'dependencies': [ | 1177 'dependencies': [ |
| 1177 '../base/allocator/allocator.gyp:allocator', | 1178 '../base/allocator/allocator.gyp:allocator', |
| 1178 ], | 1179 ], |
| 1179 }], | 1180 }], |
| 1180 ], | 1181 ], |
| 1181 }, | 1182 }, |
| 1182 ] | 1183 ] |
| 1183 } | 1184 } |
| OLD | NEW |