summaryrefslogtreecommitdiffstats
path: root/components/BUILD.gn
diff options
context:
space:
mode:
authormegjablon <megjablon@chromium.org>2015-02-17 11:09:35 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-17 19:10:39 +0000
commitf005db94949dda29ef9273caa01216969a229c01 (patch)
tree6eb662cac19ce27ad4783a335dd7ea2d05f4c6a2 /components/BUILD.gn
parent36467ea97222e9c55cdce63dafab926dc1e88b92 (diff)
downloadchromium_src-f005db94949dda29ef9273caa01216969a229c01.zip
chromium_src-f005db94949dda29ef9273caa01216969a229c01.tar.gz
chromium_src-f005db94949dda29ef9273caa01216969a229c01.tar.bz2
Data Reduction Proxy Blocking page and resources
Adds the blocking page and resources for the Data Reduction Proxy bypass interstitials. This intersitial is shown when the user loads a resource that returns a data reduction proxy bypass on http. The user can choose to continue loading the page or go back to the previous page. If the user accepts loading the page, the intertitial will not be shown again for another 5 minutes. BUG=428408 Review URL: https://codereview.chromium.org/830503004 Cr-Commit-Position: refs/heads/master@{#316621}
Diffstat (limited to 'components/BUILD.gn')
-rw-r--r--components/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 10d0d89..97417d0 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -260,6 +260,10 @@ if (!is_win || link_chrome_on_windows) {
"//ui/base",
]
+ if (is_android) {
+ deps += [ "//components/data_reduction_proxy/content/browser:unit_tests" ]
+ }
+
# TODO(GYP) need this target.
#'breakpad/app/crash_keys_win_unittest.cc',