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

Side by Side Diff: testing/gmock/BUILD.gn

Issue 2856383002: Roll googletest to 1.7.0+. (Closed)
Patch Set: Rebase to get past http://crrev.com/2789433004 Created 3 years, 7 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
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # The file/directory layout of Google Test is not yet considered stable. Until
6 # it stabilizes, Chromium code MUST use this target instead of reaching directly
7 # into //third_party/googletest.
8 source_set("gmock") {
9 testonly = true
10 sources = [
11 "include/gmock/gmock-actions.h",
12 "include/gmock/gmock-generated-function-mockers.h",
13 "include/gmock/gmock-matchers.h",
14 "include/gmock/gmock.h",
15 ]
16 deps = [
17 "//third_party/googletest:gmock",
18 ]
19
20 public_configs = [
21 "//third_party/googletest:gmock_config",
22 "//third_party/googletest:gtest_config",
23 ]
24 }
25
26 # The file/directory layout of Google Test is not yet considered stable. Until
27 # it stabilizes, Chromium code MUST use this target instead of reaching directly
28 # into //third_party/googletest.
29 source_set("gmock_main") {
30 testonly = true
31 deps = [
32 "//third_party/googletest:gmock_main",
33 ]
34 }
OLDNEW
« no previous file with comments | « device/bluetooth/dbus/fake_bluetooth_media_endpoint_service_provider.h ('k') | testing/gmock/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698