Skip to content

Commit 53891f3

Browse files
committed
make linter happy
1 parent 30812a9 commit 53891f3

File tree

1 file changed

+8
-2
lines changed
  • src/app/codegen-interaction-model

1 file changed

+8
-2
lines changed

src/app/codegen-interaction-model/BUILD.gn

+8-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,17 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
import("//build_overrides/chip.gni")
15+
1516
# This source set is TIGHLY coupled with code-generated data models
1617
# as generally implemented by `src/app/util`
1718
#
1819
# Corresponding functions defined in attribute-storace.cpp/attribute-table.cpp must
1920
# be available at link time for this model to use
21+
#
2022
# Use `model.gni` to get access to:
21-
# model.cpp
22-
# model.h
23+
# Model.cpp
24+
# Model.h
25+
#
26+
# The abolve list of files exists to satisfy the "dependency linter"
27+
# since those files should technically be "visible to gn" even though we
28+
# are supposed to go through model.gni constants

0 commit comments

Comments
 (0)