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

Unified Diff: chrome/chrome_exe.gypi

Issue 2799006: Update installer for internal plugin. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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/chrome_exe.gypi
===================================================================
--- chrome/chrome_exe.gypi (revision 49750)
+++ chrome/chrome_exe.gypi (working copy)
@@ -401,6 +401,12 @@
# etc.; should we try to extract from there instead?
'product_name': 'chrome'
}],
+ # On Mac, this is done in chrome_dll.gypi.
+ ['internal_pdf', {
+ 'dependencies': [
+ '../pdf/pdf.gyp:pdf',
+ ],
+ }],
],
'dependencies': [
'packed_extra_resources',
@@ -433,11 +439,6 @@
},
},
}],
- ['internal_pdf', {
- 'dependencies': [
- '../pdf/pdf.gyp:pdf',
- ],
- }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698