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

Unified Diff: build_overrides/gtest.gni

Issue 1901763005: Roll chromium_revision 61ed337cfe..21934f358a (388120:388405) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Added build_overrides/gtest.gni Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/gtest.gni
diff --git a/BUILD.gn b/build_overrides/gtest.gni
similarity index 54%
copy from BUILD.gn
copy to build_overrides/gtest.gni
index b7f7a0619a9a73591c070aee611224ec6a544f79..a64bb7ed5b00bc67a1de52002e0a6dd2cfddda24 100644
--- a/BUILD.gn
+++ b/build_overrides/gtest.gni
@@ -1,4 +1,4 @@
-# Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
+# Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
#
# Use of this source code is governed by a BSD-style license
# that can be found in the LICENSE file in the root of the source
@@ -6,9 +6,8 @@
# in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree.
-# This file is copied and modified from Chromium (src/BUILD.gn).
-group("root") {
- deps = [
- "//webrtc",
- ]
-}
+# Include support for registering main function in multi-process tests.
+gtest_include_multiprocess = true
+
+# Include support for platform-specific operations across unit tests.
+gtest_include_platform_test = true
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698