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

Side by Side Diff: build/secondary/testing/gtest/BUILD.gn

Issue 2852613002: Roll googletest to 1.8.0. (Closed)
Patch Set: Less elegant fix that should cover all cases. 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
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Chromium's GN configuration for gtest now lives at testing/gtest/BUILD.gn.
6 #
7 # This configuration is left in the tree because it is pulled by V8 and PDFium,
8 # and will be removed as soon as the projects switch off of it.
9 #
10 # Details at http://crbug.com/630705 and http://crrev.com/2779193002
11
5 import("//build_overrides/gtest.gni") 12 import("//build_overrides/gtest.gni")
6 13
7 config("gtest_config") { 14 config("gtest_config") {
8 visibility = [ 15 visibility = [
9 ":*", 16 ":*",
10 "//testing/gmock:*", # gmock also shares this config. 17 "//testing/gmock:*", # gmock also shares this config.
11 ] 18 ]
12 19
13 defines = [ 20 defines = [
14 # In order to allow regex matches in gtest to be shared between Windows 21 # In order to allow regex matches in gtest to be shared between Windows
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 128
122 source_set("gtest_main") { 129 source_set("gtest_main") {
123 testonly = true 130 testonly = true
124 sources = [ 131 sources = [
125 "src/gtest_main.cc", 132 "src/gtest_main.cc",
126 ] 133 ]
127 deps = [ 134 deps = [
128 ":gtest", 135 ":gtest",
129 ] 136 ]
130 } 137 }
OLDNEW
« no previous file with comments | « build/secondary/testing/gmock/BUILD.gn ('k') | device/bluetooth/dbus/fake_bluetooth_media_endpoint_service_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698