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

Unified Diff: components/cookie_config/BUILD.gn

Issue 2165183003: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac fix Created 4 years, 5 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/content_settings/core/browser/BUILD.gn ('k') | components/crash/content/app/BUILD.gn » ('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/cookie_config/BUILD.gn b/components/cookie_config/BUILD.gn
index be3bb12497b199fc0710ecc3fdbbe4550f960563..b48d808e2c1022a8fa9cecd88e6020ac2bf2f483 100644
--- a/components/cookie_config/BUILD.gn
+++ b/components/cookie_config/BUILD.gn
@@ -3,7 +3,7 @@
# found in the LICENSE file.
# GYP version: components/cookie_config.gypi:cookie_config
-source_set("cookie_config") {
+static_library("cookie_config") {
sources = [
"cookie_store_util.cc",
"cookie_store_util.h",
« no previous file with comments | « components/content_settings/core/browser/BUILD.gn ('k') | components/crash/content/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698