commit | d49f8fe3f361432726900a86e3774697da981e80 | [log] [tgz] |
---|---|---|
author | Wyatt Hepler <hepler@google.com> | Thu Oct 15 10:13:47 2020 -0700 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 15 18:12:55 2020 +0000 |
tree | 3e21c9b80a56dfc02a1e10b3fb7204550d0b81be | |
parent | a0f0ba8bced5b939b86a86f4b8e7b0127f190e5c [diff] |
BUILD.gn files: Improve import formatting The "# gn-format disable" comments are no longer necessary. Delete these comments and reformat with a Vim macro and gn format. Change-Id: Ia62c40ad73eef91187d0d443d6e3b0fa723e5aa9 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/21380 Reviewed-by: Armando Montanez <amontanez@google.com> Commit-Queue: Wyatt Hepler <hepler@google.com>
diff --git a/pw_sys_io_baremetal_stm32f429/BUILD.gn b/pw_sys_io_baremetal_stm32f429/BUILD.gn index 334bed0..c611ccb 100644 --- a/pw_sys_io_baremetal_stm32f429/BUILD.gn +++ b/pw_sys_io_baremetal_stm32f429/BUILD.gn
@@ -12,11 +12,11 @@ # License for the specific language governing permissions and limitations under # the License. -# gn-format disable import("//build_overrides/pigweed.gni") import("$dir_pw_build/target_types.gni") import("$dir_pw_docgen/docs.gni") + config("default_config") { include_dirs = [ "public" ] }