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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2060313002: Navigation throttle for the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pre-tab-activation
Patch Set: comments Created 4 years, 5 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3373 matching lines...) Expand 10 before | Expand all | Expand 10 after
3384 '../components/components.gyp:power', 3384 '../components/components.gyp:power',
3385 '../components/components.gyp:profile_metrics', 3385 '../components/components.gyp:profile_metrics',
3386 '../components/components.gyp:proxy_config', 3386 '../components/components.gyp:proxy_config',
3387 '../components/components.gyp:renderer_context_menu', 3387 '../components/components.gyp:renderer_context_menu',
3388 '../components/components.gyp:safe_browsing_db', 3388 '../components/components.gyp:safe_browsing_db',
3389 '../components/components.gyp:safe_json', 3389 '../components/components.gyp:safe_json',
3390 '../components/components.gyp:security_state', 3390 '../components/components.gyp:security_state',
3391 '../components/components.gyp:sessions_content', 3391 '../components/components.gyp:sessions_content',
3392 '../components/components.gyp:ssl_config', 3392 '../components/components.gyp:ssl_config',
3393 '../components/components.gyp:storage_monitor', 3393 '../components/components.gyp:storage_monitor',
3394 '../components/components.gyp:subresource_filter_content_browser',
3394 '../components/components.gyp:syncable_prefs', 3395 '../components/components.gyp:syncable_prefs',
3395 '../components/components.gyp:translate_content_browser', 3396 '../components/components.gyp:translate_content_browser',
3396 '../components/components.gyp:upload_list', 3397 '../components/components.gyp:upload_list',
3397 '../components/components.gyp:url_matcher', 3398 '../components/components.gyp:url_matcher',
3398 '../components/components.gyp:user_prefs_tracked', 3399 '../components/components.gyp:user_prefs_tracked',
3399 '../components/components.gyp:visitedlink_browser', 3400 '../components/components.gyp:visitedlink_browser',
3400 '../components/components.gyp:visitedlink_common', 3401 '../components/components.gyp:visitedlink_common',
3401 '../components/components.gyp:wallpaper', 3402 '../components/components.gyp:wallpaper',
3402 '../components/components.gyp:web_cache_browser', 3403 '../components/components.gyp:web_cache_browser',
3403 '../components/components.gyp:web_resource', 3404 '../components/components.gyp:web_resource',
(...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after
4304 '../components/components.gyp:rlz', 4305 '../components/components.gyp:rlz',
4305 '../components/components.gyp:search_engines', 4306 '../components/components.gyp:search_engines',
4306 '../rlz/rlz.gyp:rlz_lib', 4307 '../rlz/rlz.gyp:rlz_lib',
4307 'common', 4308 'common',
4308 ], 4309 ],
4309 }, 4310 },
4310 ], 4311 ],
4311 }], 4312 }],
4312 ], 4313 ],
4313 } 4314 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698