summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorprimiano <primiano@chromium.org>2015-04-27 09:56:42 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-27 16:56:49 +0000
commitaeb8e8930e6a836dd77325ecef80818dfa1cb9f4 (patch)
tree3dc71704fe275c181fffac9878baf06441f7a4b0 /DEPS
parent177a10913bcf789643be97bc82b553567ca3cf6a (diff)
downloadchromium_src-aeb8e8930e6a836dd77325ecef80818dfa1cb9f4.zip
chromium_src-aeb8e8930e6a836dd77325ecef80818dfa1cb9f4.tar.gz
chromium_src-aeb8e8930e6a836dd77325ecef80818dfa1cb9f4.tar.bz2
[tracing] Fix allocator dump JSON format and roll trace-viewer.
This is to align the attributes used by memory allocator dump with telemetry values [1] introducing types and units as attributes args. Follow up patches will clean up the C++ interface to match the new model. This also rolls src/third_party/trace-viewer bd416ea:ba605a2 to pick up the corresponding trace-viewer UI changes. Summary of changes available at: https://chromium.googlesource.com/external/trace-viewer/+log/bd416ea..ba605a2 BUG=466141 Review URL: https://codereview.chromium.org/1106943002 Cr-Commit-Position: refs/heads/master@{#327058}
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 32d2756..93011ac 100644
--- a/DEPS
+++ b/DEPS
@@ -132,7 +132,7 @@ deps = {
Var('chromium_git') + '/crashpad/crashpad.git' + '@' + '1baff4ff92fe1a1ead6b88b5f01633a4f0b6b51c',
'src/third_party/trace-viewer':
- Var('chromium_git') + '/external/trace-viewer.git' + '@' + 'bd416ea61d3632b93796eba2134fe03185e9e63e',
+ Var('chromium_git') + '/external/trace-viewer.git' + '@' + 'ba605a208707d32e80f630ea0d0ecef61cd6cb7e',
'src/third_party/WebKit':
Var('chromium_git') + '/chromium/blink.git' + '@' + Var('webkit_revision'),