summaryrefslogtreecommitdiffstats
path: root/tools/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Add simple pepper plugin telemetry testmiletus@chromium.org2014-06-111-0/+1
| | | | | | | | | | | | | | | | A simple touch drawing pepper plugin is created using pnacl. A telemetry test page simple_pepper_plugin.html is added, which injects touch moves events to the plugin. Smoothness and input latency metrics are collected from this test. BUG=355719 TEST=./run_measurement --browser=cros-chrome --remote=XXX scheduler.tough_pepper_cases --profiler=trace In the trace there is latency info for the plugin touch events. Review URL: https://codereview.chromium.org/300413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276257 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build: check_deps shouldn't check stuff below tools/gyp.thakis@chromium.org2011-11-101-0/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8510037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109350 0039d316-1c4b-4281-b951-d872f2087c98
* Fix deps check on Linux for non-chrome code.erg@google.com2011-02-031-0/+1
| | | | | | TBR=thakis@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73665 0039d316-1c4b-4281-b951-d872f2087c98
* Include a better sample JSON dataset in traceline.deanm@chromium.org2009-02-201-0/+4
The previous startup-off2.json didn't have stack traces. It was also quite large, it was unfiltered and contained every single system call event. Include a program to filter a JSON data set to only include events that took a worthwhile amount of time. This greatly reduces the size of the JSON data. A new filtered JSON dataset startup-release.json is included, much smaller and with stack traces. Added an ignore for checkdeps on traceline/. Review URL: http://codereview.chromium.org/20535 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10094 0039d316-1c4b-4281-b951-d872f2087c98