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

Unified Diff: content/common/BUILD.gn

Issue 2908443002: Initial implementation of Cookie service.
Patch Set: Merged past dependency CLs to p482652. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/common/cookie_service_impl.h » ('j') | content/common/cookies.mojom » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 22a23adbefe228c6939a91f15c173ef7201bcfe0..779591cde2b12d686903ea81988b7e3639e6f1c5 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -102,6 +102,10 @@ source_set("common") {
"content_security_policy_header.h",
"content_switches_internal.cc",
"content_switches_internal.h",
+ "cookie_service_impl.cc",
+ "cookie_service_impl.h",
+ "cookies_traits.cc",
+ "cookies_traits.h",
"cross_site_document_classifier.cc",
"cross_site_document_classifier.h",
"cursors/webcursor.cc",
@@ -604,6 +608,7 @@ mojom("mojo_bindings") {
"associated_interfaces.mojom",
"child.mojom",
"child_memory_coordinator.mojom",
+ "cookies.mojom",
"field_trial_recorder.mojom",
"frame.mojom",
"frame_sink_provider.mojom",
« no previous file with comments | « no previous file | content/common/cookie_service_impl.h » ('j') | content/common/cookies.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698