summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbudorick <jbudorick@chromium.org>2016-01-27 15:54:17 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-27 23:55:44 +0000
commit12556951e56fb712f8fab1ec24eb73447a448f19 (patch)
tree338042f28494791d67134b30267f2e22de11b0b1
parent605adccc5336fbc83fb41fc6516c0e64eb3a0f79 (diff)
downloadchromium_src-12556951e56fb712f8fab1ec24eb73447a448f19.zip
chromium_src-12556951e56fb712f8fab1ec24eb73447a448f19.tar.gz
chromium_src-12556951e56fb712f8fab1ec24eb73447a448f19.tar.bz2
Make content_gpu.gypi depend on content_common_mojo_bindings in gyp.
mirroring https://code.google.com/p/chromium/codesearch#chromium/src/content/gpu/BUILD.gn&l=53 BUG=581707 NOTRY=true NOTREECHECKS=true TBR=jam@chromium.org Review URL: https://codereview.chromium.org/1648503002 Cr-Commit-Position: refs/heads/master@{#371910}
-rw-r--r--content/content_gpu.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi
index 5516ed4..1a6b7e6 100644
--- a/content/content_gpu.gypi
+++ b/content/content_gpu.gypi
@@ -7,6 +7,7 @@
'../base/base.gyp:base',
'../skia/skia.gyp:skia',
'../ui/gl/gl.gyp:gl',
+ 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
],
'sources': [
'gpu/gpu_child_thread.cc',