diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/build/common.gypi b/build/common.gypi index f9e774a..02b99c7 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -653,18 +653,6 @@ ['toolkit_views==0', { 'sources/': [ ['exclude', '_views\\.cc$'] ] }], - ['use_openssl==1', { - 'sources/': [ - ['exclude', '_nss\\.(cc|c)$'], - ['exclude', '/nss/'], - ['exclude', '(/|_|^)nss_[^/]*\\.(cc|c)$'], - ], - }, { - 'sources/': [ - ['exclude', '_openssl\\.cc$'], - ['exclude', '(/|_|^)openssl_[^/]*\\.cc$'], - ], - }], ], }], ], # target_conditions for 'target_defaults' |