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:
kjellander
2016-04-19 22:59:34 -07:00
committed by Commit bot
parent 0a1bc53758
commit 80381aac5c
2 changed files with 14 additions and 1 deletions

2
DEPS
View File

@ -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
View 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