summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenryhsu <henryhsu@chromium.org>2015-07-16 01:28:19 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-16 08:29:09 +0000
commit835f5b61c251e60088256d952188632d2d671cba (patch)
treea66bf94df7fa8f1b6f36d35ca8cc76a1839d3a3e
parentba244796110c0e83b649a69446f1b0ff086bb609 (diff)
downloadchromium_src-835f5b61c251e60088256d952188632d2d671cba.zip
chromium_src-835f5b61c251e60088256d952188632d2d671cba.tar.gz
chromium_src-835f5b61c251e60088256d952188632d2d671cba.tar.bz2
Fix link error for jpeg_decode_accelerator_unittest
This error happened on ChromiumOS Codesearch bot. BUG=426383 TEST=build all targets passed with GYP_DEFINES="component=shared_library clang=1 fastbuild=1 use_goma=1 target_arch=x64 chromeos=1 proprietary_codes=1 ffmpeg_branding=ChromeOS use_ozone=1" Review URL: https://codereview.chromium.org/1228733004 Cr-Commit-Position: refs/heads/master@{#339001}
-rw-r--r--content/content_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 8e6c405..5671b20 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1771,6 +1771,7 @@
'../media/media.gyp:media_test_support',
'../testing/gtest.gyp:gtest',
'../third_party/libyuv/libyuv.gyp:libyuv',
+ '../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gl/gl.gyp:gl',
'content.gyp:content',