summaryrefslogtreecommitdiffstats
path: root/mojo/cc/DEPS
diff options
context:
space:
mode:
authorblundell <blundell@chromium.org>2015-01-29 23:01:43 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-30 07:02:54 +0000
commit33cb04550654d68c74f84d445eed184663bb15ab (patch)
treea1871d16d582556ad4be6b3e290a6ab661a31181 /mojo/cc/DEPS
parent673df3d93162edb9ad89544a1979d58a15b35cc5 (diff)
downloadchromium_src-33cb04550654d68c74f84d445eed184663bb15ab.zip
chromium_src-33cb04550654d68c74f84d445eed184663bb15ab.tar.gz
chromium_src-33cb04550654d68c74f84d445eed184663bb15ab.tar.bz2
Move services code brought in from Mojo to live under //third_party.
This CL moves services code that is brought in from the Mojo repo and currently living in //mojo/services to instead live in //third_party/mojo_services/src. It fixes up include paths, buildfile references, and DEPS entries to account for the new state of the world. Review URL: https://codereview.chromium.org/861683003 Cr-Commit-Position: refs/heads/master@{#313876}
Diffstat (limited to 'mojo/cc/DEPS')
-rw-r--r--mojo/cc/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/cc/DEPS b/mojo/cc/DEPS
index 9390f5e..0e75526 100644
--- a/mojo/cc/DEPS
+++ b/mojo/cc/DEPS
@@ -2,4 +2,5 @@ include_rules = [
"+cc",
"-cc/blink",
"+gpu/command_buffer/client",
+ "+third_party/mojo_services/src/surfaces",
]