summaryrefslogtreecommitdiffstats
path: root/content/app
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/app
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/app')
-rw-r--r--content/app/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
index 6aae696..463d9f1 100644
--- a/content/app/BUILD.gn
+++ b/content/app/BUILD.gn
@@ -61,9 +61,9 @@ if (is_ios) {
]
} else {
content_app_deps += [
+ "//mojo/application/public/interfaces",
"//mojo/environment:chromium",
"//third_party/mojo/src/mojo/edk/system",
- "//third_party/mojo/src/mojo/public/interfaces/application",
]
}