Index: content/content_plugin.gypi |
diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi |
index 921958033604b376076abc13cfc1843a7bb9c616..2b5352370f50ff7a243b9d53290a36bed502120f 100644 |
--- a/content/content_plugin.gypi |
+++ b/content/content_plugin.gypi |
@@ -4,7 +4,7 @@ |
{ |
'conditions': [ |
- ['enable_plugins==1', { |
+ ['enable_plugins==1 and OS!="linux"', { |
'dependencies': [ |
'../skia/skia.gyp:skia', |
'../third_party/WebKit/public/blink.gyp:blink', |
@@ -21,7 +21,6 @@ |
'plugin/plugin_interpose_util_mac.mm', |
'plugin/plugin_interpose_util_mac.h', |
'plugin/plugin_main.cc', |
- 'plugin/plugin_main_linux.cc', |
'plugin/plugin_main_mac.mm', |
'plugin/plugin_thread.cc', |
'plugin/plugin_thread.h', |
@@ -36,21 +35,11 @@ |
# These are layered in conditionals in the event other platforms |
# end up using this module as well. |
'conditions': [ |
- ['os_bsd==1', { |
- 'sources/': [ |
- ['exclude', '^plugin/plugin_main_linux\\.cc$'], |
- ], |
- }], |
['OS=="win"', { |
'include_dirs': [ |
'<(DEPTH)/third_party/wtl/include', |
], |
}], |
- ['use_x11 == 1', { |
- 'dependencies': [ |
- '../build/linux/system.gyp:xext', |
- ], |
- }], |
], |
}], |
], |