diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-14 20:54:26 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-14 20:55:35 +0000 |
commit | 70a02a65eff108b172db9baa2b9fd52226d7f64c (patch) | |
tree | 843f5feec4442e5a551a917584531116a1cff382 /mojo | |
parent | e8fbc3fe74ec6a996f3b94e77c23974f12e11d5a (diff) | |
download | chromium_src-70a02a65eff108b172db9baa2b9fd52226d7f64c.zip chromium_src-70a02a65eff108b172db9baa2b9fd52226d7f64c.tar.gz chromium_src-70a02a65eff108b172db9baa2b9fd52226d7f64c.tar.bz2 |
Mojo: Add platform_shared_buffer.h to the .gn file.
I forgot to do this in r289667.
R=darin@chromium.org, jamesr@chromium.org
Review URL: https://codereview.chromium.org/475883002
Cr-Commit-Position: refs/heads/master@{#289693}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo')
-rw-r--r-- | mojo/system/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/system/BUILD.gn b/mojo/system/BUILD.gn index 5ce0cd3..441d622 100644 --- a/mojo/system/BUILD.gn +++ b/mojo/system/BUILD.gn @@ -30,6 +30,7 @@ component("system") { "../embedder/platform_handle_utils_posix.cc", "../embedder/platform_handle_utils_win.cc", "../embedder/platform_handle_vector.h", + "../embedder/platform_shared_buffer.h", "../embedder/scoped_platform_handle.h", "channel.cc", "channel.h", |