Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
ed5215dc
Commit
ed5215dc
authored
8 years ago
by
Craig Tiller
Browse files
Options
Downloads
Patches
Plain Diff
fix merge
parent
7ad2d0b4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
grpc-build-system.bzl
+0
-3
0 additions, 3 deletions
grpc-build-system.bzl
with
0 additions
and
3 deletions
grpc-build-system.bzl
+
0
−
3
View file @
ed5215dc
...
@@ -28,8 +28,6 @@
...
@@ -28,8 +28,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
def
grpc_cc_library
(
name
,
srcs
=
[],
hdrs
=
[],
deps
=
[],
standalone
=
False
,
language
=
"
C++
"
):
=======
#
#
# This is for the gRPC build system. This isn't intended to be used outsite of
# This is for the gRPC build system. This isn't intended to be used outsite of
# the BUILD file for gRPC. It contains the mapping for the template system we
# the BUILD file for gRPC. It contains the mapping for the template system we
...
@@ -37,7 +35,6 @@ def grpc_cc_library(name, srcs = [], hdrs = [], deps = [], standalone = False, l
...
@@ -37,7 +35,6 @@ def grpc_cc_library(name, srcs = [], hdrs = [], deps = [], standalone = False, l
#
#
def
grpc_cc_library
(
name
,
srcs
=
[],
public_hdrs
=
[],
hdrs
=
[],
external_deps
=
[],
deps
=
[],
standalone
=
False
,
language
=
"
C++
"
):
def
grpc_cc_library
(
name
,
srcs
=
[],
public_hdrs
=
[],
hdrs
=
[],
external_deps
=
[],
deps
=
[],
standalone
=
False
,
language
=
"
C++
"
):
>>>>>>>
e8dbd8aaae5d813546abe4956361c4e6512d8c88
copts
=
[]
copts
=
[]
if
language
==
"
C
"
:
if
language
==
"
C
"
:
copts
=
[
"
-std=c99
"
]
copts
=
[
"
-std=c99
"
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment