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

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, 2 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 2534 matching lines...) Expand 10 before | Expand all | Expand 10 after
2545 'browser/safe_browsing/safe_browsing_store.cc', 2545 'browser/safe_browsing/safe_browsing_store.cc',
2546 'browser/safe_browsing/safe_browsing_store.h', 2546 'browser/safe_browsing/safe_browsing_store.h',
2547 'browser/safe_browsing/safe_browsing_store_file.cc', 2547 'browser/safe_browsing/safe_browsing_store_file.cc',
2548 'browser/safe_browsing/safe_browsing_store_file.h', 2548 'browser/safe_browsing/safe_browsing_store_file.h',
2549 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.cc', 2549 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.cc',
2550 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.h', 2550 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.h',
2551 'browser/safe_browsing/sandboxed_zip_analyzer.cc', 2551 'browser/safe_browsing/sandboxed_zip_analyzer.cc',
2552 'browser/safe_browsing/sandboxed_zip_analyzer.h', 2552 'browser/safe_browsing/sandboxed_zip_analyzer.h',
2553 'browser/safe_browsing/two_phase_uploader.cc', 2553 'browser/safe_browsing/two_phase_uploader.cc',
2554 'browser/safe_browsing/two_phase_uploader.h', 2554 'browser/safe_browsing/two_phase_uploader.h',
2555 'browser/safe_browsing/unverified_download_field_trial.cc',
2556 'browser/safe_browsing/unverified_download_field_trial.h',
2557 'browser/safe_browsing/unverified_download_policy.cc',
2558 'browser/safe_browsing/unverified_download_policy.h',
2555 ], 2559 ],
2556 'chrome_browser_search_engines_sources': [ 2560 'chrome_browser_search_engines_sources': [
2557 'browser/search_engines/chrome_template_url_service_client.cc', 2561 'browser/search_engines/chrome_template_url_service_client.cc',
2558 'browser/search_engines/chrome_template_url_service_client.h', 2562 'browser/search_engines/chrome_template_url_service_client.h',
2559 'browser/search_engines/search_provider_install_data.cc', 2563 'browser/search_engines/search_provider_install_data.cc',
2560 'browser/search_engines/search_provider_install_data.h', 2564 'browser/search_engines/search_provider_install_data.h',
2561 'browser/search_engines/search_provider_install_state_message_filter.cc', 2565 'browser/search_engines/search_provider_install_state_message_filter.cc',
2562 'browser/search_engines/search_provider_install_state_message_filter.h', 2566 'browser/search_engines/search_provider_install_state_message_filter.h',
2563 'browser/search_engines/template_url_fetcher_factory.cc', 2567 'browser/search_engines/template_url_fetcher_factory.cc',
2564 'browser/search_engines/template_url_fetcher_factory.h', 2568 'browser/search_engines/template_url_fetcher_factory.h',
(...skipping 1553 matching lines...) Expand 10 before | Expand all | Expand 10 after
4118 '../components/components.gyp:omnibox_browser', 4122 '../components/components.gyp:omnibox_browser',
4119 '../components/components.gyp:rlz', 4123 '../components/components.gyp:rlz',
4120 '../components/components.gyp:search_engines', 4124 '../components/components.gyp:search_engines',
4121 '../rlz/rlz.gyp:rlz_lib', 4125 '../rlz/rlz.gyp:rlz_lib',
4122 ], 4126 ],
4123 }, 4127 },
4124 ], 4128 ],
4125 }], 4129 }],
4126 ], 4130 ],
4127 } 4131 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698