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

Side by Side Diff: components/components_tests.gyp

Issue 1515853002: Componentize shortcuts_database_unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated Created 5 years 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/test/data/History/Shortcuts.v1.sql ('k') | components/omnibox/browser/BUILD.gn » ('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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 'omnibox/browser/autocomplete_provider_unittest.cc', 408 'omnibox/browser/autocomplete_provider_unittest.cc',
409 'omnibox/browser/autocomplete_result_unittest.cc', 409 'omnibox/browser/autocomplete_result_unittest.cc',
410 'omnibox/browser/base_search_provider_unittest.cc', 410 'omnibox/browser/base_search_provider_unittest.cc',
411 'omnibox/browser/clipboard_url_provider_unittest.cc', 411 'omnibox/browser/clipboard_url_provider_unittest.cc',
412 'omnibox/browser/in_memory_url_index_types_unittest.cc', 412 'omnibox/browser/in_memory_url_index_types_unittest.cc',
413 'omnibox/browser/keyword_provider_unittest.cc', 413 'omnibox/browser/keyword_provider_unittest.cc',
414 'omnibox/browser/omnibox_field_trial_unittest.cc', 414 'omnibox/browser/omnibox_field_trial_unittest.cc',
415 'omnibox/browser/omnibox_popup_model_unittest.cc', 415 'omnibox/browser/omnibox_popup_model_unittest.cc',
416 'omnibox/browser/omnibox_view_unittest.cc', 416 'omnibox/browser/omnibox_view_unittest.cc',
417 'omnibox/browser/scored_history_match_unittest.cc', 417 'omnibox/browser/scored_history_match_unittest.cc',
418 'omnibox/browser/shortcuts_database_unittest.cc',
418 'omnibox/browser/suggestion_answer_unittest.cc', 419 'omnibox/browser/suggestion_answer_unittest.cc',
419 ], 420 ],
420 'open_from_clipboard_unittest_sources': [ 421 'open_from_clipboard_unittest_sources': [
421 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm', 422 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm',
422 ], 423 ],
423 'os_crypt_unittest_sources': [ 424 'os_crypt_unittest_sources': [
424 'os_crypt/ie7_password_win_unittest.cc', 425 'os_crypt/ie7_password_win_unittest.cc',
425 'os_crypt/keychain_password_mac_unittest.mm', 426 'os_crypt/keychain_password_mac_unittest.mm',
426 'os_crypt/os_crypt_unittest.cc', 427 'os_crypt/os_crypt_unittest.cc',
427 ], 428 ],
(...skipping 1440 matching lines...) Expand 10 before | Expand all | Expand 10 after
1868 'dependencies': [ 1869 'dependencies': [
1869 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1870 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1870 ], 1871 ],
1871 }], 1872 }],
1872 ], 1873 ],
1873 }, 1874 },
1874 ], 1875 ],
1875 }], 1876 }],
1876 ], 1877 ],
1877 } 1878 }
OLDNEW
« no previous file with comments | « chrome/test/data/History/Shortcuts.v1.sql ('k') | components/omnibox/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698