diff options
author | sebmarchand <sebmarchand@chromium.org> | 2014-10-23 16:01:11 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-23 23:01:38 +0000 |
commit | 549e23b2cccdc595e152255f012733485ac17ae2 (patch) | |
tree | 6d7b8acf83b56120ee671b64393a896f43167c2d | |
parent | 78f60ef1ef5a8f4af3317383985955da4f1d4fdb (diff) | |
download | chromium_src-549e23b2cccdc595e152255f012733485ac17ae2.zip chromium_src-549e23b2cccdc595e152255f012733485ac17ae2.tar.gz chromium_src-549e23b2cccdc595e152255f012733485ac17ae2.tar.bz2 |
Add a dependency to mesa.gyp:osmesa to chrome_run.
BUG=
Review URL: https://codereview.chromium.org/666143004
Cr-Commit-Position: refs/heads/master@{#300966}
-rw-r--r-- | chrome/chrome_exe.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 58d233d..3fe83f1 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -674,6 +674,8 @@ 'type': 'none', 'dependencies': [ 'chrome', + # Runtime dependencies + '../third_party/mesa/mesa.gyp:osmesa', ], 'includes': [ '../build/isolate.gypi', |