Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(374)

Unified Diff: content/content_plugin.gypi

Issue 8394002: exclude the linux files that are not needed on openbsd (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: use sources! Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_browser.gypi ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_plugin.gypi
diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi
index fd7d3f4999769c11d3be40f31a6d5f1bbeecc486..22532b988b243b11e85750e64cd9aadda2e4e7bf 100644
--- a/content/content_plugin.gypi
+++ b/content/content_plugin.gypi
@@ -34,6 +34,11 @@
# These are layered in conditionals in the event other platforms
# end up using this module as well.
'conditions': [
+ ['OS=="openbsd"', {
+ 'sources/': [
+ ['exclude', '^plugin/plugin_main_linux\\.cc$'],
+ ],
+ }],
['OS=="win"', {
'include_dirs': [
'<(DEPTH)/third_party/wtl/include',
« no previous file with comments | « content/content_browser.gypi ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698