No description
Find a file
Colin Cross 6bb4af9e20 Update parser and printer to use new Blueprint format
Updates the standard format from:
module_type {
    property: "value",
}
to:
module_type(
    property = "value",
}

The parser will accept both formats for now, so all files can be
updated to the new format using bpfmt -w .

Change-Id: I9566cf1bd3cd66c6cbf3d4bd9dac1f04b9112927
2015-01-23 13:41:51 -08:00
blueprint Update parser and printer to use new Blueprint format 2015-01-23 13:41:51 -08:00
Blueprints Initial bpmodify tool 2015-01-23 13:41:51 -08:00
bootstrap.bash Clean up the bootstrap script a little. 2014-06-18 12:57:56 -07:00
build.ninja.in bootstrap: Fix abandoned file removal. 2015-01-23 13:41:49 -08:00