Commit 6d6ef4e9 authored by sbc's avatar sbc Committed by Commit bot

Fix typo in untrusted/irt_stub/BUILD.gn

This should have been part of https://codereview.chromium.org/1094103003

TBR=ncbray
BUG=479262

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

Cr-Commit-Position: refs/heads/master@{#329521}
parent 26fc3f95
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
assert(is_nacl, assert(is_nacl,
"These targets must only be built using the untrusted NaCl toolchains.") "These targets must only be built using the untrusted NaCl toolchains.")
# TODO(sbc): Make sure this library gets built with -fPIC. Right not it # TODO(sbc): Make sure this library gets built with -fPIC. Right now it
# doesn't seem that is built at all. # doesn't seem that is built at all.
source_set("ppapi_stub_lib") { source_set("ppapi_stub_lib") {
sources = [ sources = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment