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

Unified Diff: components/rappor/content/common/BUILD.gn

Issue 1014543003: Add an IPC method for Blink to call RapporService::RecordSample() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « components/rappor/DEPS ('k') | components/rappor/content/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/rappor/content/common/BUILD.gn
diff --git a/components/data_reduction_proxy/content/common/BUILD.gn b/components/rappor/content/common/BUILD.gn
similarity index 66%
copy from components/data_reduction_proxy/content/common/BUILD.gn
copy to components/rappor/content/common/BUILD.gn
index cb33fbee498d4127521eb631ae39c2e1a9b92d07..17e0f210f0c89df4c065c3cd22eb49aa8804f7b6 100644
--- a/components/data_reduction_proxy/content/common/BUILD.gn
+++ b/components/rappor/content/common/BUILD.gn
@@ -4,13 +4,12 @@
static_library("common") {
sources = [
- "data_reduction_proxy_messages.cc",
- "data_reduction_proxy_messages.h",
+ "rappor_messages.cc",
+ "rappor_messages.h",
]
deps = [
- "//content/public/common",
+ "//base",
"//ipc",
- "//net",
]
}
« no previous file with comments | « components/rappor/DEPS ('k') | components/rappor/content/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698