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

Unified Diff: components/content_settings/core/browser/BUILD.gn

Issue 2628883008: Add a supervised user setting to allow all cookies. (Closed)
Patch Set: . Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: components/content_settings/core/browser/BUILD.gn
diff --git a/components/content_settings/core/browser/BUILD.gn b/components/content_settings/core/browser/BUILD.gn
index 270bbad01056df11e16549828169947ff147df8e..3e4fa6688f5fd0cbdf26a3b216d80db0d5bc0cfb 100644
--- a/components/content_settings/core/browser/BUILD.gn
+++ b/components/content_settings/core/browser/BUILD.gn
@@ -7,12 +7,12 @@ import("//ppapi/features/features.gni")
static_library("browser") {
sources = [
- "content_settings_binary_value_map.cc",
- "content_settings_binary_value_map.h",
"content_settings_default_provider.cc",
"content_settings_default_provider.h",
"content_settings_details.cc",
"content_settings_details.h",
+ "content_settings_global_value_map.cc",
+ "content_settings_global_value_map.h",
"content_settings_info.cc",
"content_settings_info.h",
"content_settings_observable_provider.cc",

Powered by Google App Engine
This is Rietveld 408576698