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 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1122 'extensions_strings.gyp:extensions_strings', | 1122 'extensions_strings.gyp:extensions_strings', |
1123 'extensions_test_support', | 1123 'extensions_test_support', |
1124 ], | 1124 ], |
1125 # Needed for third_party libraries like leveldb. | 1125 # Needed for third_party libraries like leveldb. |
1126 'include_dirs': [ | 1126 'include_dirs': [ |
1127 '..', | 1127 '..', |
1128 ], | 1128 ], |
1129 'sources': [ | 1129 'sources': [ |
1130 'browser/api/api_resource_manager_unittest.cc', | 1130 'browser/api/api_resource_manager_unittest.cc', |
1131 'browser/api/bluetooth/bluetooth_event_router_unittest.cc', | 1131 'browser/api/bluetooth/bluetooth_event_router_unittest.cc', |
| 1132 'browser/api/cast_channel/cast_auth_util_unittest.cc', |
1132 'browser/api/cast_channel/cast_channel_api_unittest.cc', | 1133 'browser/api/cast_channel/cast_channel_api_unittest.cc', |
1133 'browser/api/cast_channel/cast_framer_unittest.cc', | 1134 'browser/api/cast_channel/cast_framer_unittest.cc', |
1134 'browser/api/cast_channel/cast_socket_unittest.cc', | 1135 'browser/api/cast_channel/cast_socket_unittest.cc', |
1135 'browser/api/cast_channel/cast_transport_unittest.cc', | 1136 'browser/api/cast_channel/cast_transport_unittest.cc', |
1136 'browser/api/cast_channel/logger_unittest.cc', | 1137 'browser/api/cast_channel/logger_unittest.cc', |
1137 'browser/api/declarative/declarative_rule_unittest.cc', | 1138 'browser/api/declarative/declarative_rule_unittest.cc', |
1138 'browser/api/declarative/deduping_factory_unittest.cc', | 1139 'browser/api/declarative/deduping_factory_unittest.cc', |
1139 'browser/api/declarative/rules_registry_unittest.cc', | 1140 'browser/api/declarative/rules_registry_unittest.cc', |
1140 'browser/api/declarative_webrequest/webrequest_condition_unittest.cc', | 1141 'browser/api/declarative_webrequest/webrequest_condition_unittest.cc', |
1141 'browser/api/declarative_webrequest/webrequest_condition_attribute_unitt
est.cc', | 1142 'browser/api/declarative_webrequest/webrequest_condition_attribute_unitt
est.cc', |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1226 'conditions': [ | 1227 'conditions': [ |
1227 ['OS=="win" and win_use_allocator_shim==1', { | 1228 ['OS=="win" and win_use_allocator_shim==1', { |
1228 'dependencies': [ | 1229 'dependencies': [ |
1229 '../base/allocator/allocator.gyp:allocator', | 1230 '../base/allocator/allocator.gyp:allocator', |
1230 ], | 1231 ], |
1231 }], | 1232 }], |
1232 ], | 1233 ], |
1233 }, | 1234 }, |
1234 ] | 1235 ] |
1235 } | 1236 } |
OLD | NEW |