summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_exe.gypi
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-04 22:02:30 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-04 22:02:30 +0000
commit21e431cc32b0f1daf026658d4ac6e4f7723c94a4 (patch)
tree5d8cc1914e6e587479c5b29a779ed9b4b8ceeb6f /chrome/chrome_exe.gypi
parent1ae27c56dee7b74754d5a6e15a05eddd46263001 (diff)
downloadchromium_src-21e431cc32b0f1daf026658d4ac6e4f7723c94a4.zip
chromium_src-21e431cc32b0f1daf026658d4ac6e4f7723c94a4.tar.gz
chromium_src-21e431cc32b0f1daf026658d4ac6e4f7723c94a4.tar.bz2
Include plugin.vch files for Flash Player (on official builds).
BUG=none TEST=everything still builds, new-style DRM-protected content plays Review URL: http://codereview.chromium.org/2630001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48978 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r--chrome/chrome_exe.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index bc6d4ca..953b7fe 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -132,7 +132,7 @@
},
'dependencies': [
'chrome_version_info',
- # Copy a Flash Player binary to PRODUCT_DIR if applicable.
+ # Copy Flash Player files to PRODUCT_DIR if applicable.
# Let the .gyp file decide what to do on a per-OS basis.
'../third_party/adobe/flash/flash_player.gyp:flash_player',
],
@@ -337,6 +337,7 @@
[ 'branding == "Chrome"', {
'files': [
'<(PRODUCT_DIR)/Flash Player Plugin for Chrome.plugin',
+ '<(PRODUCT_DIR)/plugin.vch',
],
}],
],