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

Side by Side Diff: components/components_tests.gyp

Issue 1187943006: Revert of Componentize HistoryURLProvider/ScoredHistoryMatch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prepare_history_url_provider_for_c14n
Patch Set: Created 5 years, 6 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/omnibox.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 ], 335 ],
336 'omnibox_unittest_sources': [ 336 'omnibox_unittest_sources': [
337 'omnibox/answers_cache_unittest.cc', 337 'omnibox/answers_cache_unittest.cc',
338 'omnibox/autocomplete_input_unittest.cc', 338 'omnibox/autocomplete_input_unittest.cc',
339 'omnibox/autocomplete_match_unittest.cc', 339 'omnibox/autocomplete_match_unittest.cc',
340 'omnibox/autocomplete_result_unittest.cc', 340 'omnibox/autocomplete_result_unittest.cc',
341 'omnibox/base_search_provider_unittest.cc', 341 'omnibox/base_search_provider_unittest.cc',
342 'omnibox/in_memory_url_index_types_unittest.cc', 342 'omnibox/in_memory_url_index_types_unittest.cc',
343 'omnibox/keyword_provider_unittest.cc', 343 'omnibox/keyword_provider_unittest.cc',
344 'omnibox/omnibox_field_trial_unittest.cc', 344 'omnibox/omnibox_field_trial_unittest.cc',
345 'omnibox/scored_history_match_unittest.cc',
346 'omnibox/suggestion_answer_unittest.cc', 345 'omnibox/suggestion_answer_unittest.cc',
347 ], 346 ],
348 'os_crypt_unittest_sources': [ 347 'os_crypt_unittest_sources': [
349 'os_crypt/ie7_password_win_unittest.cc', 348 'os_crypt/ie7_password_win_unittest.cc',
350 'os_crypt/keychain_password_mac_unittest.mm', 349 'os_crypt/keychain_password_mac_unittest.mm',
351 'os_crypt/os_crypt_unittest.cc', 350 'os_crypt/os_crypt_unittest.cc',
352 ], 351 ],
353 'ownership_unittest_sources': [ 352 'ownership_unittest_sources': [
354 'ownership/owner_key_util_impl_unittest.cc', 353 'ownership/owner_key_util_impl_unittest.cc',
355 ], 354 ],
(...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1472 ], 1471 ],
1473 'variables': { 1472 'variables': {
1474 'test_suite_name': 'components_unittests', 1473 'test_suite_name': 'components_unittests',
1475 }, 1474 },
1476 'includes': [ '../build/apk_test.gypi' ], 1475 'includes': [ '../build/apk_test.gypi' ],
1477 }, 1476 },
1478 ], 1477 ],
1479 }], 1478 }],
1480 ], 1479 ],
1481 } 1480 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/omnibox.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698