diff options
author | jam <jam@chromium.org> | 2015-05-14 15:56:10 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-14 22:56:18 +0000 |
commit | 05a3de409c2653028aede6a467bb70c0addf57fc (patch) | |
tree | 77329d790a38ff6aed7d8f9ae1d17e169887057a /content/ppapi_plugin | |
parent | 067d014b8f1918db09939aa765bdfa7576ab3d50 (diff) | |
download | chromium_src-05a3de409c2653028aede6a467bb70c0addf57fc.zip chromium_src-05a3de409c2653028aede6a467bb70c0addf57fc.tar.gz chromium_src-05a3de409c2653028aede6a467bb70c0addf57fc.tar.bz2 |
Fork the mojo shell interfaces used by Mandoline.
Per in-person discussions, as long as we have a fork of mojo shell we'll fork the interfaces.
I'll do third_party/mojo/src/mojo/public/java/application in a followup.
TBR=tsepez
Review URL: https://codereview.chromium.org/1139123006
Cr-Commit-Position: refs/heads/master@{#329965}
Diffstat (limited to 'content/ppapi_plugin')
-rw-r--r-- | content/ppapi_plugin/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/ppapi_plugin/BUILD.gn b/content/ppapi_plugin/BUILD.gn index b4a6704..ef4dcdf 100644 --- a/content/ppapi_plugin/BUILD.gn +++ b/content/ppapi_plugin/BUILD.gn @@ -39,11 +39,11 @@ source_set("ppapi_plugin_sources") { "//content:export", "//content/public/child:child_sources", "//content/public/common:common_sources", + "//mojo/application/public/interfaces", "//ppapi/proxy:ipc", "//skia", "//third_party/icu", "//third_party/WebKit/public:blink", - "//third_party/mojo/src/mojo/public/interfaces/application", "//ui/base", "//ui/gfx", "//ui/gfx/geometry", |