Skip to content

Commit

Permalink
Make //ppapi/examples/* gn check clean.
Browse files Browse the repository at this point in the history
Review URL: https://codereview.chromium.org/1552833002

Cr-Commit-Position: refs/heads/master@{#367209}
  • Loading branch information
jeremyroman authored and Commit bot committed Dec 31, 2015
1 parent 77ab262 commit 86f7827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gn
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ check_targets = [

#"//pdf/*", # Medium-hard.
#"//ppapi/*", # Lots of errors.
"//ppapi/examples/*",
"//printing/*",

#"//remoting/*", # Medium-hard.
Expand Down
2 changes: 1 addition & 1 deletion ppapi/cpp/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source_set("cpp") {
"ppp_entrypoints.cc",
]

deps = [
public_deps = [
":objects",
"//ppapi/c",
]
Expand Down

0 comments on commit 86f7827

Please sign in to comment.