| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 4029bbb1ce9887324655e2bc50265d17f44fac33..9932c81c02b0bde07a627411be5efc7e346e572d 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -105,6 +105,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",
|
| + "cookie_traits.cc",
|
| + "cookie_traits.h",
|
| "cross_site_document_classifier.cc",
|
| "cross_site_document_classifier.h",
|
| "cursors/webcursor.cc",
|
| @@ -593,6 +597,7 @@ mojom("mojo_bindings") {
|
| "associated_interfaces.mojom",
|
| "child.mojom",
|
| "child_memory_coordinator.mojom",
|
| + "cookie.mojom",
|
| "field_trial_recorder.mojom",
|
| "frame.mojom",
|
| "frame_sink_provider.mojom",
|
|
|