summaryrefslogtreecommitdiffstats
path: root/content/content_tests.gypi
diff options
context:
space:
mode:
authorjaekyun <jaekyun@chromium.org>2014-12-04 08:19:13 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-04 16:19:31 +0000
commitd5de7e4469af397027ca13927c4426baec270d4e (patch)
tree1d0bfcd0dce30bac7faf19d6f79cf1ab3e7898fd /content/content_tests.gypi
parentce662dde5e552e08c14dbb432c05a554e46b1534 (diff)
downloadchromium_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.gypi1
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',
],