Roll chromium_revision 61ed337cfe..21934f358a (388120:388405)
Change log:61ed337cfe..21934f358a
Full diff:61ed337cfe..21934f358a
No dependencies changed. No update to Clang. TBR= NOTRY=True Review URL: https://codereview.webrtc.org/1901763005 Cr-Commit-Position: refs/heads/master@{#12434}
This commit is contained in:
2
DEPS
2
DEPS
@ -6,7 +6,7 @@
|
||||
vars = {
|
||||
'extra_gyp_flag': '-Dextra_gyp_flag=0',
|
||||
'chromium_git': 'https://chromium.googlesource.com',
|
||||
'chromium_revision': '61ed337cfe003bbc8f6619f644e90f95b1bcfd33',
|
||||
'chromium_revision': '21934f358a96ef3596d739d62b85520b6242ff65',
|
||||
}
|
||||
|
||||
# NOTE: Use http rather than https; the latter can cause problems for users
|
||||
|
13
build_overrides/gtest.gni
Normal file
13
build_overrides/gtest.gni
Normal file
@ -0,0 +1,13 @@
|
||||
# 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
|
||||
# tree. An additional intellectual property rights grant can be found
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
# 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
|
Reference in New Issue
Block a user