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

Side by Side Diff: components/components_tests.gyp

Issue 1703413002: Move common PVer4 code into a V4ProtocolManagerUtil class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pass config as pointer, instead of reference Created 4 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
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | components/safe_browsing_db.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 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 'rlz/rlz_tracker_unittest.cc', 626 'rlz/rlz_tracker_unittest.cc',
627 ], 627 ],
628 'safe_browsing_db_mobile_unittest_sources': [ 628 'safe_browsing_db_mobile_unittest_sources': [
629 'safe_browsing_db/remote_database_manager_unittest.cc', 629 'safe_browsing_db/remote_database_manager_unittest.cc',
630 'safe_browsing_db/safe_browsing_api_handler_unittest.cc', 630 'safe_browsing_db/safe_browsing_api_handler_unittest.cc',
631 ], 631 ],
632 'safe_browsing_db_unittest_sources': [ 632 'safe_browsing_db_unittest_sources': [
633 'safe_browsing_db/prefix_set_unittest.cc', 633 'safe_browsing_db/prefix_set_unittest.cc',
634 'safe_browsing_db/util_unittest.cc', 634 'safe_browsing_db/util_unittest.cc',
635 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc', 635 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc',
636 'safe_browsing_db/v4_protocol_manager_util_unittest.cc',
636 ], 637 ],
637 'safe_json_unittest_sources': [ 638 'safe_json_unittest_sources': [
638 'safe_json/json_sanitizer_unittest.cc', 639 'safe_json/json_sanitizer_unittest.cc',
639 'safe_json/testing_json_parser_unittest.cc', 640 'safe_json/testing_json_parser_unittest.cc',
640 ], 641 ],
641 'scheduler_unittest_sources': [ 642 'scheduler_unittest_sources': [
642 'scheduler/base/task_queue_manager_delegate_for_test.cc', 643 'scheduler/base/task_queue_manager_delegate_for_test.cc',
643 'scheduler/base/task_queue_manager_delegate_for_test.h', 644 'scheduler/base/task_queue_manager_delegate_for_test.h',
644 'scheduler/base/task_queue_manager_unittest.cc', 645 'scheduler/base/task_queue_manager_unittest.cc',
645 'scheduler/base/task_queue_selector_unittest.cc', 646 'scheduler/base/task_queue_selector_unittest.cc',
(...skipping 1254 matching lines...) Expand 10 before | Expand all | Expand 10 after
1900 'dependencies': [ 1901 'dependencies': [
1901 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1902 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1902 ], 1903 ],
1903 }], 1904 }],
1904 ], 1905 ],
1905 }, 1906 },
1906 ], 1907 ],
1907 }], 1908 }],
1908 ], 1909 ],
1909 } 1910 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | components/safe_browsing_db.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698