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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1409003002: [SafeBrowsing] Block dangerous unchecked downloads based on a Finch trial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/safe_browsing/unverified_download_policy.cc ('k') | chrome/chrome_tests.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 2541 matching lines...) Expand 10 before | Expand all | Expand 10 after
2552 'browser/safe_browsing/safe_browsing_store.cc', 2552 'browser/safe_browsing/safe_browsing_store.cc',
2553 'browser/safe_browsing/safe_browsing_store.h', 2553 'browser/safe_browsing/safe_browsing_store.h',
2554 'browser/safe_browsing/safe_browsing_store_file.cc', 2554 'browser/safe_browsing/safe_browsing_store_file.cc',
2555 'browser/safe_browsing/safe_browsing_store_file.h', 2555 'browser/safe_browsing/safe_browsing_store_file.h',
2556 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.cc', 2556 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.cc',
2557 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.h', 2557 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.h',
2558 'browser/safe_browsing/sandboxed_zip_analyzer.cc', 2558 'browser/safe_browsing/sandboxed_zip_analyzer.cc',
2559 'browser/safe_browsing/sandboxed_zip_analyzer.h', 2559 'browser/safe_browsing/sandboxed_zip_analyzer.h',
2560 'browser/safe_browsing/two_phase_uploader.cc', 2560 'browser/safe_browsing/two_phase_uploader.cc',
2561 'browser/safe_browsing/two_phase_uploader.h', 2561 'browser/safe_browsing/two_phase_uploader.h',
2562 'browser/safe_browsing/unverified_download_field_trial.cc',
2563 'browser/safe_browsing/unverified_download_field_trial.h',
2564 'browser/safe_browsing/unverified_download_policy.cc',
2565 'browser/safe_browsing/unverified_download_policy.h',
2562 ], 2566 ],
2563 'chrome_browser_search_engines_sources': [ 2567 'chrome_browser_search_engines_sources': [
2564 'browser/search_engines/chrome_template_url_service_client.cc', 2568 'browser/search_engines/chrome_template_url_service_client.cc',
2565 'browser/search_engines/chrome_template_url_service_client.h', 2569 'browser/search_engines/chrome_template_url_service_client.h',
2566 'browser/search_engines/search_provider_install_data.cc', 2570 'browser/search_engines/search_provider_install_data.cc',
2567 'browser/search_engines/search_provider_install_data.h', 2571 'browser/search_engines/search_provider_install_data.h',
2568 'browser/search_engines/search_provider_install_state_message_filter.cc', 2572 'browser/search_engines/search_provider_install_state_message_filter.cc',
2569 'browser/search_engines/search_provider_install_state_message_filter.h', 2573 'browser/search_engines/search_provider_install_state_message_filter.h',
2570 'browser/search_engines/template_url_fetcher_factory.cc', 2574 'browser/search_engines/template_url_fetcher_factory.cc',
2571 'browser/search_engines/template_url_fetcher_factory.h', 2575 'browser/search_engines/template_url_fetcher_factory.h',
(...skipping 1541 matching lines...) Expand 10 before | Expand all | Expand 10 after
4113 '../components/components.gyp:omnibox_browser', 4117 '../components/components.gyp:omnibox_browser',
4114 '../components/components.gyp:rlz', 4118 '../components/components.gyp:rlz',
4115 '../components/components.gyp:search_engines', 4119 '../components/components.gyp:search_engines',
4116 '../rlz/rlz.gyp:rlz_lib', 4120 '../rlz/rlz.gyp:rlz_lib',
4117 ], 4121 ],
4118 }, 4122 },
4119 ], 4123 ],
4120 }], 4124 }],
4121 ], 4125 ],
4122 } 4126 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/unverified_download_policy.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698