| Index: tools/perf/core/perf_data_generator.py
|
| diff --git a/tools/perf/core/perf_data_generator.py b/tools/perf/core/perf_data_generator.py
|
| index d62d750a8a20c4cc35dcb5f9969d2550219d90b5..335c1b5a45d9965b147677ab89b7eae688eeced5 100755
|
| --- a/tools/perf/core/perf_data_generator.py
|
| +++ b/tools/perf/core/perf_data_generator.py
|
| @@ -257,7 +257,8 @@ def get_waterfall_config():
|
| 'os': 'Windows-10-10240',
|
| 'device_ids': [
|
| 'build117-b1', 'build118-b1',
|
| - 'build119-b1', 'build120-b1', 'build121-b1'
|
| + 'build119-b1', 'build120-b1',
|
| + 'build180-b4' # Added in https://crbug.com/695613
|
| ]
|
| }
|
| ])
|
|
|