diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-22 00:49:11 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-22 00:49:11 +0000 |
commit | e893247cfd2957e2a40c4ff8366bf093319c3489 (patch) | |
tree | b23bddf95d9d605c94c00eac34d9dc812d6f2893 /chrome/chrome_exe.gypi | |
parent | 1f32d6106ca6a24cc7e44cd62156cddfe04e2c74 (diff) | |
download | chromium_src-e893247cfd2957e2a40c4ff8366bf093319c3489.zip chromium_src-e893247cfd2957e2a40c4ff8366bf093319c3489.tar.gz chromium_src-e893247cfd2957e2a40c4ff8366bf093319c3489.tar.bz2 |
Copy Pepper Flash files into the right place (during build time) for Linux x64.
This only applies to Chrome-branded builds (and requires that the files be
available).
Note: More changes will still be needed to actually include the files in
distribution packages.
Review URL: http://codereview.chromium.org/9431007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122929 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 4a1daa6..a4b1df2 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -407,6 +407,7 @@ # file decide what to do on a per-OS basis; on Mac, internal plugins # go inside the framework, so this dependency is in chrome_dll.gypi. '../third_party/adobe/flash/flash_player.gyp:flash_player', + '../third_party/adobe/flash/flash_player.gyp:flapper_binaries', ], }], ['OS=="linux"', { |