diff options
-rw-r--r-- | .gn | 2 | ||||
-rw-r--r-- | components/user_prefs/BUILD.gn | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -35,8 +35,10 @@ check_targets = [ #"//components/*", # Lots of errors. "//components/autofill/*", "//components/bookmarks/*", + "//components/os_crypt/*", "//components/pref_registry/*", "//components/undo/*", + "//components/user_prefs/*", "//components/webcrypto/*", #"//content/*", # A whole lot of errors. diff --git a/components/user_prefs/BUILD.gn b/components/user_prefs/BUILD.gn index 195605b..3d777d2 100644 --- a/components/user_prefs/BUILD.gn +++ b/components/user_prefs/BUILD.gn @@ -6,7 +6,7 @@ component("user_prefs") { sources = [ "user_prefs.cc", "user_prefs.h", - "user_prefs/user_prefs_export.h", + "user_prefs_export.h", ] defines = [ "USER_PREFS_IMPLEMENTATION" ] |