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

Unified Diff: chrome/test/BUILD.gn

Issue 1914313002: Re-land "Flip remaining non-lkgr linux memory bots to GN." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 7 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 | « build/toolchain/gcc_toolchain.gni ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index fec0cbb2743968235efa3e028cb556836e10dfdb..04ab8a74553dd68c19fd0710f4ca844188600fc0 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -896,6 +896,12 @@ if (!is_android) {
"$root_out_dir/test_page.css.mock-http-headers",
"$root_out_dir/test_url_loader_data/",
]
+ if (is_mac) {
+ data_deps += [
+ "//chrome:repack_chrome_material_100_percent",
+ "//chrome:repack_chrome_material_200_percent",
+ ]
+ }
if (is_win) {
data += [ "$root_out_dir/chrome_200_percent.pak" ]
}
« no previous file with comments | « build/toolchain/gcc_toolchain.gni ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698