Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Side by Side Diff: third_party/protobuf/gmock.BUILD

Issue 1322483002: Revert https://codereview.chromium.org/1291903002 (protobuf roll). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/protobuf/generate_descriptor_proto.sh ('k') | third_party/protobuf/java/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 cc_library(
2 name = "gtest",
3 srcs = [
4 "gmock-1.7.0/gtest/src/gtest-all.cc",
5 "gmock-1.7.0/src/gmock-all.cc",
6 ],
7 includes = [
8 "gmock-1.7.0",
9 "gmock-1.7.0/gtest",
10 "gmock-1.7.0/gtest/include",
11 "gmock-1.7.0/include",
12 ],
13 linkopts = ["-pthread"],
14 visibility = ["//visibility:public"],
15 )
16
17 cc_library(
18 name = "gtest_main",
19 srcs = ["gmock-1.7.0/src/gmock_main.cc"],
20 linkopts = ["-pthread"],
21 visibility = ["//visibility:public"],
22 deps = [":gtest"],
23 )
OLDNEW
« no previous file with comments | « third_party/protobuf/generate_descriptor_proto.sh ('k') | third_party/protobuf/java/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698