summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorjunov@chromium.org <junov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-16 19:02:53 +0000
committerjunov@chromium.org <junov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-16 19:02:53 +0000
commit66d2c24783f2496c6e486183731459b05bb74b0d (patch)
tree314ae01bd1612ae7974fdd3a76c3d787b9af9f27 /DEPS
parent50acfff87cb16ec0ab103222040b90d87b8d7555 (diff)
downloadchromium_src-66d2c24783f2496c6e486183731459b05bb74b0d.zip
chromium_src-66d2c24783f2496c6e486183731459b05bb74b0d.tar.gz
chromium_src-66d2c24783f2496c6e486183731459b05bb74b0d.tar.bz2
Revert 217921 "This changes the trace event inclusion by always ..."
Reason for revert: Change in trace event filtering was causing tests to fail because of full trace buffers. May have been causing other tests to underperform because of undue trace collection overhead and memory consumption. > This changes the trace event inclusion by always including categories unknown (to trace-viewer). > > Now if trace-viewer sends a category list like: "cc,-renderer" and if we have an event with a category group "cc,renderer" we'll include that event, and all other events (except for renderer). > > BUG=trace-viewer:383 > > Review URL: https://chromiumcodereview.appspot.com/23039008 TBR=rubentopo@gmail.com Review URL: https://codereview.chromium.org/22880012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218058 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 721db06..60fbbf33 100644
--- a/DEPS
+++ b/DEPS
@@ -69,7 +69,7 @@ deps = {
"/external/angle.git@b93f84acdecd3eebf316750d8024b8b592c9012b",
"src/third_party/trace-viewer":
- (Var("googlecode_url") % "trace-viewer") + "/trunk@880",
+ (Var("googlecode_url") % "trace-viewer") + "/trunk@847",
"src/third_party/WebKit":
Var("webkit_trunk") + "@" + Var("webkit_revision"),