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

Side by Side Diff: components/safe_browsing_db.gypi

Issue 1719883003: Ignore: v4_update_protocol_manager: Basic implementation with TODOs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v4_01_prot_mgr
Patch Set: rebase again (and more branching funkiness) Created 4 years, 9 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 | « components/components_tests.gyp ('k') | components/safe_browsing_db/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/safe_browsing_db:safe_browsing_db_shared 8 # GN version: //components/safe_browsing_db:safe_browsing_db_shared
9 'target_name': 'safe_browsing_db_shared', 9 'target_name': 'safe_browsing_db_shared',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 10 matching lines...) Expand all
21 'safe_browsing_db/hit_report.h', 21 'safe_browsing_db/hit_report.h',
22 'safe_browsing_db/hit_report.cc', 22 'safe_browsing_db/hit_report.cc',
23 'safe_browsing_db/prefix_set.h', 23 'safe_browsing_db/prefix_set.h',
24 'safe_browsing_db/prefix_set.cc', 24 'safe_browsing_db/prefix_set.cc',
25 'safe_browsing_db/util.h', 25 'safe_browsing_db/util.h',
26 'safe_browsing_db/util.cc', 26 'safe_browsing_db/util.cc',
27 'safe_browsing_db/v4_protocol_manager_util.h', 27 'safe_browsing_db/v4_protocol_manager_util.h',
28 'safe_browsing_db/v4_protocol_manager_util.cc', 28 'safe_browsing_db/v4_protocol_manager_util.cc',
29 'safe_browsing_db/v4_get_hash_protocol_manager.h', 29 'safe_browsing_db/v4_get_hash_protocol_manager.h',
30 'safe_browsing_db/v4_get_hash_protocol_manager.cc', 30 'safe_browsing_db/v4_get_hash_protocol_manager.cc',
31 'safe_browsing_db/v4_update_protocol_manager.h',
32 'safe_browsing_db/v4_update_protocol_manager.cc',
31 ], 33 ],
32 'include_dirs': [ 34 'include_dirs': [
33 '..', 35 '..',
34 ], 36 ],
35 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 37 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
36 'msvs_disabled_warnings': [4267, ], 38 'msvs_disabled_warnings': [4267, ],
37 }, 39 },
38 { 40 {
39 # GN version: //components/safe_browsing_db 41 # GN version: //components/safe_browsing_db
40 'target_name': 'safe_browsing_db', 42 'target_name': 'safe_browsing_db',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 # Note: sources list duplicated in GN build. 112 # Note: sources list duplicated in GN build.
111 'safe_browsing_db/test_database_manager.h', 113 'safe_browsing_db/test_database_manager.h',
112 'safe_browsing_db/test_database_manager.cc', 114 'safe_browsing_db/test_database_manager.cc',
113 ], 115 ],
114 'include_dirs': [ 116 'include_dirs': [
115 '..', 117 '..',
116 ], 118 ],
117 }, 119 },
118 ], 120 ],
119 } 121 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/safe_browsing_db/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698