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

Side by Side Diff: chrome/chrome_browser.gypi

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 | « chrome/browser/ui/tab_helpers.cc ('k') | chrome/chrome_renderer.gypi » ('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 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 3228 matching lines...) Expand 10 before | Expand all | Expand 10 after
3239 '../components/components.gyp:security_interstitials_core', 3239 '../components/components.gyp:security_interstitials_core',
3240 '../components/components.gyp:security_state', 3240 '../components/components.gyp:security_state',
3241 '../components/components.gyp:ssl_errors', 3241 '../components/components.gyp:ssl_errors',
3242 '../components/components.gyp:suggestions', 3242 '../components/components.gyp:suggestions',
3243 '../components/components.gyp:signin_core_browser', 3243 '../components/components.gyp:signin_core_browser',
3244 '../components/components.gyp:startup_metric_utils_browser', 3244 '../components/components.gyp:startup_metric_utils_browser',
3245 '../components/components.gyp:startup_metric_utils_browser_message_filte r', 3245 '../components/components.gyp:startup_metric_utils_browser_message_filte r',
3246 # TODO(fdoray): Remove this once the PreRead field trial has expired. 3246 # TODO(fdoray): Remove this once the PreRead field trial has expired.
3247 # crbug.com/577698 3247 # crbug.com/577698
3248 '../components/components.gyp:startup_metric_utils_common', 3248 '../components/components.gyp:startup_metric_utils_common',
3249 '../components/components.gyp:subresource_filter_content_browser',
3250 '../components/components.gyp:subresource_filter_core_browser',
3249 '../components/components.gyp:supervised_user_error_page', 3251 '../components/components.gyp:supervised_user_error_page',
3250 '../components/components.gyp:sync_bookmarks', 3252 '../components/components.gyp:sync_bookmarks',
3251 '../components/components.gyp:sync_driver', 3253 '../components/components.gyp:sync_driver',
3252 '../components/components.gyp:sync_sessions', 3254 '../components/components.gyp:sync_sessions',
3253 '../components/components.gyp:translate_core_browser', 3255 '../components/components.gyp:translate_core_browser',
3254 '../components/components.gyp:translate_core_common', 3256 '../components/components.gyp:translate_core_common',
3255 '../components/components.gyp:update_client', 3257 '../components/components.gyp:update_client',
3256 '../components/components.gyp:undo_component', 3258 '../components/components.gyp:undo_component',
3257 '../components/components.gyp:user_prefs', 3259 '../components/components.gyp:user_prefs',
3258 '../components/components_strings.gyp:components_strings', 3260 '../components/components_strings.gyp:components_strings',
(...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
4274 '../components/components.gyp:rlz', 4276 '../components/components.gyp:rlz',
4275 '../components/components.gyp:search_engines', 4277 '../components/components.gyp:search_engines',
4276 '../rlz/rlz.gyp:rlz_lib', 4278 '../rlz/rlz.gyp:rlz_lib',
4277 'common', 4279 'common',
4278 ], 4280 ],
4279 }, 4281 },
4280 ], 4282 ],
4281 }], 4283 }],
4282 ], 4284 ],
4283 } 4285 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/tab_helpers.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698