OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'targets': [ | 5 'targets': [ |
6 { | 6 { |
7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1275 'browser/safe_browsing/ping_manager_unittest.cc', | 1275 'browser/safe_browsing/ping_manager_unittest.cc', |
1276 'browser/safe_browsing/preference_validation_delegate_unittest.cc', | 1276 'browser/safe_browsing/preference_validation_delegate_unittest.cc', |
1277 'browser/safe_browsing/prefix_set_unittest.cc', | 1277 'browser/safe_browsing/prefix_set_unittest.cc', |
1278 'browser/safe_browsing/protocol_manager_unittest.cc', | 1278 'browser/safe_browsing/protocol_manager_unittest.cc', |
1279 'browser/safe_browsing/protocol_parser_unittest.cc', | 1279 'browser/safe_browsing/protocol_parser_unittest.cc', |
1280 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', | 1280 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', |
1281 'browser/safe_browsing/safe_browsing_database_unittest.cc', | 1281 'browser/safe_browsing/safe_browsing_database_unittest.cc', |
1282 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', | 1282 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', |
1283 'browser/safe_browsing/safe_browsing_store_unittest.cc', | 1283 'browser/safe_browsing/safe_browsing_store_unittest.cc', |
1284 'browser/safe_browsing/safe_browsing_util_unittest.cc', | 1284 'browser/safe_browsing/safe_browsing_util_unittest.cc', |
| 1285 'browser/safe_browsing/tracked_preference_incident_handlers_unittest.cc'
, |
1285 'browser/safe_browsing/two_phase_uploader_unittest.cc', | 1286 'browser/safe_browsing/two_phase_uploader_unittest.cc', |
1286 'browser/search/hotword_service_unittest.cc', | 1287 'browser/search/hotword_service_unittest.cc', |
1287 'browser/search/iframe_source_unittest.cc', | 1288 'browser/search/iframe_source_unittest.cc', |
1288 'browser/search/instant_service_unittest.cc', | 1289 'browser/search/instant_service_unittest.cc', |
1289 'browser/search/instant_unittest_base.cc', | 1290 'browser/search/instant_unittest_base.cc', |
1290 'browser/search/instant_unittest_base.h', | 1291 'browser/search/instant_unittest_base.h', |
1291 'browser/search/most_visited_iframe_source_unittest.cc', | 1292 'browser/search/most_visited_iframe_source_unittest.cc', |
1292 'browser/search/search_unittest.cc', | 1293 'browser/search/search_unittest.cc', |
1293 'browser/search/search_android_unittest.cc', | 1294 'browser/search/search_android_unittest.cc', |
1294 'browser/search/suggestions/blacklist_store_unittest.cc', | 1295 'browser/search/suggestions/blacklist_store_unittest.cc', |
(...skipping 1642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2937 'dependencies': [ | 2938 'dependencies': [ |
2938 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2939 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2939 ], | 2940 ], |
2940 }], | 2941 }], |
2941 ], | 2942 ], |
2942 }, | 2943 }, |
2943 ], | 2944 ], |
2944 }], | 2945 }], |
2945 ], # 'conditions' | 2946 ], # 'conditions' |
2946 } | 2947 } |
OLD | NEW |