diff options
author | cjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-12 04:59:22 +0000 |
---|---|---|
committer | cjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-12 04:59:22 +0000 |
commit | a5d20a27ea5dc48d3e80726b596c248be8970251 (patch) | |
tree | e543350e12a73f1759d27c7a6fa38333f10a977a /mojo/public | |
parent | dbd38e814d2a0168eb218942313ded234c1e76df (diff) | |
download | chromium_src-a5d20a27ea5dc48d3e80726b596c248be8970251.zip chromium_src-a5d20a27ea5dc48d3e80726b596c248be8970251.tar.gz chromium_src-a5d20a27ea5dc48d3e80726b596c248be8970251.tar.bz2 |
Add missing files/deps/defines
TBR=darin@chromium.org
Review URL: https://codereview.chromium.org/371903003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282804 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/public')
-rw-r--r-- | mojo/public/cpp/bindings/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn index 3c13e88..bba3519 100644 --- a/mojo/public/cpp/bindings/BUILD.gn +++ b/mojo/public/cpp/bindings/BUILD.gn @@ -34,6 +34,8 @@ source_set("bindings") { "lib/message_builder.cc", "lib/message_builder.h", "lib/message_filter.cc", + "lib/message_header_validator.cc", + "lib/message_header_validator.h", "lib/message_internal.h", "lib/message_queue.cc", "lib/message_queue.h", |