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

Side by Side Diff: components/safe_browsing_db.gypi

Issue 1960893002: Revert of Skeleton of the overall design for the database for Pver4 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | 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 26 matching lines...) Expand all
37 }, 37 },
38 { 38 {
39 # GN version: //components/safe_browsing_db 39 # GN version: //components/safe_browsing_db
40 'target_name': 'safe_browsing_db', 40 'target_name': 'safe_browsing_db',
41 'type': 'static_library', 41 'type': 'static_library',
42 'dependencies': [ 42 'dependencies': [
43 ':safe_browsing_db_shared', 43 ':safe_browsing_db_shared',
44 ':safebrowsing_proto', 44 ':safebrowsing_proto',
45 ], 45 ],
46 'sources': [ 46 'sources': [
47 'safe_browsing_db/v4_database.h',
48 'safe_browsing_db/v4_database.cc',
49 'safe_browsing_db/v4_local_database_manager.h', 47 'safe_browsing_db/v4_local_database_manager.h',
50 'safe_browsing_db/v4_local_database_manager.cc', 48 'safe_browsing_db/v4_local_database_manager.cc',
51 'safe_browsing_db/v4_store.h',
52 'safe_browsing_db/v4_update_protocol_manager.h', 49 'safe_browsing_db/v4_update_protocol_manager.h',
53 'safe_browsing_db/v4_update_protocol_manager.cc', 50 'safe_browsing_db/v4_update_protocol_manager.cc',
54 ], 51 ],
55 'include_dirs': [ 52 'include_dirs': [
56 '..', 53 '..',
57 ], 54 ],
58 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 55 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
59 'msvs_disabled_warnings': [4267, ], 56 'msvs_disabled_warnings': [4267, ],
60 }, 57 },
61 { 58 {
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 # Note: sources list duplicated in GN build. 115 # Note: sources list duplicated in GN build.
119 'safe_browsing_db/test_database_manager.h', 116 'safe_browsing_db/test_database_manager.h',
120 'safe_browsing_db/test_database_manager.cc', 117 'safe_browsing_db/test_database_manager.cc',
121 ], 118 ],
122 'include_dirs': [ 119 'include_dirs': [
123 '..', 120 '..',
124 ], 121 ],
125 }, 122 },
126 ], 123 ],
127 } 124 }
OLDNEW
« no previous file with comments | « no previous file | components/safe_browsing_db/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698