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

Unified Diff: chrome/child/BUILD.gn

Issue 897563002: Unify the three places that patch font loading for PDFium on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: chrome/child/BUILD.gn
diff --git a/chrome/plugin/BUILD.gn b/chrome/child/BUILD.gn
similarity index 61%
copy from chrome/plugin/BUILD.gn
copy to chrome/child/BUILD.gn
index 1da688a0741b86e45b2e3056bd13812ab31a3b1f..1b268f18b2ea6c814f23cea3133a02544453e6b5 100644
--- a/chrome/plugin/BUILD.gn
+++ b/chrome/child/BUILD.gn
@@ -2,18 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("plugin") {
+static_library("child") {
sources = [
- "chrome_content_plugin_client.cc",
- "chrome_content_plugin_client.h",
+ "pdf_child_init.cc",
+ "pdf_child_init.h",
]
configs += [ "//build/config/compiler:wexit_time_destructors" ]
deps = [
"//base",
- "//chrome:strings",
- "//content/public/plugin",
- "//gin",
+ "//content/public/child",
]
}

Powered by Google App Engine
This is Rietveld 408576698