electron/spec/fixtures/native-addon/echo/binding.gyp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
112 B
Text
Raw Normal View History

{
"targets": [
{
"target_name": "echo",
"sources": [
"binding.cc"
]
}
]
}