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

Side by Side Diff: components/components.gyp

Issue 1399843003: Move prefix_set and parts of s_b_util into a new component safe_browsing_db. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'packed_ct_ev_whitelist.gypi', 58 'packed_ct_ev_whitelist.gypi',
59 'password_manager.gypi', 59 'password_manager.gypi',
60 'plugins.gypi', 60 'plugins.gypi',
61 'policy.gypi', 61 'policy.gypi',
62 'precache.gypi', 62 'precache.gypi',
63 'pref_registry.gypi', 63 'pref_registry.gypi',
64 'proxy_config.gypi', 64 'proxy_config.gypi',
65 'query_parser.gypi', 65 'query_parser.gypi',
66 'rappor.gypi', 66 'rappor.gypi',
67 'renderer_context_menu.gypi', 67 'renderer_context_menu.gypi',
68 'safe_browsing_db.gypi',
68 'search.gypi', 69 'search.gypi',
69 'search_engines.gypi', 70 'search_engines.gypi',
70 'search_provider_logos.gypi', 71 'search_provider_logos.gypi',
71 'security_interstitials.gypi', 72 'security_interstitials.gypi',
72 'sessions.gypi', 73 'sessions.gypi',
73 'signin.gypi', 74 'signin.gypi',
74 'startup_metric_utils.gypi', 75 'startup_metric_utils.gypi',
75 'suggestions.gypi', 76 'suggestions.gypi',
76 'sync_driver.gypi', 77 'sync_driver.gypi',
77 'toolbar.gypi', 78 'toolbar.gypi',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'chrome_apps.gypi', 177 'chrome_apps.gypi',
177 ], 178 ],
178 }], 179 }],
179 ['enable_rlz_support==1', { 180 ['enable_rlz_support==1', {
180 'includes': [ 181 'includes': [
181 'rlz.gypi', 182 'rlz.gypi',
182 ], 183 ],
183 }] 184 }]
184 ], 185 ],
185 } 186 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698