| 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",
|
|
|