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

Unified Diff: chrome/test/BUILD.gn

Issue 1991573002: Remove enable_topchrome_md build flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete empty conditions 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index a1a4f745124f475d45f911e27357b6d05e4d3805..711554aa68a2217b5b4b3cf63e5af364238a5069 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -350,9 +350,7 @@ if (!is_android) {
if (is_linux || is_win) {
data += [
"$root_out_dir/chrome_100_percent.pak",
- "$root_out_dir/chrome_material_100_percent.pak",
"$root_out_dir/chrome_200_percent.pak",
- "$root_out_dir/chrome_material_200_percent.pak",
"$root_out_dir/locales/en-US.pak",
"$root_out_dir/locales/fr.pak",
]

Powered by Google App Engine
This is Rietveld 408576698