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 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1111 'extensions_test_support', | 1111 'extensions_test_support', |
1112 ], | 1112 ], |
1113 # Needed for third_party libraries like leveldb. | 1113 # Needed for third_party libraries like leveldb. |
1114 'include_dirs': [ | 1114 'include_dirs': [ |
1115 '..', | 1115 '..', |
1116 ], | 1116 ], |
1117 'sources': [ | 1117 'sources': [ |
1118 'browser/api/api_resource_manager_unittest.cc', | 1118 'browser/api/api_resource_manager_unittest.cc', |
1119 'browser/api/bluetooth/bluetooth_event_router_unittest.cc', | 1119 'browser/api/bluetooth/bluetooth_event_router_unittest.cc', |
1120 'browser/api/cast_channel/cast_auth_ica_unittest.cc', | 1120 'browser/api/cast_channel/cast_auth_ica_unittest.cc', |
| 1121 'browser/api/cast_channel/cast_auth_util_unittest.cc', |
1121 'browser/api/cast_channel/cast_channel_api_unittest.cc', | 1122 'browser/api/cast_channel/cast_channel_api_unittest.cc', |
1122 'browser/api/cast_channel/cast_framer_unittest.cc', | 1123 'browser/api/cast_channel/cast_framer_unittest.cc', |
1123 'browser/api/cast_channel/cast_socket_unittest.cc', | 1124 'browser/api/cast_channel/cast_socket_unittest.cc', |
1124 'browser/api/cast_channel/cast_transport_unittest.cc', | 1125 'browser/api/cast_channel/cast_transport_unittest.cc', |
1125 'browser/api/cast_channel/logger_unittest.cc', | 1126 'browser/api/cast_channel/logger_unittest.cc', |
1126 'browser/api/declarative/declarative_rule_unittest.cc', | 1127 'browser/api/declarative/declarative_rule_unittest.cc', |
1127 'browser/api/declarative/deduping_factory_unittest.cc', | 1128 'browser/api/declarative/deduping_factory_unittest.cc', |
1128 'browser/api/declarative/rules_registry_unittest.cc', | 1129 'browser/api/declarative/rules_registry_unittest.cc', |
1129 'browser/api/declarative_webrequest/webrequest_condition_unittest.cc', | 1130 'browser/api/declarative_webrequest/webrequest_condition_unittest.cc', |
1130 'browser/api/declarative_webrequest/webrequest_condition_attribute_unitt
est.cc', | 1131 'browser/api/declarative_webrequest/webrequest_condition_attribute_unitt
est.cc', |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1216 'conditions': [ | 1217 'conditions': [ |
1217 ['OS=="win" and win_use_allocator_shim==1', { | 1218 ['OS=="win" and win_use_allocator_shim==1', { |
1218 'dependencies': [ | 1219 'dependencies': [ |
1219 '../base/allocator/allocator.gyp:allocator', | 1220 '../base/allocator/allocator.gyp:allocator', |
1220 ], | 1221 ], |
1221 }], | 1222 }], |
1222 ], | 1223 ], |
1223 }, | 1224 }, |
1224 ] | 1225 ] |
1225 } | 1226 } |
OLD | NEW |