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

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: clamy@ 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 3380 matching lines...) Expand 10 before | Expand all | Expand 10 after
3391 '../components/components.gyp:power', 3391 '../components/components.gyp:power',
3392 '../components/components.gyp:profile_metrics', 3392 '../components/components.gyp:profile_metrics',
3393 '../components/components.gyp:proxy_config', 3393 '../components/components.gyp:proxy_config',
3394 '../components/components.gyp:renderer_context_menu', 3394 '../components/components.gyp:renderer_context_menu',
3395 '../components/components.gyp:safe_browsing_db', 3395 '../components/components.gyp:safe_browsing_db',
3396 '../components/components.gyp:safe_json', 3396 '../components/components.gyp:safe_json',
3397 '../components/components.gyp:security_state', 3397 '../components/components.gyp:security_state',
3398 '../components/components.gyp:sessions_content', 3398 '../components/components.gyp:sessions_content',
3399 '../components/components.gyp:ssl_config', 3399 '../components/components.gyp:ssl_config',
3400 '../components/components.gyp:storage_monitor', 3400 '../components/components.gyp:storage_monitor',
3401 '../components/components.gyp:subresource_filter_content_browser',
3401 '../components/components.gyp:syncable_prefs', 3402 '../components/components.gyp:syncable_prefs',
3402 '../components/components.gyp:translate_content_browser', 3403 '../components/components.gyp:translate_content_browser',
3403 '../components/components.gyp:upload_list', 3404 '../components/components.gyp:upload_list',
3404 '../components/components.gyp:url_matcher', 3405 '../components/components.gyp:url_matcher',
3405 '../components/components.gyp:user_prefs_tracked', 3406 '../components/components.gyp:user_prefs_tracked',
3406 '../components/components.gyp:visitedlink_browser', 3407 '../components/components.gyp:visitedlink_browser',
3407 '../components/components.gyp:visitedlink_common', 3408 '../components/components.gyp:visitedlink_common',
3408 '../components/components.gyp:wallpaper', 3409 '../components/components.gyp:wallpaper',
3409 '../components/components.gyp:web_cache_browser', 3410 '../components/components.gyp:web_cache_browser',
3410 '../components/components.gyp:web_resource', 3411 '../components/components.gyp:web_resource',
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
4301 '../components/components.gyp:rlz', 4302 '../components/components.gyp:rlz',
4302 '../components/components.gyp:search_engines', 4303 '../components/components.gyp:search_engines',
4303 '../rlz/rlz.gyp:rlz_lib', 4304 '../rlz/rlz.gyp:rlz_lib',
4304 'common', 4305 'common',
4305 ], 4306 ],
4306 }, 4307 },
4307 ], 4308 ],
4308 }], 4309 }],
4309 ], 4310 ],
4310 } 4311 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698