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

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

Issue 966443002: Add DataReductionProxy IPC to determine if the Data Reduction Proxy was used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to head Created 5 years, 10 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/common/BUILD.gn
diff --git a/components/cdm/common/BUILD.gn b/components/data_reduction_proxy/content/common/BUILD.gn
similarity index 55%
copy from components/cdm/common/BUILD.gn
copy to components/data_reduction_proxy/content/common/BUILD.gn
index 7af38692c592d082a2b4a2963c2c27c61ae160a9..cb33fbee498d4127521eb631ae39c2e1a9b92d07 100644
--- a/components/cdm/common/BUILD.gn
+++ b/components/data_reduction_proxy/content/common/BUILD.gn
@@ -1,17 +1,16 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
+# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("common") {
sources = [
- "cdm_message_generator.cc",
- "cdm_message_generator.h",
- "cdm_messages_android.h",
+ "data_reduction_proxy_messages.cc",
+ "data_reduction_proxy_messages.h",
]
deps = [
- "//base",
"//content/public/common",
"//ipc",
+ "//net",
]
}

Powered by Google App Engine
This is Rietveld 408576698