Skip to content

Commit

Permalink
add snappy and leveldatabase to the list of targets to be checked by …
Browse files Browse the repository at this point in the history
…"gn check"

Checked on Linux with the following command line:

$ gn check --force gn-ninja-out/local-dbg --args='is_debug=true
is_component_build=true symbol_level=1' //third_party/leveldatabase/*

$ gn check --force gn-ninja-out/local-dbg --args='is_debug=true
is_component_build=true symbol_level=1' //third_party/snappy/*

BUG=502447

Change-Id: I6bba055a2d8b7af6aed8f1ed51ceff3140ecda2a
Reviewed-on: https://chromium-review.googlesource.com/508732
Reviewed-by: Jochen Eisinger <jochen@chromium.org>
Commit-Queue: Thiago Farina <tfarina@chromium.org>
Cr-Commit-Position: refs/heads/master@{#472823}
  • Loading branch information
tfarina authored and Commit Bot committed May 18, 2017
1 parent 2c1f319 commit d7d6885
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gn
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,11 @@ check_targets = [
#"//third_party/*", # May not ever want this.
"//third_party/brotli/*",
"//third_party/hunspell/*",
"//third_party/leveldatabase/*",
"//third_party/libaddressinput/*",
"//third_party/libphonenumber/*",
"//third_party/libwebp/*",
"//third_party/snappy/*",
"//third_party/WebKit/*",
"//tools/*",

Expand Down

0 comments on commit d7d6885

Please sign in to comment.