diff options
author | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-02 01:41:58 +0000 |
---|---|---|
committer | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-02 01:41:58 +0000 |
commit | 07877b735e6fd3745d2793013c3613082d408545 (patch) | |
tree | 2bf6e9edb5c4e1def72d2d8de0344f9bd5a3315b /third_party/adobe | |
parent | 627d9d17b302b3a3b529a2eedf64d3e327ed4614 (diff) | |
download | chromium_src-07877b735e6fd3745d2793013c3613082d408545.zip chromium_src-07877b735e6fd3745d2793013c3613082d408545.tar.gz chromium_src-07877b735e6fd3745d2793013c3613082d408545.tar.bz2 |
Fix for ChromeOS build, included linux version of plugin.vch file for now to please FILES.cfg requirements (we don't dump this file in ChromeOS image right now anyway).^M
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/3351003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58295 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/adobe')
-rw-r--r-- | third_party/adobe/flash/flash_player.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/adobe/flash/flash_player.gyp b/third_party/adobe/flash/flash_player.gyp index a9f60f8..241baae 100644 --- a/third_party/adobe/flash/flash_player.gyp +++ b/third_party/adobe/flash/flash_player.gyp @@ -18,6 +18,7 @@ [ 'chromeos == 1', { 'files': [ 'binaries/chromeos/libgcflashplayer.so', + 'binaries/linux/plugin.vch', ] }], [ 'OS == "linux" and target_arch == "ia32" and chromeos == 0', { |