Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: chrome/BUILD.gn

Issue 2922333002: cros: Run telemetry tests on mojo-cros fyi bot. (Closed)
Patch Set: . Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index cf617028c73a2e04f7aa780b4bf9d19c672f9e0d..1543808d0b707d78eb9e93cc9b3622a2e22a8632 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -135,6 +135,11 @@ if (!is_android && !is_mac) {
} else {
deps = []
}
+ if (defined(invoker.data)) {
+ data = invoker.data
+ } else {
+ data = []
+ }
if (!is_win || is_clang) {
# Normally, we need to pass specific flags to the linker to
@@ -157,9 +162,7 @@ if (!is_android && !is_mac) {
"//printing/features",
]
- data = [
- "$root_out_dir/resources.pak",
- ]
+ data += [ "$root_out_dir/resources.pak" ]
if (is_linux || is_win) {
data += [
"$root_out_dir/chrome_100_percent.pak",
@@ -336,6 +339,9 @@ if (!is_android && !is_mac) {
deps = [
"//chrome/app/mash:chrome_test_catalog",
]
+ data = [
+ "$root_out_dir/chrome_200_percent.pak",
+ ]
if (!is_win && use_aura) {
sources += [ "app/chrome_test_exe_main_aura.cc" ]
}
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698