1 { 2 'includes': ['../test.gypi'], 3 'targets': [{ 4 'target_name': 'testlib', 5 'type': 'none', 6 'dependencies': ['testlib/testlib.gyp:testlib'], 7 'sources': ['proxy.cc'], 8 }], 9 } 10