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

Unified Diff: content/content_plugin.gypi

Issue 8598010: replace platform conditions with os_posix and os_bsd where applicable (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 9 years, 1 month 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
Index: content/content_plugin.gypi
diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi
index 734c4976a0d2cfcfd6013443c73ee6297f6ff79b..cab0b488d282b6546b0e6e9674940013e2b26476 100644
--- a/content/content_plugin.gypi
+++ b/content/content_plugin.gypi
@@ -34,7 +34,7 @@
# These are layered in conditionals in the event other platforms
# end up using this module as well.
'conditions': [
- ['OS=="openbsd"', {
+ ['os_bsd==1', {
'sources/': [
['exclude', '^plugin/plugin_main_linux\\.cc$'],
],
« no previous file with comments | « content/content_browser.gypi ('k') | crypto/crypto.gyp » ('j') | crypto/crypto.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698