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

Unified Diff: components/cookie_config/BUILD.gn

Issue 1405463006: Componentize CookieOSCryptoDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adding OWNERS Created 5 years, 2 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 | « components/cookie_config.gypi ('k') | components/cookie_config/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « components/cookie_config.gypi ('k') | components/cookie_config/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698