Skip to content

Commit

Permalink
Restyled by gn
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed May 12, 2022
1 parent 49cc935 commit 39a8330
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/chef/linux/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
import("//build_overrides/chip.gni")

import("${chip_root}/build/chip/tools.gni")
import("${chip_root}/src/app/common_flags.gni")
import("${chip_root}/src/app/chip_data_model.gni")
import("${chip_root}/src/app/common_flags.gni")

assert(chip_build_tools)

Expand All @@ -39,15 +39,15 @@ chip_data_model("chef-data-model") {

executable("${sample_name}") {
sources = [
"${project_dir}/common/stubs.cpp",
"${project_dir}/linux/main.cpp",
"${project_dir}/common/stubs.cpp"
]

deps = [
"${project_dir}/shell_common:shell_common",
":chef-data-model",
"${chip_root}/examples/platform/linux:app-main",
"${chip_root}/src/lib",
"${project_dir}/shell_common:shell_common",
]

include_dirs = [ "include" ]
Expand Down

0 comments on commit 39a8330

Please sign in to comment.