Commit 0fc533e8 authored by Dmitriy Khodyrev's avatar Dmitriy Khodyrev Committed by Commit Bot

Add gn dependency between sync_performance_tests and used resources

Test sync_performance_tests uses the following resource files:
- $root_out_dir/chrome_100_percent.pak
- $root_out_dir/chrome_200_percent.pak
- $root_out_dir/locales/en-US.pak
- $root_out_dir/resources.pak
But there were no any dependency in build.gn between tests and the resources.
The resources were not regenerated during sync_performance_tests build.

The change contains the fix of the resources generation used by sync_performance_tests.

Change-Id: Id311bc25189ef5ec08fd4ea733a39c30b490bce4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207215Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Commit-Queue: Alexander Yashkin <a-v-y@yandex-team.ru>
Cr-Commit-Position: refs/heads/master@{#770028}
parent 6c74e0fd
...@@ -6571,6 +6571,8 @@ if (!is_fuchsia && !is_android) { ...@@ -6571,6 +6571,8 @@ if (!is_fuchsia && !is_android) {
"//testing/perf", "//testing/perf",
] ]
data_deps = [ "//chrome:packed_resources" ]
if (is_mac) { if (is_mac) {
# Dictionary sync is disabled on Mac. # Dictionary sync is disabled on Mac.
sources -= [ "../browser/sync/test/integration/performance/dictionary_sync_perf_test.cc" ] sources -= [ "../browser/sync/test/integration/performance/dictionary_sync_perf_test.cc" ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment