Граф коммитов

37 Коммитов

Автор SHA1 Сообщение Дата
florin.strugariu c7398f447c Bug 1493648 - Can we run the Godot Engine wasm benchmark in automation? r=jmaher
Reviewers: jmaher

Tags: #secure-revision

Bug #: 1493648

Differential Revision: https://phabricator.services.mozilla.com/D8957
2018-10-17 10:40:57 +03:00
Rob Wood eeb6464d68 Bug 1480841 - Raptor support for running speedometer on geckoview r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D3446

--HG--
extra : moz-landing-system : lando
2018-08-17 18:06:22 +00:00
Emilio Cobos Álvarez e469d8b05b Bug 1482043 - Avoid starting the benchmark twice with the same client. r=jmaher
benchmar-report.js already has code like:

    window.onload = function () {
        document.body.removeChild(document.querySelector('main'));
        startBenchmark();
    }

So we avoid starting the test on load twice.

The throw when the style element was not there was saving us from reporting
twice, but the message interfered with the output that talos tries to parse.

At first sight, looks like this could also be a problem for speedometer, but
turns out it's not, since speedometer uses `<body onload="">`, and window.onload
overrides it.

That means that
https://hg.mozilla.org/mozilla-central/rev/162593bda5e167bea16b28637e85cc9d23f19c7c
is useless for Talos / Raptor, but it may be needed for PGO stuff, so I've kept
it for now.

Differential Revision: https://phabricator.services.mozilla.com/D3062

--HG--
extra : moz-landing-system : lando
2018-08-10 03:26:18 +00:00
Joel Maher a84b8022d5 Bug 1481707 - remove asm.js apps benchmark. r=ahal
asm.js apps benchmark is being replaced with wasm-misc

Differential Revision: https://phabricator.services.mozilla.com/D3005

--HG--
extra : moz-landing-system : lando
2018-08-09 15:00:09 +00:00
Emilio Cobos Álvarez 0f460b1379 Bug 1481037 - Update StyleBench. r=jmaher
Pick upstream changes.

Differential Revision: https://phabricator.services.mozilla.com/D2757

--HG--
extra : moz-landing-system : lando
2018-08-07 15:31:47 +00:00
Margareta Eliza Balazs 8b831bb9be Backed out changeset e622daed0957 (bug 1481037) for causing speedometer failures on a CLOSED TREE 2018-08-07 14:22:24 +03:00
Emilio Cobos Álvarez 6e7b99caf6 Bug 1481037 - Update StyleBench. r=jmaher
Pick upstream changes.

Differential Revision: https://phabricator.services.mozilla.com/D2757

--HG--
extra : moz-landing-system : lando
2018-08-06 14:41:13 +00:00
Jeremy Lempereur 96d35f35bd Bug 1471708 - Rename the "scroll-position clamping scroll port size" to "visual viewport size". r=botond
MozReview-Commit-ID: IWPzXSF5jfR

--HG--
extra : rebase_source : f67d64ef18a643077d5019048399e68acc722337
2018-07-22 21:49:38 +02:00
Cosmin Sabou 7cf1ac297e Backed out changeset 542243f5f600 (bug 1471708) for failling reftest on gfx/layers/apz/test/reftest/async-scrollbar-1. 2018-08-05 07:57:50 +03:00
Jeremy Lempereur e591a6945a Bug 1471708 - Rename the "scroll-position clamping scroll port size" to "visual viewport size". r=botond
MozReview-Commit-ID: IWPzXSF5jfR

--HG--
extra : rebase_source : 9d13a680ebf76a5f86c9040a5a16981514435dc8
2018-07-22 21:49:38 +02:00
Ionut Goldan 8741096bbe Bug 1472804 - Add SunSpider as a jsshell-bench test r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D2507

--HG--
extra : moz-landing-system : lando
2018-08-03 07:19:15 +00:00
Ionut Goldan 4b89c24e3d Bug 1472803 - Remove sunspider-0.9.1 r=jmaher
MozReview-Commit-ID: ExfQ2BJ5C0n

--HG--
extra : rebase_source : 9227984d0d14af19181c58a18707ac390b3207e8
2018-07-19 15:48:33 +03:00
Ionut Goldan bdf791d659 Bug 1472803 - Run SunSpider in browser mode r=jmaher
MozReview-Commit-ID: GgWLVx5RveF

--HG--
extra : rebase_source : 3c00a1b0feb6831e3355e70022ae57e2d10be09b
2018-07-13 16:38:19 +03:00
Rob Wood ee92debbd0 Bug 1477272 - Fix raptor webaudio benchmark wav files; r=igoldan
MozReview-Commit-ID: 6wufkwwhord

--HG--
extra : rebase_source : bea9c24b18034df71e6dd7815c1fe64b856f9af1
2018-07-20 10:48:49 -04:00
Joel Maher 04f65a0f76 Bug 1473334 - run the webaudio benchmark in raptor instead of AWFY. r=rwood
port the webaudio benchmark from arewefastyet.com to in-tree raptor.

