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", |
] |
} |