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

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: Fix an XML goof Created 3 years, 5 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 | « no previous file | chrome/browser/download/chrome_download_manager_delegate.cc » ('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 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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 "download/download_target_determiner_delegate.h", 376 "download/download_target_determiner_delegate.h",
377 "download/download_target_info.cc", 377 "download/download_target_info.cc",
378 "download/download_target_info.h", 378 "download/download_target_info.h",
379 "download/download_task_scheduler_impl.cc", 379 "download/download_task_scheduler_impl.cc",
380 "download/download_task_scheduler_impl.h", 380 "download/download_task_scheduler_impl.h",
381 "download/download_ui_controller.cc", 381 "download/download_ui_controller.cc",
382 "download/download_ui_controller.h", 382 "download/download_ui_controller.h",
383 "download/drag_download_item.h", 383 "download/drag_download_item.h",
384 "download/save_package_file_picker.cc", 384 "download/save_package_file_picker.cc",
385 "download/save_package_file_picker.h", 385 "download/save_package_file_picker.h",
386 "download/trusted_sources_manager.cc",
387 "download/trusted_sources_manager.h",
388 "download/trusted_sources_manager_posix.cc",
389 "download/trusted_sources_manager_win.cc",
386 "engagement/important_sites_usage_counter.cc", 390 "engagement/important_sites_usage_counter.cc",
387 "engagement/important_sites_usage_counter.h", 391 "engagement/important_sites_usage_counter.h",
388 "engagement/important_sites_util.cc", 392 "engagement/important_sites_util.cc",
389 "engagement/important_sites_util.h", 393 "engagement/important_sites_util.h",
390 "engagement/site_engagement_helper.cc", 394 "engagement/site_engagement_helper.cc",
391 "engagement/site_engagement_helper.h", 395 "engagement/site_engagement_helper.h",
392 "engagement/site_engagement_metrics.cc", 396 "engagement/site_engagement_metrics.cc",
393 "engagement/site_engagement_metrics.h", 397 "engagement/site_engagement_metrics.h",
394 "engagement/site_engagement_observer.cc", 398 "engagement/site_engagement_observer.cc",
395 "engagement/site_engagement_observer.h", 399 "engagement/site_engagement_observer.h",
(...skipping 4207 matching lines...) Expand 10 before | Expand all | Expand 10 after
4603 "//components/search_engines", 4607 "//components/search_engines",
4604 "//rlz:rlz_lib", 4608 "//rlz:rlz_lib",
4605 ] 4609 ]
4606 } 4610 }
4607 } 4611 }
4608 4612
4609 service_manifest("preferences_forwarder_manifest") { 4613 service_manifest("preferences_forwarder_manifest") {
4610 name = "preferences_forwarder" 4614 name = "preferences_forwarder"
4611 source = "prefs/forwarder_manifest.json" 4615 source = "prefs/forwarder_manifest.json"
4612 } 4616 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/download/chrome_download_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698