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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1658913003: SafeBrowsing: Move V4ProtocolManager to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sb-v4-3
Patch Set: Add build dependency Created 4 years, 10 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 2611 matching lines...) Expand 10 before | Expand all | Expand 10 after
2622 'browser/safe_browsing/sandboxed_zip_analyzer.cc', 2622 'browser/safe_browsing/sandboxed_zip_analyzer.cc',
2623 'browser/safe_browsing/sandboxed_zip_analyzer.h', 2623 'browser/safe_browsing/sandboxed_zip_analyzer.h',
2624 'browser/safe_browsing/signature_evaluator_mac.h', 2624 'browser/safe_browsing/signature_evaluator_mac.h',
2625 'browser/safe_browsing/signature_evaluator_mac.mm', 2625 'browser/safe_browsing/signature_evaluator_mac.mm',
2626 'browser/safe_browsing/two_phase_uploader.cc', 2626 'browser/safe_browsing/two_phase_uploader.cc',
2627 'browser/safe_browsing/two_phase_uploader.h', 2627 'browser/safe_browsing/two_phase_uploader.h',
2628 'browser/safe_browsing/unverified_download_field_trial.cc', 2628 'browser/safe_browsing/unverified_download_field_trial.cc',
2629 'browser/safe_browsing/unverified_download_field_trial.h', 2629 'browser/safe_browsing/unverified_download_field_trial.h',
2630 'browser/safe_browsing/unverified_download_policy.cc', 2630 'browser/safe_browsing/unverified_download_policy.cc',
2631 'browser/safe_browsing/unverified_download_policy.h', 2631 'browser/safe_browsing/unverified_download_policy.h',
2632 'browser/safe_browsing/v4_protocol_manager.cc',
2633 'browser/safe_browsing/v4_protocol_manager.h',
2634 ], 2632 ],
2635 'chrome_browser_search_engines_sources': [ 2633 'chrome_browser_search_engines_sources': [
2636 'browser/search_engines/chrome_template_url_service_client.cc', 2634 'browser/search_engines/chrome_template_url_service_client.cc',
2637 'browser/search_engines/chrome_template_url_service_client.h', 2635 'browser/search_engines/chrome_template_url_service_client.h',
2638 'browser/search_engines/search_provider_install_data.cc', 2636 'browser/search_engines/search_provider_install_data.cc',
2639 'browser/search_engines/search_provider_install_data.h', 2637 'browser/search_engines/search_provider_install_data.h',
2640 'browser/search_engines/search_provider_install_state_message_filter.cc', 2638 'browser/search_engines/search_provider_install_state_message_filter.cc',
2641 'browser/search_engines/search_provider_install_state_message_filter.h', 2639 'browser/search_engines/search_provider_install_state_message_filter.h',
2642 'browser/search_engines/template_url_fetcher_factory.cc', 2640 'browser/search_engines/template_url_fetcher_factory.cc',
2643 'browser/search_engines/template_url_fetcher_factory.h', 2641 'browser/search_engines/template_url_fetcher_factory.h',
(...skipping 1527 matching lines...) Expand 10 before | Expand all | Expand 10 after
4171 '../components/components.gyp:omnibox_browser', 4169 '../components/components.gyp:omnibox_browser',
4172 '../components/components.gyp:rlz', 4170 '../components/components.gyp:rlz',
4173 '../components/components.gyp:search_engines', 4171 '../components/components.gyp:search_engines',
4174 '../rlz/rlz.gyp:rlz_lib', 4172 '../rlz/rlz.gyp:rlz_lib',
4175 ], 4173 ],
4176 }, 4174 },
4177 ], 4175 ],
4178 }], 4176 }],
4179 ], 4177 ],
4180 } 4178 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/v4_protocol_manager_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698