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

Unified Diff: chrome/chrome_dll.gypi

Issue 294793003: Add the pdf plugin's source in src\pdf. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: review comments and sync past DEPS roll to fix gyp Created 6 years, 7 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
« no previous file with comments | « build/common.gypi ('k') | chrome/chrome_dll_bundle.gypi » ('j') | pdf/pdf.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_dll.gypi
===================================================================
--- chrome/chrome_dll.gypi (revision 271525)
+++ chrome/chrome_dll.gypi (working copy)
@@ -282,6 +282,9 @@
'app/chrome_main_mac.mm',
'app/chrome_main_mac.h',
],
+ 'dependencies': [
+ '../pdf/pdf.gyp:pdf',
+ ],
'include_dirs': [
'<(grit_out_dir)',
],
@@ -319,11 +322,6 @@
'../components/components.gyp:breakpad_stubs',
],
}], # mac_breakpad_compiled_in
- ['internal_pdf', {
- 'dependencies': [
- '../pdf/pdf.gyp:pdf',
- ],
- }],
], # conditions
}], # OS=="mac"
], # conditions
« no previous file with comments | « build/common.gypi ('k') | chrome/chrome_dll_bundle.gypi » ('j') | pdf/pdf.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698