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

Unified Diff: components/user_prefs/BUILD.gn

Issue 1254123002: Revert of components: Make user_prefs a source_set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/user_prefs.gypi ('k') | components/user_prefs/user_prefs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_prefs/BUILD.gn
diff --git a/components/user_prefs/BUILD.gn b/components/user_prefs/BUILD.gn
index cd588d1a769990e997efcb624ac2fecfc67259cd..3d777d23325f4b0e982ee9f7c927cd9782535833 100644
--- a/components/user_prefs/BUILD.gn
+++ b/components/user_prefs/BUILD.gn
@@ -2,11 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("user_prefs") {
+component("user_prefs") {
sources = [
"user_prefs.cc",
"user_prefs.h",
+ "user_prefs_export.h",
]
+
+ defines = [ "USER_PREFS_IMPLEMENTATION" ]
deps = [
"//base",
« no previous file with comments | « components/user_prefs.gypi ('k') | components/user_prefs/user_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698