| Index: components/user_prefs/BUILD.gn
|
| diff --git a/components/user_prefs/BUILD.gn b/components/user_prefs/BUILD.gn
|
| index 3d777d23325f4b0e982ee9f7c927cd9782535833..cd588d1a769990e997efcb624ac2fecfc67259cd 100644
|
| --- a/components/user_prefs/BUILD.gn
|
| +++ b/components/user_prefs/BUILD.gn
|
| @@ -2,15 +2,12 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -component("user_prefs") {
|
| +source_set("user_prefs") {
|
| sources = [
|
| "user_prefs.cc",
|
| "user_prefs.h",
|
| - "user_prefs_export.h",
|
| ]
|
|
|
| - defines = [ "USER_PREFS_IMPLEMENTATION" ]
|
| -
|
| deps = [
|
| "//base",
|
| "//base:prefs",
|
|
|