summaryrefslogtreecommitdiffstats
path: root/content/content_common_mojo_bindings.gyp
diff options
context:
space:
mode:
authorjam <jam@chromium.org>2015-05-14 15:56:10 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-14 22:56:18 +0000
commit05a3de409c2653028aede6a467bb70c0addf57fc (patch)
tree77329d790a38ff6aed7d8f9ae1d17e169887057a /content/content_common_mojo_bindings.gyp
parent067d014b8f1918db09939aa765bdfa7576ab3d50 (diff)
downloadchromium_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/content_common_mojo_bindings.gyp')
-rw-r--r--content/content_common_mojo_bindings.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
index e83a35b..dc2df70 100644
--- a/content/content_common_mojo_bindings.gyp
+++ b/content/content_common_mojo_bindings.gyp
@@ -33,8 +33,8 @@
'variables': { 'enable_wexit_time_destructors': 1, },
'dependencies': [
'content_common_mojo_bindings_mojom',
+ '../mojo/mojo_base.gyp:mojo_application_bindings',
'../mojo/mojo_base.gyp:mojo_environment_chromium',
- '../third_party/mojo/mojo_public.gyp:mojo_application_bindings',
'../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
]
},