diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/app.gyp | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app/app.gyp b/app/app.gyp index fbc9e2d..78f9978 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -15,33 +15,6 @@ 'resources/app_strings.grd', ], }, - 'target_defaults': { - 'sources/': [ - ['exclude', '/(cocoa|gtk|win)/'], - ['exclude', '_(cocoa|gtk|linux|mac|posix|skia|win|x)\\.(cc|mm?)$'], - ['exclude', '/(gtk|win|x11)_[^/]*\\.cc$'], - ], - 'conditions': [ - ['OS=="linux"', {'sources/': [ - ['include', '/gtk/'], - ['include', '_(gtk|linux|posix|skia|x)\\.cc$'], - ['include', '/(gtk|x11)_[^/]*\\.cc$'], - ]}], - ['OS=="mac"', {'sources/': [ - ['include', '/cocoa/'], - ['include', '_(cocoa|mac|posix)\\.(cc|mm?)$'], - ]}, { # else: OS != "mac" - 'sources/': [ - ['exclude', '\\.mm?$'], - ], - }], - ['OS=="win"', {'sources/': [ - ['include', '_(win)\\.cc$'], - ['include', '/win/'], - ['include', '/win_[^/]*\\.cc$'], - ]}], - ], - }, 'targets': [ { 'target_name': 'app_base', |