summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gn2
-rw-r--r--components/user_prefs/BUILD.gn2
2 files changed, 3 insertions, 1 deletions
diff --git a/.gn b/.gn
index 9af1760..39721ca 100644
--- a/.gn
+++ b/.gn
@@ -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" ]