Skip to content

Commit

Permalink
Replace generated files with proto_library rule
Browse files Browse the repository at this point in the history
… for google_streaming_api.proto added by Change I41b67d35.

Issue: 280803912
  • Loading branch information
dahlstrom-g committed Mar 25, 2024
1 parent a652624 commit 69e4050
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1,027 deletions.
10 changes: 4 additions & 6 deletions starboard/loader_app/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.

import("//starboard/build/config/os_definitions.gni")
import("//third_party/protobuf/proto_library.gni")

_common_loader_app_sources = [
"loader_app.cc",
Expand Down Expand Up @@ -224,12 +225,9 @@ target(gtest_target_type, "drain_file_test") {
]
}

static_library("installation_store_proto") {
sources = [
"installation_store.pb.cc",
"installation_store.pb.h",
]
public_deps = [ "//third_party/protobuf:protobuf_lite" ]
proto_library("installation_store_proto") {
sources = [ "installation_store.proto" ]
generate_python = false
}

static_library("installation_manager") {
Expand Down
Loading

0 comments on commit 69e4050

Please sign in to comment.