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_dll.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_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 1ad116f..afd6034 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -316,7 +316,10 @@ # On Mac, Flash gets put into the framework, so we need this # dependency here. flash_player.gyp will copy the Flash bundle # into PRODUCT_DIR. + # TODO(viettrungluu): Once enabled for Mac, Flapper binaries + # will also need to be put into the bundle. '../third_party/adobe/flash/flash_player.gyp:flash_player', + '../third_party/adobe/flash/flash_player.gyp:flapper_binaries', 'chrome_resources.gyp:packed_extra_resources', 'chrome_resources.gyp:packed_resources', ], |