Differential Revision: https://phabricator.services.mozilla.com/D2224

--HG--
extra : moz-landing-system : lando
2018-07-19 19:03:43 +00:00
Joel Maher 7b326fba08 Bug 1469280 - Fix raptor speedometer score calculation. r=rwood
ensure that raptor summarizes data properly from all benchmarks

Differential Revision: https://phabricator.services.mozilla.com/D1815
2018-06-26 10:53:05 +00:00
Joel Maher 9c7f5155eb Bug 1466853 - Port stylebench and motionmark benchmarks test from talos to raptor. r=rwood
stylebench and motionmark run in talos, we want these running in raptor

Differential Revision: https://phabricator.services.mozilla.com/D1814
2018-06-25 20:28:58 +00:00
Gurzau Raul 9862c7afdc Backed out changeset 96496ebab2d9 (bug 1466853) for StyleBench failures on a CLOSED TREE 2018-06-22 02:51:38 +03:00
Joel Maher 2495332bb2 Bug 1466853 - Port stylebench and motionmark benchmarks test from talos to raptor. r=rwood
Currently stylebench and motionmark run on talos, these are ideal benchmarks to run on raptor

Differential Revision: https://phabricator.services.mozilla.com/D1752
2018-06-21 21:00:41 +00:00
Gurzau Raul 977ed7b22b Backed out changeset 683a682e52b2 (bug 1466853) for flake fail on checkouts/gecko/testing/raptor/raptor/benchmark.py on a CLOSED TREE 2018-06-21 23:57:30 +03:00
Joel Maher 63ddbd28ee Bug 1466853 - Port stylebench and motionmark benchmarks test from talos to raptor. r=rwood
Currently stylebench and motionmark run on talos, these are ideal benchmarks to run on raptor

Differential Revision: https://phabricator.services.mozilla.com/D1752
2018-06-21 20:34:51 +00:00
Joel Maher 3732d000de Bug 1465360 - add asm.js-apps shell benchmark to jsshell-bench. r=ahal 2018-06-19 08:58:20 -04:00
Rob Wood ee248fc775 Bug 1460741 - Add 'speedometer' benchmark to raptor for firefox; r=jmaher
MozReview-Commit-ID: 6eTJhUJv3y9

--HG--
extra : rebase_source : 5649ab3a3f228e9fc6966bad254b9ff4d8b2f1bd
2018-05-15 14:50:48 -04:00
Joel Maher e09ad9e15c Bug 1465336 - add six-speed to jsshell-bench framework. r=ahal 2018-05-30 09:40:00 -04:00
Andrew Halberstadt 15e68e64dc Bug 1445975 - Port shims for running ARES-6 in a js shell from AWFY, r=jmaher
This ports a few modifications to the upstream version of Ares6 made in:
https://github.com/mozilla/arewefastyet

These are necessary to get Ares6 working against a JS shell.

MozReview-Commit-ID: FNaqKmVlQxe

--HG--
extra : rebase_source : d3446d7bedbb9249d211289ec740758b881c589e
2018-05-15 10:13:45 -04:00
Joel Maher e7ba5a5fce Bug 1443788 - motionmark tests need to report the FPS not the average. r=rwood 2018-03-08 19:14:24 -05:00
Margareta Eliza Balazs 9003462ae4 Backed out 2 changesets (bug 1438292) for multiple failures in /builds/worker/workspace/mozharness/mozharness/base/script.py on a CLOSED TREE
Backed out changeset 8508dc544f8b (bug 1438292)
Backed out changeset a9db2b954595 (bug 1438292)
2018-02-16 00:04:54 +02:00
Joel Maher 86bb036ec8 Bug 1438292 - add JetStream benchmark to talos. r=rwood 2018-02-15 16:18:03 -05:00
Joel Maher d681d25fe0 Bug 1438292 - add JetStream benchmark source to tree. r=rwood 2018-02-15 16:17:57 -05:00
Joel Maher 71428ed6cf Bug 1438291 - add ares-6 benchmark to talos. r=rwood 2018-02-15 13:02:43 -05:00
Joel Maher 01ebc53d70 Bug 1438291 - add ares-6 benchmark to tree. r=rwood 2018-02-15 13:02:37 -05:00
Joel Maher c9827cf1b5 Bug 1423267 - Add motionmark benchmark to try, mozilla-central. r=rwood 2018-02-08 14:44:28 -05:00
Joel Maher e6f4263b9f Bug 1422010 - Run StyleBench on Talos. r=rwood 2018-01-17 11:55:10 -05:00
Hiroyuki Ikezoe 5fb812b75c Bug 1428949 - Update StyleBench/InteractiveRunner.html with the latest one. r=jmaher
This change is corresponding to https://trac.webkit.org/changeset/225478/webkit

MozReview-Commit-ID: KJkFNAIqZ4H

