diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2019-07-31 15:50:41 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2019-08-30 12:35:23 +0000 |
commit | 7b2ffa587235a47d4094787d72f38102089f402a (patch) | |
tree | 30e82af9cbab08a7fa028bb18f4f2987a3f74dfa /chromium/tools/perf/BUILD.gn | |
parent | d94af01c90575348c4e81a418257f254b6f8d225 (diff) | |
download | qtwebengine-chromium-7b2ffa587235a47d4094787d72f38102089f402a.tar.gz |
BASELINE: Update Chromium to 76.0.3809.94
Change-Id: I321c3f5f929c105aec0f98c5091ef6108822e647
Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/tools/perf/BUILD.gn')
-rw-r--r-- | chromium/tools/perf/BUILD.gn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chromium/tools/perf/BUILD.gn b/chromium/tools/perf/BUILD.gn index d646f6f0685..c9ddc306189 100644 --- a/chromium/tools/perf/BUILD.gn +++ b/chromium/tools/perf/BUILD.gn @@ -2,6 +2,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. +# Keep in sync with group("perf_without_chrome"). group("perf") { testonly = true deps = [ @@ -18,6 +19,7 @@ group("perf") { # Field trial dependencies "//tools/json_comment_eater/", "//tools/json_to_struct/", + "//components/variations/service/generate_ui_string_overrider.py", # For blink_perf benchmarks. "//third_party/blink/perf_tests/", @@ -52,7 +54,8 @@ if (is_android) { } } -# Group for running benchmarks without building Chrome +# Group for running benchmarks without building Chrome. Keep in sync with +# group("perf"). group("perf_without_chrome") { testonly = true deps = [ @@ -69,6 +72,7 @@ group("perf_without_chrome") { # Field trial dependencies "//tools/json_comment_eater/", "//tools/json_to_struct/", + "//components/variations/service/generate_ui_string_overrider.py", # For blink_perf benchmarks. "//third_party/blink/perf_tests/", |