Chromium Code Reviews| Index: build/common.gypi |
| =================================================================== |
| --- build/common.gypi (revision 88158) |
| +++ build/common.gypi (working copy) |
| @@ -80,6 +80,22 @@ |
| # Whether to enable the English-only, Win/Mac-only fullscreen message. |
| 'plugin_enable_fullscreen_msg%': '1', |
| + |
| + 'conditions': [ |
| + [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { |
|
Tristan Schmelcher 2
2011/06/07 23:39:47
No leading space before the ' that starts the stri
zhurunz1
2011/06/07 23:58:54
Done.
|
| + 'conditions': [ |
| + ['sysroot!=""', { |
| + 'variables': { |
| + 'pkg-config%': '<(DEPTH)/o3d/build/linux/pkg-config-wrapper "<(sysroot)"', |
| + }, |
| + }, { |
| + 'variables': { |
| + 'pkg-config%': 'pkg-config' |
| + }, |
| + }], |
| + ], |
| + }], |
| + ], |
| }, |
| 'target_defaults': { |
| 'defines': [ |