Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Side by Side Diff: components/components_tests.gyp

Issue 961673004: Add unittest to Open from Clipboard component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added error to check that the test is ran. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc', 209 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc',
210 'network_time/network_time_tracker_unittest.cc', 210 'network_time/network_time_tracker_unittest.cc',
211 'omnibox/answers_cache_unittest.cc', 211 'omnibox/answers_cache_unittest.cc',
212 'omnibox/autocomplete_input_unittest.cc', 212 'omnibox/autocomplete_input_unittest.cc',
213 'omnibox/autocomplete_match_unittest.cc', 213 'omnibox/autocomplete_match_unittest.cc',
214 'omnibox/autocomplete_result_unittest.cc', 214 'omnibox/autocomplete_result_unittest.cc',
215 'omnibox/base_search_provider_unittest.cc', 215 'omnibox/base_search_provider_unittest.cc',
216 'omnibox/keyword_provider_unittest.cc', 216 'omnibox/keyword_provider_unittest.cc',
217 'omnibox/omnibox_field_trial_unittest.cc', 217 'omnibox/omnibox_field_trial_unittest.cc',
218 'omnibox/suggestion_answer_unittest.cc', 218 'omnibox/suggestion_answer_unittest.cc',
219 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm',
219 'os_crypt/ie7_password_win_unittest.cc', 220 'os_crypt/ie7_password_win_unittest.cc',
220 'os_crypt/keychain_password_mac_unittest.mm', 221 'os_crypt/keychain_password_mac_unittest.mm',
221 'os_crypt/os_crypt_unittest.cc', 222 'os_crypt/os_crypt_unittest.cc',
222 'ownership/owner_key_util_impl_unittest.cc', 223 'ownership/owner_key_util_impl_unittest.cc',
223 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc', 224 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc',
224 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc', 225 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc',
225 'password_manager/core/browser/affiliation_backend_unittest.cc', 226 'password_manager/core/browser/affiliation_backend_unittest.cc',
226 'password_manager/core/browser/affiliation_database_unittest.cc', 227 'password_manager/core/browser/affiliation_database_unittest.cc',
227 'password_manager/core/browser/affiliation_fetch_throttler_unittest. cc', 228 'password_manager/core/browser/affiliation_fetch_throttler_unittest. cc',
228 'password_manager/core/browser/affiliation_fetcher_unittest.cc', 229 'password_manager/core/browser/affiliation_fetcher_unittest.cc',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'components.gyp:leveldb_proto_test_support', 413 'components.gyp:leveldb_proto_test_support',
413 'components.gyp:login', 414 'components.gyp:login',
414 'components.gyp:metrics', 415 'components.gyp:metrics',
415 'components.gyp:metrics_gpu', 416 'components.gyp:metrics_gpu',
416 'components.gyp:metrics_net', 417 'components.gyp:metrics_net',
417 'components.gyp:metrics_profiler', 418 'components.gyp:metrics_profiler',
418 'components.gyp:metrics_test_support', 419 'components.gyp:metrics_test_support',
419 'components.gyp:network_time', 420 'components.gyp:network_time',
420 'components.gyp:omnibox', 421 'components.gyp:omnibox',
421 'components.gyp:omnibox_test_support', 422 'components.gyp:omnibox_test_support',
423 'components.gyp:open_from_clipboard',
422 'components.gyp:os_crypt', 424 'components.gyp:os_crypt',
423 'components.gyp:ownership', 425 'components.gyp:ownership',
424 'components.gyp:packed_ct_ev_whitelist', 426 'components.gyp:packed_ct_ev_whitelist',
425 'components.gyp:password_manager_core_browser', 427 'components.gyp:password_manager_core_browser',
426 'components.gyp:password_manager_core_browser', 428 'components.gyp:password_manager_core_browser',
427 'components.gyp:password_manager_core_browser_test_support', 429 'components.gyp:password_manager_core_browser_test_support',
428 'components.gyp:precache_core', 430 'components.gyp:precache_core',
429 'components.gyp:pref_registry_test_support', 431 'components.gyp:pref_registry_test_support',
430 'components.gyp:query_parser', 432 'components.gyp:query_parser',
431 'components.gyp:rappor', 433 'components.gyp:rappor',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 ['include', '^gcm_driver/'], 549 ['include', '^gcm_driver/'],
548 ['include', '^google/'], 550 ['include', '^google/'],
549 ['include', '^history/'], 551 ['include', '^history/'],
550 ['include', '^invalidation/'], 552 ['include', '^invalidation/'],
551 ['include', '^json_schema/'], 553 ['include', '^json_schema/'],
552 ['include', '^keyed_service/core/'], 554 ['include', '^keyed_service/core/'],
553 ['include', '^language_usage_metrics/'], 555 ['include', '^language_usage_metrics/'],
554 ['include', '^leveldb_proto/'], 556 ['include', '^leveldb_proto/'],
555 ['include', '^metrics/'], 557 ['include', '^metrics/'],
556 ['include', '^network_time/'], 558 ['include', '^network_time/'],
559 ['include', '^open_from_clipboard/'],
557 ['include', '^password_manager/'], 560 ['include', '^password_manager/'],
558 ['include', '^precache/core/'], 561 ['include', '^precache/core/'],
559 ['include', '^query_parser/'], 562 ['include', '^query_parser/'],
560 ['include', '^search/'], 563 ['include', '^search/'],
561 ['include', '^search_engines/'], 564 ['include', '^search_engines/'],
562 ['include', '^search_provider_logos/'], 565 ['include', '^search_provider_logos/'],
563 ['include', '^sessions/ios/'], 566 ['include', '^sessions/ios/'],
564 ['include', '^sessions/serialized_navigation_entry_unittest\\.cc $'], 567 ['include', '^sessions/serialized_navigation_entry_unittest\\.cc $'],
565 ['exclude', '^signin/core/browser/mutable_profile_oauth2_token_s ervice_unittest\\.cc$'], 568 ['exclude', '^signin/core/browser/mutable_profile_oauth2_token_s ervice_unittest\\.cc$'],
566 ['include', '^suggestions/'], 569 ['include', '^suggestions/'],
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 '../build/isolate.gypi', 1067 '../build/isolate.gypi',
1065 ], 1068 ],
1066 'sources': [ 1069 'sources': [
1067 'components_unittests.isolate', 1070 'components_unittests.isolate',
1068 ], 1071 ],
1069 }, 1072 },
1070 ], 1073 ],
1071 }], 1074 }],
1072 ], 1075 ],
1073 } 1076 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698