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

Side by Side Diff: components/components_tests.gyp

Issue 2066083002: SafeBrowising: Read and write V4Store from/to disk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@01_UpdateDbAndStores
Patch Set: git pull Created 4 years, 5 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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 'safe_browsing_db/safe_browsing_api_handler_unittest.cc', 694 'safe_browsing_db/safe_browsing_api_handler_unittest.cc',
695 ], 695 ],
696 'safe_browsing_db_unittest_sources': [ 696 'safe_browsing_db_unittest_sources': [
697 'safe_browsing_db/database_manager_unittest.cc', 697 'safe_browsing_db/database_manager_unittest.cc',
698 'safe_browsing_db/prefix_set_unittest.cc', 698 'safe_browsing_db/prefix_set_unittest.cc',
699 'safe_browsing_db/testing_util.h', 699 'safe_browsing_db/testing_util.h',
700 'safe_browsing_db/util_unittest.cc', 700 'safe_browsing_db/util_unittest.cc',
701 'safe_browsing_db/v4_database_unittest.cc', 701 'safe_browsing_db/v4_database_unittest.cc',
702 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc', 702 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc',
703 'safe_browsing_db/v4_protocol_manager_util_unittest.cc', 703 'safe_browsing_db/v4_protocol_manager_util_unittest.cc',
704 'safe_browsing_db/v4_store_unittest.cc',
704 'safe_browsing_db/v4_update_protocol_manager_unittest.cc', 705 'safe_browsing_db/v4_update_protocol_manager_unittest.cc',
705 ], 706 ],
706 'safe_json_unittest_sources': [ 707 'safe_json_unittest_sources': [
707 'safe_json/json_sanitizer_unittest.cc', 708 'safe_json/json_sanitizer_unittest.cc',
708 'safe_json/testing_json_parser_unittest.cc', 709 'safe_json/testing_json_parser_unittest.cc',
709 ], 710 ],
710 'scheduler_unittest_sources': [ 711 'scheduler_unittest_sources': [
711 'scheduler/base/task_queue_manager_delegate_for_test.cc', 712 'scheduler/base/task_queue_manager_delegate_for_test.cc',
712 'scheduler/base/task_queue_manager_delegate_for_test.h', 713 'scheduler/base/task_queue_manager_delegate_for_test.h',
713 'scheduler/base/task_queue_manager_unittest.cc', 714 'scheduler/base/task_queue_manager_unittest.cc',
(...skipping 1322 matching lines...) Expand 10 before | Expand all | Expand 10 after
2036 'dependencies': [ 2037 'dependencies': [
2037 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2038 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2038 ], 2039 ],
2039 }], 2040 }],
2040 ], 2041 ],
2041 }, 2042 },
2042 ], 2043 ],
2043 }], 2044 }],
2044 ], 2045 ],
2045 } 2046 }
OLDNEW
« no previous file with comments | « no previous file | components/safe_browsing_db.gypi » ('j') | tools/metrics/histograms/histograms.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698