Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: components/data_reduction_proxy/content/browser/BUILD.gn

Issue 830503004: Data Reduction Proxy blocking page and resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interstitalStep1
Patch Set: Rebase and crash fixes Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/data_reduction_proxy/content/browser/BUILD.gn
diff --git a/components/data_reduction_proxy/content/browser/BUILD.gn b/components/data_reduction_proxy/content/browser/BUILD.gn
index 7d19e59554967e214fab923d2225d23d64582f03..9dce91d00dbebd47d5b27e58868655d65501e7fa 100644
--- a/components/data_reduction_proxy/content/browser/BUILD.gn
+++ b/components/data_reduction_proxy/content/browser/BUILD.gn
@@ -4,6 +4,8 @@
static_library("content") {
sources = [
+ "data_reduction_proxy_blocking_page.cc",
+ "data_reduction_proxy_blocking_page.h",
"data_reduction_proxy_resource_throttle.cc",
"data_reduction_proxy_resource_throttle.h",
"data_reduction_proxy_ui_manager.cc",
@@ -14,14 +16,18 @@ static_library("content") {
deps = [
"//base",
+ "//components/resources",
+ "//components/strings",
"//content/public/browser",
"//skia",
+ "//ui/base",
]
}
source_set("unit_tests") {
testonly = true
sources = [
+ "data_reduction_proxy_blocking_page_unittest.cc",
blundell 2015/01/14 20:52:12 should this be added only on android, based on the
megjablon 2015/01/15 00:51:59 Done.
"data_reduction_proxy_resource_throttle_unittest.cc",
"data_reduction_proxy_ui_manager_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698