Commit e7bab67c authored by nednguyen's avatar nednguyen Committed by Commit bot

Manually roll src/third_party/catapult/ 578e20909..fa2c4f219 (13 commits).

This also update test_runner.pydeps to include changes to references to
catapult_base directory.

https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/578e20909005..fa2c4f21907f

$ git log 578e20909..fa2c4f219 --date=short --no-merges --format='%ad %ae %s'
2016-08-30 benjhayden Rename Histogram.add() to addSample().
2016-08-30 benjhayden Replace ScalarNumerics with Histograms in value_set_test and value_set_table_test.
2016-08-30 ksakamoto Update FirstMeaningfulPaint to use Blink's implementation
2016-08-30 aiolos Revert of [polymer] - Sort series data before adding to legend. (patchset #1 id:1 of https://codereview.chromium.org/2233763003/ )
2016-08-30 benjhayden Refactor NumericBuilder to HistogramBinBoundaries.
2016-08-30 fmeawad v8CallStats: Add a map between URL and known domain names
2016-08-30 eakuefner [Catapult] Update .gitignore to point to new locations in common/
2016-08-30 washingtonp Pass in custom options to Systrace agents
2016-08-30 nednguyen [telemetry] Only disable trace profiler for TBM
2016-08-30 jbudorick [devil] Re-add the reset_usb import to unblock the catapult roll.
2016-08-30 fmeawad v8CallStats: Update the arg name
2016-08-30 benjhayden Migrate memoryMetric from ScalarNumerics to Histograms.
2016-08-30 nednguyen Remove catapult_base/ and move its files to common/py_utils/

BUG=638124, 642716

TBR=catapult-sheriff@chromium.org

patch from issue 2298183003 at patchset 1 (http://crrev.com/2298183003#ps1)

Review-Url: https://codereview.chromium.org/2300623002
Cr-Commit-Position: refs/heads/master@{#415625}
parent 3b7fbab0
......@@ -92,7 +92,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
'catapult_revision': '578e20909005c3a030a55ce9948b74be5a6c4f1b',
'catapult_revision': 'fa2c4f21907f44a7e34e1b92df2205bda1b2c135',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
......
# Generated by running:
# build/print_python_deps.py --root build/android --output build/android/test_runner.pydeps build/android/test_runner.py
../../third_party/catapult/catapult_base/catapult_base/__init__.py
../../third_party/catapult/catapult_base/catapult_base/cloud_storage.py
../../third_party/catapult/catapult_base/catapult_base/util.py
# build/print_python_deps.py --root 'build/android' --output 'build/android/test_runner.pydeps' 'build/android/test_runner.py'
../../third_party/catapult/common/py_utils/py_utils/__init__.py
../../third_party/catapult/common/py_utils/py_utils/cloud_storage.py
../../third_party/catapult/dependency_manager/dependency_manager/__init__.py
../../third_party/catapult/dependency_manager/dependency_manager/archive_info.py
../../third_party/catapult/dependency_manager/dependency_manager/base_config.py
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment