Commit 7f222ef5 authored by reed@google.com's avatar reed@google.com

declare dependency on ui/gfx since jni_frame_consumer.cc includes from it

This is especially needed because ui/gfx headers, in turn, can include skia headers,
which are only meaningful in the context of skia's compile flags. Those are available
from ui/gfx since it re-exports skia's dependencies.

Landing tbr to unblock skia's DEPS roll.
TBR=lambros@chromium.org

Review URL: https://codereview.chromium.org/341633002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277926 0039d316-1c4b-4281-b951-d872f2087c98
parent 4dc67c17
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
'remoting_jni_headers', 'remoting_jni_headers',
'remoting_protocol', 'remoting_protocol',
'../google_apis/google_apis.gyp:google_apis', '../google_apis/google_apis.gyp:google_apis',
'../ui/gfx/gfx.gyp:gfx',
], ],
'sources': [ 'sources': [
'client/jni/android_keymap.cc', 'client/jni/android_keymap.cc',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment