summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_android.gypi
diff options
context:
space:
mode:
authorjam <jam@chromium.org>2015-02-03 10:16:08 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-03 18:16:56 +0000
commit8a021512a24f87d3b1723f260e0380b874f3b9eb (patch)
treefe0fd8bea7c18d5b6d6f28338d150db187512866 /chrome/chrome_android.gypi
parent4adea21c6771ac1aaa6260524c3c283e85415672 (diff)
downloadchromium_src-8a021512a24f87d3b1723f260e0380b874f3b9eb.zip
chromium_src-8a021512a24f87d3b1723f260e0380b874f3b9eb.tar.gz
chromium_src-8a021512a24f87d3b1723f260e0380b874f3b9eb.tar.bz2
Unify the three places that patch font loading for PDFium on Windows.
This also removed the code from content, which doesn't belong there because it's for a feature in Chrome. In order to implement this in a unified way, I needed to create a public interface around ChildThread. A lot of the change is updating callers of ChildThread to use ChildThreadImpl instead. BUG=448473 Review URL: https://codereview.chromium.org/897563002 Cr-Commit-Position: refs/heads/master@{#314367}
Diffstat (limited to 'chrome/chrome_android.gypi')
-rw-r--r--chrome/chrome_android.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi
index 7ecfda0..3c62104 100644
--- a/chrome/chrome_android.gypi
+++ b/chrome/chrome_android.gypi
@@ -24,6 +24,7 @@
'dependencies': [
'chrome.gyp:browser',
'chrome.gyp:browser_ui',
+ 'chrome.gyp:child',
'chrome.gyp:plugin',
'chrome.gyp:renderer',
'chrome.gyp:utility',