summaryrefslogtreecommitdiffstats
path: root/chrome/DEPS
diff options
context:
space:
mode:
authorsky <sky@chromium.org>2015-08-05 14:29:34 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-05 21:30:16 +0000
commita11b4d76a27816fe025af647825becac5f633c34 (patch)
tree0be98a2476a87d90c23e172660d4e2d14f1dd1fd /chrome/DEPS
parent3e4aaaa45c528d4ab0670331a6c0ebfc4f3ab8e6 (diff)
downloadchromium_src-a11b4d76a27816fe025af647825becac5f633c34.zip
chromium_src-a11b4d76a27816fe025af647825becac5f633c34.tar.gz
chromium_src-a11b4d76a27816fe025af647825becac5f633c34.tar.bz2
Straightens outs DEPS in mojo/common
Prior to this change //mojo/environment depended upon //mojo/common. //mojo/common's deps are wrong and it needs to be depend upon various things in //third_party/mojo/src/mojo... When these DEPS are added link errors result because Environment and and a couple of other things need to be defined. These are defined in //mojo/environment. But //mojo/environment can't be a dep of //mojo/common, else we get a cycle. To straighten this out I've moved the files //mojo/environment needs from //mojo/common to //mojo/message_pump. //mojo/environment no longer depends upon //mojo/common, only //mojo/message_pump. //mojo/common can then depend upon //mojo/environment and we no longer have the cycle. Yay! BUG=none TEST=none Review URL: https://codereview.chromium.org/1262173005 Cr-Commit-Position: refs/heads/master@{#341979}
Diffstat (limited to 'chrome/DEPS')
-rw-r--r--chrome/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS
index 0672af6..b5972c7 100644
--- a/chrome/DEPS
+++ b/chrome/DEPS
@@ -25,6 +25,7 @@ include_rules = [
"+content/public/common",
"+content/public/test",
"+mojo/common",
+ "+mojo/message_pump",
# Don't allow inclusion of these other libs we shouldn't be calling directly.
"-webkit",