Skip to content

Commit

Permalink
[CodeHealth] Enable gn check for //ppapi/host:*
Browse files Browse the repository at this point in the history
Fixed: 1158993
Change-Id: I516b5ba97913638a34dbbb078c59305ddb474d28
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2980612
Reviewed-by: Dirk Pranke <dpranke@google.com>
Reviewed-by: Bill Budge <bbudge@chromium.org>
Commit-Queue: Vidhan Jain <vidhanj@google.com>
Cr-Commit-Position: refs/heads/master@{#894933}
  • Loading branch information
Vidhan authored and Chromium LUCI CQ committed Jun 23, 2021
1 parent 382459a commit ab154fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .gn
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ no_check_targets = [
"//headless:*", # 167 errors
"//native_client/src/trusted/service_runtime:*", # 2 errors
"//ppapi/cpp/private:*", # 1 error
"//ppapi/host:*", # 1 error
"//ppapi/native_client/src/untrusted/pnacl_irt_shim:*", # 197 errors
"//ppapi/proxy:*", # 31 errors
"//ppapi/thunk:*", # 1071 errors
Expand Down
1 change: 1 addition & 0 deletions ppapi/host/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ component("host") {
deps = [
"//base",
"//media:shared_memory_support",
"//net",
"//ppapi/c",
"//ppapi/proxy:ipc",
"//ppapi/shared_impl",
Expand Down

0 comments on commit ab154fb

Please sign in to comment.