Skip to content

Commit

Permalink
Fix 'gn check' errors found in nacl_trusted_plugin target.
Browse files Browse the repository at this point in the history
$ gn gen out-gn
$ gn check out-gn //components/nacl/renderer/plugin/*

BUG=367595,376000
TEST=see above
R=bradnelson@google.com,brettw@chromium.org
TBR=bradnelson@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#322478}
  • Loading branch information
tfarina authored and Commit bot committed Mar 26, 2015
1 parent 5142865 commit 5005913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/nacl/renderer/plugin/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ source_set("nacl_trusted_plugin") {
]

deps = [
"//base",
"//media:shared_memory_support",
"//native_client/src/shared/gio",
"//native_client/src/shared/imc",
Expand All @@ -29,6 +30,7 @@ source_set("nacl_trusted_plugin") {
"//native_client/src/trusted/platform_qualify:platform_qual_lib",
"//native_client/src/trusted/simple_service",
"//native_client/src/trusted/weak_ref",
"//ppapi/c",
"//ppapi/cpp:objects",
"//ppapi/cpp/private:internal_module",
]
Expand Down

0 comments on commit 5005913

Please sign in to comment.