diff options
-rw-r--r-- | build/common.gypi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 1d3c3aa..dbdd9cb 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1241,6 +1241,12 @@ ['use_aura==0', { 'sources/': [ ['exclude', '_aura\\.(h|cc)$'] ] }], + ['use_aura==0 or use_x11==0', { + 'sources/': [ ['exclude', '_aurax11\\.(h|cc)$'] ] + }], + ['use_aura==0 or OS!="win"', { + 'sources/': [ ['exclude', '_aurawin\\.(h|cc)$'] ] + }], ], }], ], # target_conditions for 'target_defaults' |