Skip to content

Commit e1b5a01

Browse files
Google APIscopybara-github
authored andcommitted
chore(googleads): update a few Bazel import statements
Committer: @aohren PiperOrigin-RevId: 437728534
1 parent 36e9ea9 commit e1b5a01

24 files changed

Lines changed: 60 additions & 48 deletions

File tree

google/ads/googleads/v10/BUILD.bazel

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,11 @@ php_gapic_assembly_pkg(
138138
##############################################################################
139139
# C#
140140
##############################################################################
141-
load("@gapic_generator_csharp//rules_csharp_gapic:csharp_gapic.bzl", "csharp_gapic_library")
142-
load("@gapic_generator_csharp//rules_csharp_gapic:csharp_gapic_pkg.bzl", "csharp_gapic_assembly_pkg")
141+
load(
142+
"@com_google_googleapis_imports//:imports.bzl",
143+
"csharp_gapic_assembly_pkg",
144+
"csharp_gapic_library",
145+
)
143146

144147
csharp_gapic_library(
145148
name = "googleads_csharp_gapic",

google/ads/googleads/v10/common/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ java_proto_library(
5858
# C#
5959
##############################################################################
6060
load(
61-
"@gapic_generator_csharp//rules_csharp_gapic:csharp_gapic.bzl",
61+
"@com_google_googleapis_imports//:imports.bzl",
6262
"csharp_proto_library",
6363
)
6464

@@ -71,7 +71,7 @@ csharp_proto_library(
7171
# Ruby
7272
##############################################################################
7373
load(
74-
"@gapic_generator_ruby//rules_ruby_gapic:ruby_gapic.bzl",
74+
"@com_google_googleapis_imports//:imports.bzl",
7575
"ruby_proto_library",
7676
)
7777

google/ads/googleads/v10/enums/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ java_proto_library(
5353
# C#
5454
##############################################################################
5555
load(
56-
"@gapic_generator_csharp//rules_csharp_gapic:csharp_gapic.bzl",
56+
"@com_google_googleapis_imports//:imports.bzl",
5757
"csharp_proto_library",
5858
)
5959

@@ -66,7 +66,7 @@ csharp_proto_library(
6666
# Ruby
6767
##############################################################################
6868
load(
69-
"@gapic_generator_ruby//rules_ruby_gapic:ruby_gapic.bzl",
69+
"@com_google_googleapis_imports//:imports.bzl",
7070
"ruby_proto_library",
7171
)
7272

google/ads/googleads/v10/errors/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ java_proto_library(
5858
# C#
5959
##############################################################################
6060
load(
61-
"@gapic_generator_csharp//rules_csharp_gapic:csharp_gapic.bzl",
61+
"@com_google_googleapis_imports//:imports.bzl",
6262
"csharp_proto_library",
6363
)
6464

@@ -71,7 +71,7 @@ csharp_proto_library(
7171
# Ruby
7272
##############################################################################
7373
load(
74-
"@gapic_generator_ruby//rules_ruby_gapic:ruby_gapic.bzl",
74+
"@com_google_googleapis_imports//:imports.bzl",
7575
"ruby_proto_library",
7676
)
7777

google/ads/googleads/v10/resources/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ java_proto_library(
6161
# C#
6262
##############################################################################
6363
load(
64-
"@gapic_generator_csharp//rules_csharp_gapic:csharp_gapic.bzl",
64+
"@com_google_googleapis_imports//:imports.bzl",
6565
"csharp_proto_library",
6666
)
6767

@@ -74,7 +74,7 @@ csharp_proto_library(
7474
# Ruby
7575
##############################################################################
7676
load(
77-
"@gapic_generator_ruby//rules_ruby_gapic:ruby_gapic.bzl",
77+
"@com_google_googleapis_imports//:imports.bzl",
7878
"ruby_proto_library",
7979
)
8080

google/ads/googleads/v10/services/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ java_grpc_library(
8181
# C#
8282
##############################################################################
8383
load(
84-
"@gapic_generator_csharp//rules_csharp_gapic:csharp_gapic.bzl",
84+
"@com_google_googleapis_imports//:imports.bzl",
8585
"csharp_grpc_library",
8686
"csharp_proto_library",
8787
)
@@ -101,7 +101,7 @@ csharp_grpc_library(
101101
# Ruby
102102
##############################################################################
103103
load(
104-
"@gapic_generator_ruby//rules_ruby_gapic:ruby_gapic.bzl",
104+
"@com_google_googleapis_imports//:imports.bzl",
105105
"ruby_grpc_library",
106106
"ruby_proto_library",
107107
)

google/ads/googleads/v7/BUILD.bazel

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,11 @@ php_gapic_assembly_pkg(
138138
##############################################################################
139139
# C#
140140
##############################################################################
141-
load("@gapic_generator_csharp//rules_csharp_gapic:csharp_gapic.bzl", "csharp_gapic_library")
142-
load("@gapic_generator_csharp//rules_csharp_gapic:csharp_gapic_pkg.bzl", "csharp_gapic_assembly_pkg")
141+
load(
142+
"@com_google_googleapis_imports//:imports.bzl",
143+
"csharp_gapic_assembly_pkg",
144+
"csharp_gapic_library",
145+
)
143146

144147
csharp_gapic_library(
145148
name = "googleads_csharp_gapic",

google/ads/googleads/v7/common/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ java_proto_library(
5858
# C#
5959
##############################################################################
6060
load(
61-
"@gapic_generator_csharp//rules_csharp_gapic:csharp_gapic.bzl",
61+
"@com_google_googleapis_imports//:imports.bzl",
6262
"csharp_proto_library",
6363
)
6464

@@ -71,7 +71,7 @@ csharp_proto_library(
7171
# Ruby
7272
##############################################################################
7373
load(
74-
"@gapic_generator_ruby//rules_ruby_gapic:ruby_gapic.bzl",
74+
"@com_google_googleapis_imports//:imports.bzl",
7575
"ruby_proto_library",
7676
)
7777

google/ads/googleads/v7/enums/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ java_proto_library(
5353
# C#
5454
##############################################################################
5555
load(
56-
"@gapic_generator_csharp//rules_csharp_gapic:csharp_gapic.bzl",
56+
"@com_google_googleapis_imports//:imports.bzl",
5757
"csharp_proto_library",
5858
)
5959

@@ -66,7 +66,7 @@ csharp_proto_library(
6666
# Ruby
6767
##############################################################################
6868
load(
69-
"@gapic_generator_ruby//rules_ruby_gapic:ruby_gapic.bzl",
69+
"@com_google_googleapis_imports//:imports.bzl",
7070
"ruby_proto_library",
7171
)
7272

google/ads/googleads/v7/errors/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ java_proto_library(
5858
# C#
5959
##############################################################################
6060
load(
61-
"@gapic_generator_csharp//rules_csharp_gapic:csharp_gapic.bzl",
61+
"@com_google_googleapis_imports//:imports.bzl",
6262
"csharp_proto_library",
6363
)
6464

@@ -71,7 +71,7 @@ csharp_proto_library(
7171
# Ruby
7272
##############################################################################
7373
load(
74-
"@gapic_generator_ruby//rules_ruby_gapic:ruby_gapic.bzl",
74+
"@com_google_googleapis_imports//:imports.bzl",
7575
"ruby_proto_library",
7676
)
7777

0 commit comments

Comments
 (0)