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

Unified Diff: pdf/pdf.gyp

Issue 1554263004: Clean up PDF plugin dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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
« pdf/BUILD.gn ('K') | « pdf/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/pdf.gyp
diff --git a/pdf/pdf.gyp b/pdf/pdf.gyp
index f70f1935bd566d1c923f69ca7f5aec25bf8eaa61..06ce3043f0ffd9c052a5577c0522a67fe00ff6f6 100644
--- a/pdf/pdf.gyp
+++ b/pdf/pdf.gyp
@@ -10,13 +10,10 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- '../components/components.gyp:ui_zoom',
- '../content/content.gyp:content_common',
'../gin/gin.gyp:gin',
'../net/net.gyp:net',
'../ppapi/ppapi.gyp:ppapi_cpp_objects',
'../ppapi/ppapi.gyp:ppapi_internal_module',
- '../third_party/pdfium/pdfium.gyp:pdfium',
],
'ldflags': [ '-L<(PRODUCT_DIR)',],
'sources': [
@@ -40,6 +37,9 @@
],
'conditions': [
['pdf_engine==0', {
+ 'dependencies': [
+ '../third_party/pdfium/pdfium.gyp:pdfium',
+ ],
'sources': [
'pdfium/pdfium_api_string_buffer_adapter.cc',
'pdfium/pdfium_api_string_buffer_adapter.h',
« pdf/BUILD.gn ('K') | « pdf/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698