Index: components/cookie_config/BUILD.gn |
diff --git a/components/about_handler/BUILD.gn b/components/cookie_config/BUILD.gn |
similarity index 56% |
copy from components/about_handler/BUILD.gn |
copy to components/cookie_config/BUILD.gn |
index eeaff47f027871b388ba842f9d444148a76b9aa9..fc3b6326e536c7d77bf43451dfff6c77ff773a9a 100644 |
--- a/components/about_handler/BUILD.gn |
+++ b/components/cookie_config/BUILD.gn |
@@ -2,16 +2,16 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-source_set("about_handler") { |
+# GYP version: components/cookie_config.gypi:cookie_config |
+source_set("cookie_config") { |
sources = [ |
- "about_protocol_handler.cc", |
- "about_protocol_handler.h", |
- "url_request_about_job.cc", |
- "url_request_about_job.h", |
+ "cookie_store_util.cc", |
+ "cookie_store_util.h", |
] |
deps = [ |
"//base", |
+ "//components/os_crypt", |
"//net", |
] |
} |