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