Skip to content

Commit

Permalink
pw_tokenizer: Add missing dep to backwards compatibility target
Browse files Browse the repository at this point in the history
Change-Id: Icddf65b22acc9ad1fbfc118a0d00715dd795d6ab
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/131112
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Reviewed-by: Andrei Litvin <andreilitvin@google.com>
Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com>
  • Loading branch information
255 authored and CQ Bot Account committed Feb 27, 2023
1 parent 6c56cf2 commit e4dea8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pw_tokenizer/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ pw_source_set("base64") {
pw_source_set("global_handler_with_payload") {
public_configs = [ ":public_include_path" ]
public = [ "public/pw_tokenizer/tokenize_to_global_handler_with_payload.h" ]
public_deps = [ dir_pw_preprocessor ]
}

pw_source_set("decoder") {
Expand Down

0 comments on commit e4dea8f

Please sign in to comment.