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

Unified Diff: content/content_child.gypi

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: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 013d2e5054dae601cdf053d2a42de5a0a954cd97..bfde2e2caf7f67a74b51c963756e1104703037be 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -23,6 +23,7 @@
],
'variables': {
'public_child_sources': [
+ 'public/child/child_thread.h',
'public/child/image_decoder_utils.h',
'public/child/request_peer.h',
'public/child/resource_dispatcher_delegate.h',
@@ -61,8 +62,8 @@
'child/child_resource_message_filter.h',
'child/child_shared_bitmap_manager.cc',
'child/child_shared_bitmap_manager.h',
- 'child/child_thread.cc',
- 'child/child_thread.h',
+ 'child/child_thread_impl.cc',
+ 'child/child_thread_impl.h',
'child/content_child_helpers.cc',
'child/content_child_helpers.h',
'child/database_util.cc',

Powered by Google App Engine
This is Rietveld 408576698