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 1119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1130 'extensions_strings.gyp:extensions_strings', | 1130 'extensions_strings.gyp:extensions_strings', |
1131 'extensions_test_support', | 1131 'extensions_test_support', |
1132 ], | 1132 ], |
1133 # Needed for third_party libraries like leveldb. | 1133 # Needed for third_party libraries like leveldb. |
1134 'include_dirs': [ | 1134 'include_dirs': [ |
1135 '..', | 1135 '..', |
1136 ], | 1136 ], |
1137 'sources': [ | 1137 'sources': [ |
1138 'browser/api/api_resource_manager_unittest.cc', | 1138 'browser/api/api_resource_manager_unittest.cc', |
1139 'browser/api/bluetooth/bluetooth_event_router_unittest.cc', | 1139 'browser/api/bluetooth/bluetooth_event_router_unittest.cc', |
| 1140 'browser/api/cast_channel/cast_auth_ica_unittest.cc', |
1140 'browser/api/cast_channel/cast_channel_api_unittest.cc', | 1141 'browser/api/cast_channel/cast_channel_api_unittest.cc', |
1141 'browser/api/cast_channel/cast_framer_unittest.cc', | 1142 'browser/api/cast_channel/cast_framer_unittest.cc', |
1142 'browser/api/cast_channel/cast_socket_unittest.cc', | 1143 'browser/api/cast_channel/cast_socket_unittest.cc', |
1143 'browser/api/cast_channel/cast_transport_unittest.cc', | 1144 'browser/api/cast_channel/cast_transport_unittest.cc', |
1144 'browser/api/cast_channel/logger_unittest.cc', | 1145 'browser/api/cast_channel/logger_unittest.cc', |
1145 'browser/api/declarative/declarative_rule_unittest.cc', | 1146 'browser/api/declarative/declarative_rule_unittest.cc', |
1146 'browser/api/declarative/deduping_factory_unittest.cc', | 1147 'browser/api/declarative/deduping_factory_unittest.cc', |
1147 'browser/api/declarative/rules_registry_unittest.cc', | 1148 'browser/api/declarative/rules_registry_unittest.cc', |
1148 'browser/api/declarative_webrequest/webrequest_condition_unittest.cc', | 1149 'browser/api/declarative_webrequest/webrequest_condition_unittest.cc', |
1149 'browser/api/declarative_webrequest/webrequest_condition_attribute_unitt
est.cc', | 1150 'browser/api/declarative_webrequest/webrequest_condition_attribute_unitt
est.cc', |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1235 'conditions': [ | 1236 'conditions': [ |
1236 ['OS=="win" and win_use_allocator_shim==1', { | 1237 ['OS=="win" and win_use_allocator_shim==1', { |
1237 'dependencies': [ | 1238 'dependencies': [ |
1238 '../base/allocator/allocator.gyp:allocator', | 1239 '../base/allocator/allocator.gyp:allocator', |
1239 ], | 1240 ], |
1240 }], | 1241 }], |
1241 ], | 1242 ], |
1242 }, | 1243 }, |
1243 ] | 1244 ] |
1244 } | 1245 } |
OLD | NEW |