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

Side by Side Diff: components/components.gyp

Issue 2022783002: Skeleton of the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement RenderFrameObserver::OnDestruct introduced by rebase. Created 4 years, 6 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/OWNERS ('k') | components/components_tests.gyp » ('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 (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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'rappor.gypi', 76 'rappor.gypi',
77 'search.gypi', 77 'search.gypi',
78 'search_engines.gypi', 78 'search_engines.gypi',
79 'search_provider_logos.gypi', 79 'search_provider_logos.gypi',
80 'security_interstitials.gypi', 80 'security_interstitials.gypi',
81 'security_state.gypi', 81 'security_state.gypi',
82 'sessions.gypi', 82 'sessions.gypi',
83 'signin.gypi', 83 'signin.gypi',
84 'ssl_config.gypi', 84 'ssl_config.gypi',
85 'ssl_errors.gypi', 85 'ssl_errors.gypi',
86 'subresource_filter.gypi',
86 'suggestions.gypi', 87 'suggestions.gypi',
87 'supervised_user_error_page.gypi', 88 'supervised_user_error_page.gypi',
88 'sync_bookmarks.gypi', 89 'sync_bookmarks.gypi',
89 'sync_driver.gypi', 90 'sync_driver.gypi',
90 'sync_sessions.gypi', 91 'sync_sessions.gypi',
91 'syncable_prefs.gypi', 92 'syncable_prefs.gypi',
92 'toolbar.gypi', 93 'toolbar.gypi',
93 'translate.gypi', 94 'translate.gypi',
94 'undo.gypi', 95 'undo.gypi',
95 'update_client.gypi', 96 'update_client.gypi',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'rlz.gypi', 209 'rlz.gypi',
209 ], 210 ],
210 }], 211 }],
211 ['use_ash==1', { 212 ['use_ash==1', {
212 'includes': [ 213 'includes': [
213 'exo.gypi', 214 'exo.gypi',
214 ], 215 ],
215 }], 216 }],
216 ], 217 ],
217 } 218 }
OLDNEW
« no previous file with comments | « components/OWNERS ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698