Roll chromium_revision 7de03ed..4bc4277 (364770:364953)

Change log: 7de03ed..4bc4277
Full diff: 7de03ed..4bc4277

Changed dependencies:
* src/third_party/usrsctp/usrsctplib: Moved from
  https://chromium.googlesource.com/external/usrsctplib.git/+/36444a9
  to https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+/c60ec8b
DEPS diff: 7de03ed..4bc4277/DEPS

No update to Clang.

TBR=

Review URL: https://codereview.webrtc.org/1521303003

Cr-Commit-Position: refs/heads/master@{#11001}
This commit is contained in:
kjellander 2015-12-13 22:40:46 -08:00 committed by Commit bot
parent aa32c3e537
commit 4759bfb2a4
2 changed files with 2 additions and 2 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': '7de03ed2684c7027cd8229dfc47b8547b29f7309',
'chromium_revision': '4bc4277165a4314aa9612f43202cbacd782cfc35',
}
# NOTE: Prefer revision numbers to tags for svn deps. Use http rather than

View File

@ -539,7 +539,7 @@
'include_dirs': [
# TODO(jiayl): move this into the direct_dependent_settings of
# usrsctp.gyp.
'<(DEPTH)/third_party/usrsctp',
'<(DEPTH)/third_party/usrsctp/usrsctplib',
],
'dependencies': [
'<(DEPTH)/third_party/usrsctp/usrsctp.gyp:usrsctplib',