diff options
author | jaekyun <jaekyun@chromium.org> | 2014-12-04 08:19:13 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-04 16:19:31 +0000 |
commit | d5de7e4469af397027ca13927c4426baec270d4e (patch) | |
tree | 1d0bfcd0dce30bac7faf19d6f79cf1ab3e7898fd /content/content_app.gypi | |
parent | ce662dde5e552e08c14dbb432c05a554e46b1534 (diff) | |
download | chromium_src-d5de7e4469af397027ca13927c4426baec270d4e.zip chromium_src-d5de7e4469af397027ca13927c4426baec270d4e.tar.gz chromium_src-d5de7e4469af397027ca13927c4426baec270d4e.tar.bz2 |
Upstream ResourceManager
And expose ResourceManager through the Compositor interface.
https://chrome-internal-review.googlesource.com/184331/ is a counter part in downstream.
BUG=426939
Review URL: https://codereview.chromium.org/731133002
Cr-Commit-Position: refs/heads/master@{#306830}
Diffstat (limited to 'content/content_app.gypi')
-rw-r--r-- | content/content_app.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_app.gypi b/content/content_app.gypi index c8ad3f0..d0a3296 100644 --- a/content/content_app.gypi +++ b/content/content_app.gypi @@ -46,6 +46,7 @@ 'dependencies': [ 'content.gyp:content_jni_headers', '../skia/skia.gyp:skia', + '../ui/android/ui_android.gyp:ui_android', ], 'includes': [ '../build/android/cpufeatures.gypi', |