# Copyright 2013 Ben Vanik. All Rights Reserved. { 'includes': [ 'tools/tools.gypi', 'third_party/gflags.gypi', 'third_party/sparsehash.gypi', 'third_party/wslay.gypi', ], 'targets': [ { 'target_name': 'xenia', 'product_name': 'xenia', 'type': '<(library)', 'dependencies': [ 'gflags', 'wslay', './third_party/openssl/openssl.gyp:openssl', ], 'export_dependent_settings': [ 'gflags', 'wslay', ], 'direct_dependent_settings': { 'include_dirs': [ 'src/', '<@(llvm_includedir)', ], 'target_conditions': [ ['_type=="shared_library"', { 'cflags': [ '<(llvm_cxxflags)', ], }], ['_type=="executable"', { 'conditions': [ ['OS != "mac"', { 'libraries': [ '<@(llvm_libs)', ], }], ['OS == "mac"', { 'xcode_settings': { 'OTHER_LDFLAGS': [ '