diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index f3b8de4..896245e 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1317,6 +1317,9 @@ ['use_aura==0 or OS!="win"', { 'sources/': [ ['exclude', '_aurawin\\.(h|cc)$'] ] }], + ['touchui!=1', { + 'sources/': [ ['exclude', '_touch\\.(h|cc)$'] ] + }], ], }], ], # target_conditions for 'target_defaults' |