summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--third_party/adobe/flash/flash_player.gyp7
1 files changed, 6 insertions, 1 deletions
diff --git a/third_party/adobe/flash/flash_player.gyp b/third_party/adobe/flash/flash_player.gyp
index b34a14b..a9f60f8 100644
--- a/third_party/adobe/flash/flash_player.gyp
+++ b/third_party/adobe/flash/flash_player.gyp
@@ -15,7 +15,12 @@
'destination': '<(PRODUCT_DIR)',
'files': [],
'conditions': [
- [ 'OS == "linux" and target_arch == "ia32"', {
+ [ 'chromeos == 1', {
+ 'files': [
+ 'binaries/chromeos/libgcflashplayer.so',
+ ]
+ }],
+ [ 'OS == "linux" and target_arch == "ia32" and chromeos == 0', {
'files': [
'binaries/linux/libgcflashplayer.so',
'binaries/linux/plugin.vch',