1 { 2 'includes': ['../test.gypi'], 3 'targets': [{ 4 'target_name': 'proxy', 5 'type': 'static_library', 6 'sources': ['void.cc'], 7 'dependencies': ['testlib'], 8 'export_dependent_settings': ['testlib'], 9 }, { 10 'target_name': 'testlib', 11 'type': 'static_library', 12 'sources': ['main.cc'], 13 }], 14 } 15