diff options
author | bungeman <bungeman@chromium.org> | 2015-05-27 09:59:53 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-27 17:00:36 +0000 |
commit | 87e6e16627fee7a3f1e5076a8d20dcdffdc93255 (patch) | |
tree | 6c399fabf3a3515adaaaa54b1cedaac2fce3d29f /media/cast/cast_testing.gypi | |
parent | 9724eb43c2e278aedc95911d0d423908f2e04419 (diff) | |
download | chromium_src-87e6e16627fee7a3f1e5076a8d20dcdffdc93255.zip chromium_src-87e6e16627fee7a3f1e5076a8d20dcdffdc93255.tar.gz chromium_src-87e6e16627fee7a3f1e5076a8d20dcdffdc93255.tar.bz2 |
Correct gfx dependency for cast_receiver_app.
The cast_receiver_app target was moved with
https://codereview.chromium.org/248083005 r265690
84b92fa8262514ba3097a55b550147837a08e906 . However, when this was
done, the gfx.gyp:gfx_geometry target was added to 'sources'
instead of 'dependencies'.
Review URL: https://codereview.chromium.org/1151503005
Cr-Commit-Position: refs/heads/master@{#331586}
Diffstat (limited to 'media/cast/cast_testing.gypi')
-rw-r--r-- | media/cast/cast_testing.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/cast/cast_testing.gypi b/media/cast/cast_testing.gypi index fbc4d47..e763dc2 100644 --- a/media/cast/cast_testing.gypi +++ b/media/cast/cast_testing.gypi @@ -184,6 +184,7 @@ 'cast_net', 'cast_receiver', 'cast_test_utility', + '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', '<(DEPTH)/net/net.gyp:net_test_support', '<(DEPTH)/media/media.gyp:media', '<(DEPTH)/testing/gtest.gyp:gtest', @@ -201,7 +202,6 @@ 'sources': [ '<(DEPTH)/media/cast/test/linux_output_window.cc', '<(DEPTH)/media/cast/test/linux_output_window.h', - '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', ], }], ], |