--HG--
extra : rebase_source : 8cf66c269a86c39bbe3606fa88b033b307444e65
2018-01-09 11:07:53 +09:00
Joel Maher 81d5c66788 Bug 1428435 - add motionmark to the tree. r=rwood 2018-01-08 10:47:06 -05:00
Emilio Cobos Álvarez 20d6b9c51e Bug 1422024: Add StyleBench to the tree. r=jmaher
It mostly uses the speedometer infra, so it should be easy to get running.

MozReview-Commit-ID: 6bCzGhjfBeh

--HG--
extra : rebase_source : 5bb79f7b144ca6e32d230dd74fec84d1274ff680
2017-11-30 17:08:34 +01:00
David Major 86a426b1c7 Bug 1411661: Push Speedometer files down a level so they can refer to "../resources". r=froydnj,jmaher
--HG--
rename : third_party/speedometer/InteractiveRunner.html => third_party/webkit/PerformanceTests/Speedometer/InteractiveRunner.html
rename : third_party/speedometer/README_MOZILLA => third_party/webkit/PerformanceTests/Speedometer/README_MOZILLA
rename : third_party/speedometer/index.html => third_party/webkit/PerformanceTests/Speedometer/index.html
rename : third_party/speedometer/resources/benchmark-report.js => third_party/webkit/PerformanceTests/Speedometer/resources/benchmark-report.js
rename : third_party/speedometer/resources/benchmark-runner.js => third_party/webkit/PerformanceTests/Speedometer/resources/benchmark-runner.js
rename : third_party/speedometer/resources/flightjs-example-app/LICENSE.md => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/LICENSE.md
rename : third_party/speedometer/resources/flightjs-example-app/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/README.md
rename : third_party/speedometer/resources/flightjs-example-app/app/boot/page.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/boot/page.js
rename : third_party/speedometer/resources/flightjs-example-app/app/component_data/compose_box.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/component_data/compose_box.js
rename : third_party/speedometer/resources/flightjs-example-app/app/component_data/mail_items.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/component_data/mail_items.js
rename : third_party/speedometer/resources/flightjs-example-app/app/component_data/move_to.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/component_data/move_to.js
rename : third_party/speedometer/resources/flightjs-example-app/app/component_ui/compose_box.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/component_ui/compose_box.js
rename : third_party/speedometer/resources/flightjs-example-app/app/component_ui/folders.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/component_ui/folders.js
rename : third_party/speedometer/resources/flightjs-example-app/app/component_ui/mail_controls.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/component_ui/mail_controls.js
rename : third_party/speedometer/resources/flightjs-example-app/app/component_ui/mail_items.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/component_ui/mail_items.js
rename : third_party/speedometer/resources/flightjs-example-app/app/component_ui/move_to_selector.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/component_ui/move_to_selector.js
rename : third_party/speedometer/resources/flightjs-example-app/app/component_ui/with_select.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/component_ui/with_select.js
rename : third_party/speedometer/resources/flightjs-example-app/app/css/custom.css => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/css/custom.css
rename : third_party/speedometer/resources/flightjs-example-app/app/data.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/data.js
rename : third_party/speedometer/resources/flightjs-example-app/app/templates.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/templates.js
rename : third_party/speedometer/resources/flightjs-example-app/components/bootstrap/css/bootstrap-responsive.css => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/bootstrap/css/bootstrap-responsive.css
rename : third_party/speedometer/resources/flightjs-example-app/components/bootstrap/css/bootstrap-responsive.min.css => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/bootstrap/css/bootstrap-responsive.min.css
rename : third_party/speedometer/resources/flightjs-example-app/components/bootstrap/css/bootstrap.css => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/bootstrap/css/bootstrap.css
rename : third_party/speedometer/resources/flightjs-example-app/components/bootstrap/css/bootstrap.min.css => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/bootstrap/css/bootstrap.min.css
rename : third_party/speedometer/resources/flightjs-example-app/components/bootstrap/img/glyphicons-halflings-white.png => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/bootstrap/img/glyphicons-halflings-white.png
rename : third_party/speedometer/resources/flightjs-example-app/components/bootstrap/img/glyphicons-halflings.png => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/bootstrap/img/glyphicons-halflings.png
rename : third_party/speedometer/resources/flightjs-example-app/components/bootstrap/js/bootstrap.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/bootstrap/js/bootstrap.js
rename : third_party/speedometer/resources/flightjs-example-app/components/bootstrap/js/bootstrap.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/bootstrap/js/bootstrap.min.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/.gitignore => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/.gitignore
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/CHANGES => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/CHANGES
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/CONTRIBUTORS.md => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/CONTRIBUTORS.md
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/LICENSE => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/LICENSE
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/README.md
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/component.json => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/component.json
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/es5-sham.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/es5-sham.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/es5-sham.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/es5-sham.min.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/es5-shim.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/es5-shim.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/es5-shim.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/es5-shim.min.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/package.json
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/helpers/h-kill.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/helpers/h-kill.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/helpers/h-matchers.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/helpers/h-matchers.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/helpers/h.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/helpers/h.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/index.html
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/lib/jasmine-html.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/lib/jasmine-html.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/lib/jasmine.css => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/lib/jasmine.css
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/lib/jasmine.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/lib/jasmine.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/lib/jasmine_favicon.png => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/lib/jasmine_favicon.png
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/lib/json2.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/lib/json2.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/spec/s-array.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/spec/s-array.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/spec/s-date.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/spec/s-date.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/spec/s-function.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/spec/s-function.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/spec/s-object.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/spec/s-object.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/spec/s-string.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/spec/s-string.js
rename : third_party/speedometer/resources/flightjs-example-app/components/flight/.travis.yml => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/flight/.travis.yml
rename : third_party/speedometer/resources/flightjs-example-app/components/flight/lib/advice.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/flight/lib/advice.js
rename : third_party/speedometer/resources/flightjs-example-app/components/flight/lib/component.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/flight/lib/component.js
rename : third_party/speedometer/resources/flightjs-example-app/components/flight/lib/compose.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/flight/lib/compose.js
rename : third_party/speedometer/resources/flightjs-example-app/components/flight/lib/index.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/flight/lib/index.js
rename : third_party/speedometer/resources/flightjs-example-app/components/flight/lib/logger.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/flight/lib/logger.js
rename : third_party/speedometer/resources/flightjs-example-app/components/flight/lib/registry.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/flight/lib/registry.js
rename : third_party/speedometer/resources/flightjs-example-app/components/flight/lib/utils.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/flight/lib/utils.js
rename : third_party/speedometer/resources/flightjs-example-app/components/flight/tools/debug/debug.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/flight/tools/debug/debug.js
rename : third_party/speedometer/resources/flightjs-example-app/components/jasmine-flight/LICENSE.md => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jasmine-flight/LICENSE.md
rename : third_party/speedometer/resources/flightjs-example-app/components/jasmine-flight/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jasmine-flight/README.md
rename : third_party/speedometer/resources/flightjs-example-app/components/jasmine-flight/bower.json => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jasmine-flight/bower.json
rename : third_party/speedometer/resources/flightjs-example-app/components/jasmine-flight/lib/jasmine-flight.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jasmine-flight/lib/jasmine-flight.js
rename : third_party/speedometer/resources/flightjs-example-app/components/jasmine-jquery/lib/jasmine-jquery.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jasmine-jquery/lib/jasmine-jquery.js
rename : third_party/speedometer/resources/flightjs-example-app/components/jquery/component.json => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jquery/component.json
rename : third_party/speedometer/resources/flightjs-example-app/components/jquery/composer.json => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jquery/composer.json
rename : third_party/speedometer/resources/flightjs-example-app/components/jquery/jquery.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jquery/jquery.js
rename : third_party/speedometer/resources/flightjs-example-app/components/jquery/jquery.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jquery/jquery.min.js
rename : third_party/speedometer/resources/flightjs-example-app/components/mustache/mustache.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/mustache/mustache.js
rename : third_party/speedometer/resources/flightjs-example-app/components/requirejs/require.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/requirejs/require.js
rename : third_party/speedometer/resources/flightjs-example-app/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/index.html
rename : third_party/speedometer/resources/flightjs-example-app/karma.conf.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/karma.conf.js
rename : third_party/speedometer/resources/flightjs-example-app/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/package.json
rename : third_party/speedometer/resources/flightjs-example-app/requireMain.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/requireMain.js
rename : third_party/speedometer/resources/gauge.png => third_party/webkit/PerformanceTests/Speedometer/resources/gauge.png
rename : third_party/speedometer/resources/gauge@2x.png => third_party/webkit/PerformanceTests/Speedometer/resources/gauge@2x.png
rename : third_party/speedometer/resources/logo.png => third_party/webkit/PerformanceTests/Speedometer/resources/logo.png
rename : third_party/speedometer/resources/logo@2x.png => third_party/webkit/PerformanceTests/Speedometer/resources/logo@2x.png
rename : third_party/speedometer/resources/main.css => third_party/webkit/PerformanceTests/Speedometer/resources/main.css
rename : third_party/speedometer/resources/main.js => third_party/webkit/PerformanceTests/Speedometer/resources/main.js
rename : third_party/speedometer/resources/tests.js => third_party/webkit/PerformanceTests/Speedometer/resources/tests.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/.angular-cli.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/.angular-cli.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/.editorconfig => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/.editorconfig
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/README.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/dist/assets/css/todomvc-app.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/dist/assets/css/todomvc-app.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/dist/assets/css/todomvc-common.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/dist/assets/css/todomvc-common.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/dist/favicon.ico => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/dist/favicon.ico
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/dist/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/dist/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/dist/inline.3b7f8ce2e6bc2f77dd83.bundle.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/dist/inline.3b7f8ce2e6bc2f77dd83.bundle.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/dist/main.f1c5d33a6950c335064d.bundle.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/dist/main.f1c5d33a6950c335064d.bundle.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/dist/polyfills.3a2aed82a0c9b24e6585.bundle.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/dist/polyfills.3a2aed82a0c9b24e6585.bundle.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/dist/styles.d41d8cd98f00b204e980.bundle.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/dist/styles.d41d8cd98f00b204e980.bundle.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/dist/vendor.9a296bbc1909830a9106.bundle.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/dist/vendor.9a296bbc1909830a9106.bundle.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/karma.conf.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/karma.conf.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/package-lock.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/package-lock.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/protractor.conf.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/protractor.conf.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/app/app.component.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/app/app.component.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/app/app.component.spec.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/app/app.component.spec.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/app/app.component.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/app/app.component.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/app/app.module.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/app/app.module.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/app/todo-data.service.spec.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/app/todo-data.service.spec.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/app/todo-data.service.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/app/todo-data.service.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/app/todo.spec.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/app/todo.spec.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/app/todo.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/app/todo.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/assets/css/todomvc-app.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/assets/css/todomvc-app.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/assets/css/todomvc-common.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/assets/css/todomvc-common.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/environments/environment.prod.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/environments/environment.prod.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/environments/environment.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/environments/environment.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/favicon.ico => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/favicon.ico
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/main.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/main.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/polyfills.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/polyfills.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/styles.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/styles.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/test.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/test.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/tsconfig.app.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/tsconfig.app.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/tsconfig.spec.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/tsconfig.spec.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/typings.d.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/typings.d.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/tsconfig.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/tsconfig.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/tslint.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/tslint.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/js/app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/js/app.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/js/controllers/todoCtrl.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/js/controllers/todoCtrl.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/js/directives/todoEscape.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/js/directives/todoEscape.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/js/directives/todoFocus.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/js/directives/todoFocus.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/js/services/todoStorage.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/js/services/todoStorage.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-resource/angular-resource.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-resource/angular-resource.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-resource/angular-resource.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-resource/angular-resource.min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-resource/angular-resource.min.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-resource/angular-resource.min.js.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-route/angular-route.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-route/angular-route.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-route/angular-route.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-route/angular-route.min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-route/angular-route.min.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-route/angular-route.min.js.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular/angular.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular/angular.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular/angular.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular/angular.min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular/angular.min.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular/angular.min.js.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-app-css/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-app-css/index.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-app-css/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-app-css/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-app-css/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-app-css/readme.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-common/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-common/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-common/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-common/readme.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/package-lock.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/package-lock.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/readme.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/todomvc-index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/todomvc-index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/js/app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/js/app.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/js/backbone.sync.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/js/backbone.sync.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/js/collections/todos.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/js/collections/todos.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/js/models/todo.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/js/models/todo.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/js/routers/router.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/js/routers/router.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/js/views/app-view.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/js/views/app-view.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/js/views/todo-view.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/js/views/todo-view.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/backbone/backbone-min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/backbone/backbone-min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/backbone/backbone-min.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/backbone/backbone-min.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/backbone/backbone.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/backbone/backbone.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/jquery/dist/jquery.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/jquery/dist/jquery.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/jquery/dist/jquery.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/jquery/dist/jquery.min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/jquery/dist/jquery.min.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/jquery/dist/jquery.min.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/todomvc-app-css/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/todomvc-app-css/index.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/underscore/underscore-min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/underscore/underscore-min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/underscore/underscore-min.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/underscore/underscore-min.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/underscore/underscore.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/underscore/underscore.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/package-lock.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/package-lock.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/readme.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/assets/todomvc.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/assets/todomvc.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/assets/vendor.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/assets/vendor.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/assets/vendor.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/assets/vendor.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/crossdomain.xml => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/crossdomain.xml
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/robots.txt => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/robots.txt
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.bowerrc => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.bowerrc
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.editorconfig => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.editorconfig
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.ember-cli => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.ember-cli
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.gitignore => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.gitignore
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.jshintrc => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.jshintrc
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.travis.yml => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.travis.yml
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.watchmanconfig => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.watchmanconfig
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/README.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/app.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/components/todo-item.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/components/todo-item.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/components/todo-list.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/components/todo-list.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/controllers/active.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/controllers/active.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/controllers/application.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/controllers/application.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/controllers/completed.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/controllers/completed.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/helpers/gt.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/helpers/gt.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/helpers/pluralize.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/helpers/pluralize.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/instance-initializers/global.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/instance-initializers/global.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/resolver.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/resolver.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/router.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/router.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/routes/application.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/routes/application.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/services/memory.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/services/memory.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/services/repo.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/services/repo.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/active.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/active.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/application.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/application.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/completed.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/completed.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/components/todo-item.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/components/todo-item.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/components/todo-list.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/components/todo-list.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/index.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/index.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/bower.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/bower.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/config/environment.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/config/environment.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/ember-cli-build.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/ember-cli-build.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/public/crossdomain.xml => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/public/crossdomain.xml
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/public/robots.txt => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/public/robots.txt
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/testem.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/testem.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/.jshintrc => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/.jshintrc
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/helpers/destroy-app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/helpers/destroy-app.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/helpers/module-for-acceptance.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/helpers/module-for-acceptance.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/helpers/resolver.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/helpers/resolver.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/helpers/start-app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/helpers/start-app.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/test-helper.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/test-helper.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/vendor/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/vendor/base.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/vendor/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/vendor/index.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/testem.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/testem.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/tests/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/tests/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/.bowerrc => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/.bowerrc
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/.editorconfig => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/.editorconfig
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/.ember-cli => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/.ember-cli
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/.gitignore => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/.gitignore
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/.jshintrc => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/.jshintrc
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/README.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/app.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/components/todo-item.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/components/todo-item.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/components/todo-list.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/components/todo-list.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/controllers/active.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/controllers/active.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/controllers/application.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/controllers/application.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/controllers/completed.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/controllers/completed.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/helpers/gt.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/helpers/gt.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/helpers/pluralize.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/helpers/pluralize.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/resolver.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/resolver.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/router.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/router.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/routes/application.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/routes/application.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/services/memory.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/services/memory.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/services/repo.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/services/repo.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/styles/.gitkeep => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/styles/.gitkeep
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/active.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/active.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/application.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/application.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/completed.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/completed.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/components/todo-item.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/components/todo-item.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/components/todo-list.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/components/todo-list.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/index.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/index.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/bower.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/bower.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/config/environment.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/config/environment.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/dist/assets/todomvc-5d3e8eb3d5b3740a33185edcb11eeb57.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/dist/assets/todomvc-5d3e8eb3d5b3740a33185edcb11eeb57.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/dist/assets/vendor-820919567eb7bd4d9fac358a90a5aac4.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/dist/assets/vendor-820919567eb7bd4d9fac358a90a5aac4.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/dist/assets/vendor-a45c44bc56b4692cca4a96b6916c0fde.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/dist/assets/vendor-a45c44bc56b4692cca4a96b6916c0fde.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/dist/crossdomain.xml => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/dist/crossdomain.xml
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/dist/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/dist/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/dist/robots.txt => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/dist/robots.txt
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/ember-cli-build.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/ember-cli-build.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/package-lock.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/package-lock.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/public/crossdomain.xml => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/public/crossdomain.xml
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/public/robots.txt => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/public/robots.txt
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/testem.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/testem.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/tests/helpers/destroy-app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/tests/helpers/destroy-app.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/tests/helpers/module-for-acceptance.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/tests/helpers/module-for-acceptance.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/tests/helpers/resolver.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/tests/helpers/resolver.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/tests/helpers/start-app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/tests/helpers/start-app.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/tests/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/tests/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/tests/test-helper.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/tests/test-helper.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/vendor/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/vendor/base.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/vendor/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/vendor/index.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/dist/bundle.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/dist/bundle.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-app-css/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-app-css/index.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-app-css/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-app-css/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-app-css/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-app-css/readme.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-common/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-common/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-common/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-common/readme.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/src/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/src/base.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/src/index.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/src/index.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/src/item.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/src/item.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/src/model.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/src/model.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/src/share.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/src/share.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/webpack.config.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/webpack.config.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/css/app.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/css/app.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/js/app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/js/app.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/LICENSE => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/LICENSE
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/bower.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/bower.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/dist/director.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/dist/director.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/dist/director.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/dist/director.min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/dist/ender.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/dist/ender.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/handlebars/dist/handlebars.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/handlebars/dist/handlebars.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/jquery/dist/jquery.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/jquery/dist/jquery.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-app-css/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-app-css/index.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-app-css/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-app-css/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-app-css/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-app-css/readme.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-common/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-common/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-common/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-common/readme.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/readme.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/.babelrc => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/.babelrc
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/README.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/dist/app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/dist/app.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/dist/app.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/dist/app.js.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/dist/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/dist/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/dist/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/dist/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/dist/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/dist/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/dist/todomvc.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/dist/todomvc.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/package-lock.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/package-lock.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/rollup.config.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/rollup.config.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/src/app/footer.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/src/app/footer.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/src/app/index.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/src/app/index.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/src/app/item.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/src/app/item.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/src/app/model.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/src/app/model.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/src/app/util.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/src/app/util.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/src/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/src/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/src/index.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/src/index.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/webpack.config.babel.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/webpack.config.babel.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/README.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/dist/asset-manifest.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/dist/asset-manifest.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/dist/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/dist/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/dist/service-worker.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/dist/service-worker.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/dist/static/css/main.21111742.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/dist/static/css/main.21111742.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/dist/static/css/main.21111742.css.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/dist/static/css/main.21111742.css.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/dist/static/js/main.18b409e1.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/dist/static/js/main.18b409e1.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/dist/static/js/main.18b409e1.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/dist/static/js/main.18b409e1.js.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/package-lock.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/package-lock.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/public/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/public/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/actions/index.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/actions/index.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/actions/index.spec.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/actions/index.spec.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/components/Footer.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/components/Footer.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/components/Footer.spec.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/components/Footer.spec.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/components/Header.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/components/Header.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/components/Header.spec.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/components/Header.spec.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/components/MainSection.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/components/MainSection.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/components/MainSection.spec.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/components/MainSection.spec.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/components/TodoItem.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/components/TodoItem.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/components/TodoItem.spec.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/components/TodoItem.spec.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/components/TodoTextInput.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/components/TodoTextInput.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/components/TodoTextInput.spec.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/components/TodoTextInput.spec.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/constants/ActionTypes.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/constants/ActionTypes.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/constants/TodoFilters.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/constants/TodoFilters.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/containers/App.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/containers/App.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/index.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/index.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/reducers/index.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/reducers/index.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/reducers/todos.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/reducers/todos.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/reducers/todos.spec.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/reducers/todos.spec.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/README.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/build.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/build.min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/js/app.jsx => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/js/app.jsx
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/license.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/license.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/LICENSE => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/LICENSE
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/bind.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/bind.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/bower.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/bower.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/dedupe.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/dedupe.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/index.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/index.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/director/LICENSE => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/director/LICENSE
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/director/bower.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/director/bower.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/director/build/director.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/director/build/director.min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/react-dom/LICENSE => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/react-dom/LICENSE
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/react-dom/dist/react-dom.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/react-dom/dist/react-dom.min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/react/LICENSE => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/react/LICENSE
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/react/dist/react-with-addons.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/react/dist/react-with-addons.min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/react/dist/react.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/react/dist/react.min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/todomvc-app-css/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/todomvc-app-css/index.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/package-lock.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/package-lock.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/.babelrc => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/.babelrc
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/.editorconfig => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/.editorconfig
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/.eslintignore => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/.eslintignore
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/.eslintrc.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/.eslintrc.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/README.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/build.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/build.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/check-versions.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/check-versions.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/dev-client.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/dev-client.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/dev-server.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/dev-server.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/utils.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/utils.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/vue-loader.conf.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/vue-loader.conf.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/webpack.base.conf.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/webpack.base.conf.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/webpack.dev.conf.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/webpack.dev.conf.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/webpack.prod.conf.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/webpack.prod.conf.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/webpack.test.conf.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/webpack.test.conf.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/config/dev.env.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/config/dev.env.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/config/index.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/config/index.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/config/prod.env.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/config/prod.env.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/css/app.5b47040a23ec3fcb78037de398c53557.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/css/app.5b47040a23ec3fcb78037de398c53557.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/css/app.5b47040a23ec3fcb78037de398c53557.css.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/css/app.5b47040a23ec3fcb78037de398c53557.css.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/app.e6c010d57d53537f4ad2.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/app.e6c010d57d53537f4ad2.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/app.e6c010d57d53537f4ad2.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/app.e6c010d57d53537f4ad2.js.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/manifest.aa9978aa96ee948f2a4c.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/manifest.aa9978aa96ee948f2a4c.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/manifest.aa9978aa96ee948f2a4c.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/manifest.aa9978aa96ee948f2a4c.js.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/vendor.e7008001a8bed009bbf1.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/vendor.e7008001a8bed009bbf1.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/vendor.e7008001a8bed009bbf1.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/vendor.e7008001a8bed009bbf1.js.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/package-lock.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/package-lock.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/src/App.vue => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/src/App.vue
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/src/components/Todos.vue => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/src/components/Todos.vue
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/src/components/todo.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/src/components/todo.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/src/main.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/src/main.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/yarn.lock => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/yarn.lock
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/data/stats.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/data/stats.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/data/todos.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/data/todos.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/main.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/main.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/page/app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/page/app.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/store.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/store.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/main_selector.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/main_selector.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/new_item.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/new_item.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/stats.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/stats.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/todo_list.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/todo_list.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/toggle_all.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/toggle_all.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/with_filters.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/with_filters.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/utils.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/utils.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/templates/stats.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/templates/stats.html
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/templates/todo.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/templates/todo.html
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/index.html
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/depot/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/depot/README.md
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/depot/depot.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/depot/depot.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/depot/depot.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/depot/depot.min.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/depot/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/depot/package.json
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/es5-shim/LICENSE => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/es5-shim/LICENSE
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/es5-shim/es5-sham.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/es5-shim/es5-sham.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/es5-shim/es5-sham.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/es5-shim/es5-sham.min.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/es5-shim/es5-shim.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/es5-shim/es5-shim.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/es5-shim/es5-shim.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/es5-shim/es5-shim.min.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/LICENSE => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/LICENSE
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/index.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/index.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/advice.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/advice.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/base.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/component.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/component.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/compose.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/compose.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/debug.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/debug.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/logger.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/logger.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/registry.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/registry.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/utils.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/utils.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/jquery/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/jquery/README.md
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/jquery/dist/jquery.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/jquery/dist/jquery.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/jquery/dist/jquery.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/jquery/dist/jquery.min.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/jquery/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/jquery/package.json
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/memorystorage/memorystorage.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/memorystorage/memorystorage.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs-text/LICENSE => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs-text/LICENSE
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs-text/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs-text/README.md
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs-text/bower.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs-text/bower.json
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs-text/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs-text/package.json
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs-text/text.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs-text/text.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs/README.md
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs/package.json
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs/require.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs/require.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-app-css/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-app-css/index.css
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-app-css/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-app-css/package.json
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-app-css/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-app-css/readme.md
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-common/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-common/package.json
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-common/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-common/readme.md
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/package.json
rename : third_party/speedometer/resources/todomvc/functional-prog-examples/elm/Todo.elm => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/functional-prog-examples/elm/Todo.elm
rename : third_party/speedometer/resources/todomvc/functional-prog-examples/elm/Todo/Task.elm => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/functional-prog-examples/elm/Todo/Task.elm
rename : third_party/speedometer/resources/todomvc/functional-prog-examples/elm/dist/elm.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/functional-prog-examples/elm/dist/elm.js
rename : third_party/speedometer/resources/todomvc/functional-prog-examples/elm/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/functional-prog-examples/elm/index.html
rename : third_party/speedometer/resources/todomvc/functional-prog-examples/elm/node_modules/todomvc-app-css/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/functional-prog-examples/elm/node_modules/todomvc-app-css/index.css
rename : third_party/speedometer/resources/todomvc/functional-prog-examples/elm/node_modules/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/functional-prog-examples/elm/node_modules/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/functional-prog-examples/elm/node_modules/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/functional-prog-examples/elm/node_modules/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/functional-prog-examples/elm/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/functional-prog-examples/elm/package.json
rename : third_party/speedometer/resources/todomvc/functional-prog-examples/elm/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/functional-prog-examples/elm/readme.md
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower.json
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/LICENSE => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/LICENSE
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/README.md
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/build/director.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/build/director.js
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/build/director.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/build/director.min.js
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/build/ender.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/build/ender.js
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/react/JSXTransformer.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/react/JSXTransformer.js
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/react/bower.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/react/bower.json
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/react/react.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/react/react.js
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/react/react.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/react/react.min.js
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/todomvc-common/bg.png => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/todomvc-common/bg.png
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/index.html
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/js/app.jsx => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/js/app.jsx
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/js/footer.jsx => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/js/footer.jsx
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/js/todoItem.jsx => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/js/todoItem.jsx
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/js/utils.jsx => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/js/utils.jsx
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/readme.md
rename : third_party/speedometer/resources/todomvc/learn.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/learn.json
rename : third_party/speedometer/resources/todomvc/license.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/license.md
rename : third_party/speedometer/resources/todomvc/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/readme.md
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/.babelrc => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/.babelrc
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/.eslintignore => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/.eslintignore
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/README.md
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.app.930ad8b83126862d7445.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.app.930ad8b83126862d7445.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.app.930ad8b83126862d7445.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.app.930ad8b83126862d7445.js.map
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.manifest.e81199b00da2921d9c94.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.manifest.e81199b00da2921d9c94.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.manifest.e81199b00da2921d9c94.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.manifest.e81199b00da2921d9c94.js.map
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.vendor.577c6bc09319b27fed34.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.vendor.577c6bc09319b27fed34.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.vendor.577c6bc09319b27fed34.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.vendor.577c6bc09319b27fed34.js.map
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/index.html
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/styles.app.930ad8b83126862d7445.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/styles.app.930ad8b83126862d7445.css
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/styles.app.930ad8b83126862d7445.css.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/styles.app.930ad8b83126862d7445.css.map
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/styles.vendor.577c6bc09319b27fed34.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/styles.vendor.577c6bc09319b27fed34.css
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/styles.vendor.577c6bc09319b27fed34.css.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/styles.vendor.577c6bc09319b27fed34.css.map
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/package-lock.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/package-lock.json
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/package.json
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/app.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/app.css
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/app.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/bootstrap.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/bootstrap.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/controller.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/controller.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/controller.test.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/controller.test.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/helpers.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/helpers.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/index.html
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/memory.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/memory.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/model.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/model.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/store.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/store.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/template.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/template.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/todo.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/todo.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/view.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/view.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/webpack.config.babel.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/webpack.config.babel.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/README.md
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/index.html
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-app-css/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-app-css/index.css
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-app-css/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-app-css/package.json
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-app-css/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-app-css/readme.md
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-common/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-common/package.json
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-common/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-common/readme.md
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/package.json
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/src/.jshintrc => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/src/.jshintrc
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/src/app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/src/app.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/src/controller.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/src/controller.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/src/helpers.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/src/helpers.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/src/model.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/src/model.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/src/store.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/src/store.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/src/template.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/src/template.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/src/view.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/src/view.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/index.html
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/js/app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/js/app.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/js/controller.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/js/controller.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/js/helpers.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/js/helpers.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/js/model.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/js/model.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/js/store.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/js/store.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/js/template.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/js/template.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/js/view.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/js/view.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/node_modules/todomvc-app-css/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/node_modules/todomvc-app-css/index.css
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/node_modules/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/node_modules/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/node_modules/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/node_modules/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/package.json
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/readme.md
2017-10-25 18:05:34 -04:00