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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2943763002: Add a new group policy to disable safe browsing for files downloaded from trusted sources. (Closed)
Patch Set: Rebase Created 3 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "download/download_target_determiner_delegate.h", 379 "download/download_target_determiner_delegate.h",
380 "download/download_target_info.cc", 380 "download/download_target_info.cc",
381 "download/download_target_info.h", 381 "download/download_target_info.h",
382 "download/download_task_scheduler_impl.cc", 382 "download/download_task_scheduler_impl.cc",
383 "download/download_task_scheduler_impl.h", 383 "download/download_task_scheduler_impl.h",
384 "download/download_ui_controller.cc", 384 "download/download_ui_controller.cc",
385 "download/download_ui_controller.h", 385 "download/download_ui_controller.h",
386 "download/drag_download_item.h", 386 "download/drag_download_item.h",
387 "download/save_package_file_picker.cc", 387 "download/save_package_file_picker.cc",
388 "download/save_package_file_picker.h", 388 "download/save_package_file_picker.h",
389 "download/trusted_sources_manager.cc",
390 "download/trusted_sources_manager.h",
391 "download/trusted_sources_manager_posix.cc",
392 "download/trusted_sources_manager_win.cc",
389 "engagement/important_sites_usage_counter.cc", 393 "engagement/important_sites_usage_counter.cc",
390 "engagement/important_sites_usage_counter.h", 394 "engagement/important_sites_usage_counter.h",
391 "engagement/important_sites_util.cc", 395 "engagement/important_sites_util.cc",
392 "engagement/important_sites_util.h", 396 "engagement/important_sites_util.h",
393 "engagement/site_engagement_helper.cc", 397 "engagement/site_engagement_helper.cc",
394 "engagement/site_engagement_helper.h", 398 "engagement/site_engagement_helper.h",
395 "engagement/site_engagement_metrics.cc", 399 "engagement/site_engagement_metrics.cc",
396 "engagement/site_engagement_metrics.h", 400 "engagement/site_engagement_metrics.h",
397 "engagement/site_engagement_observer.cc", 401 "engagement/site_engagement_observer.cc",
398 "engagement/site_engagement_observer.h", 402 "engagement/site_engagement_observer.h",
(...skipping 4415 matching lines...) Expand 10 before | Expand all | Expand 10 after
4814 "//components/search_engines", 4818 "//components/search_engines",
4815 "//rlz:rlz_lib", 4819 "//rlz:rlz_lib",
4816 ] 4820 ]
4817 } 4821 }
4818 } 4822 }
4819 4823
4820 service_manifest("preferences_forwarder_manifest") { 4824 service_manifest("preferences_forwarder_manifest") {
4821 name = "preferences_forwarder" 4825 name = "preferences_forwarder"
4822 source = "prefs/forwarder_manifest.json" 4826 source = "prefs/forwarder_manifest.json"
4823 } 4827 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698