Skip to content

Commit

Permalink
components: Fix 'gn check' errors for user_prefs.
Browse files Browse the repository at this point in the history
Tested on Linux with the following command lines:

$ gn gen out-gn/Debug
$ gn check out-gn/Debug //components/os_crypt/*
$ gn check out-gn/Debug //components/user_prefs/*

BUG=367595, 376000
TEST=see above
R=brettw@chromium.org,mnissler@chromium.org
TBR=brettw@chromium.org

Review URL: https://codereview.chromium.org/1213713002

Cr-Commit-Position: refs/heads/master@{#336414}
  • Loading branch information
tfarina authored and Commit bot committed Jun 26, 2015
1 parent 062cdbb commit d016bd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gn
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion components/user_prefs/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit d016bd2

Please sign in to comment.