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

Unified Diff: components/pdf/common/BUILD.gn

Issue 477263003: pdf: Create a separate component for using the pdf pepper plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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/pdf/common/BUILD.gn
diff --git a/components/cdm/common/BUILD.gn b/components/pdf/common/BUILD.gn
similarity index 67%
copy from components/cdm/common/BUILD.gn
copy to components/pdf/common/BUILD.gn
index 7af38692c592d082a2b4a2963c2c27c61ae160a9..adff35e0ba6aa6d004194a4d10a576fb81e840bc 100644
--- a/components/cdm/common/BUILD.gn
+++ b/components/pdf/common/BUILD.gn
@@ -2,16 +2,19 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/features.gni")
+
static_library("common") {
sources = [
- "cdm_message_generator.cc",
- "cdm_message_generator.h",
- "cdm_messages_android.h",
+ "pdf_message_generator.cc",
+ "pdf_message_generator.h",
+ "pdf_messages.h",
]
deps = [
"//base",
"//content/public/common",
"//ipc",
+ "//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698