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

Unified Diff: chrome/chrome_dll.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
« no previous file with comments | « no previous file | chrome/chrome_exe.gypi » ('j') | chrome/installer/mini_installer/chrome.release » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_dll.gypi
===================================================================
--- chrome/chrome_dll.gypi (revision 49750)
+++ chrome/chrome_dll.gypi (working copy)
@@ -288,6 +288,11 @@
# dependency here. flash_player.gyp will copy the Flash bundle
# into PRODUCT_DIR.
'../third_party/adobe/flash/flash_player.gyp:flash_player',
+ 'conditions': [
+ ['internal_pdf', {
viettrungluu 2010/06/15 01:45:43 When/where/how is internal_pdf set?
jam 2010/06/15 01:52:07 It's mapped in using supplemental gypi stuff, when
+ '../pdf/pdf.gyp:pdf',
+ }],
+ ],
],
'rules': [
{
@@ -475,6 +480,11 @@
'<(PRODUCT_DIR)/plugin.vch',
],
}],
+ ['internal_pdf', {
+ 'files': [
+ '<(PRODUCT_DIR)/PDF.plugin',
+ ],
+ }],
],
},
],
« no previous file with comments | « no previous file | chrome/chrome_exe.gypi » ('j') | chrome/installer/mini_installer/chrome.release » ('J')

Powered by Google App Engine
This is Rietveld 408576698