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_tests.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_tests.gypi')
-rw-r--r-- | content/content_tests.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi index 0224b40..7f28b16 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -355,6 +355,7 @@ }], ['OS=="android"', { 'dependencies': [ + '../ui/android/ui_android.gyp:ui_android', '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 'content.gyp:content_v8_external_data', ], |