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

Unified Diff: chrome/test/BUILD.gn

Issue 2209363002: Remove material design resource pak infrastructure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove another mac test file Created 4 years, 4 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 | « chrome/chrome_tests.gypi ('k') | ui/base/BUILD.gn » ('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 389a7196a539b561165f711e813e0e4d79c9b622..08fe8d875aa606f3b1fbcc6c3ba0db57a74fa249 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -901,12 +901,6 @@ test("browser_tests") {
if (is_win) {
data += [ "$root_out_dir/chrome_200_percent.pak" ]
}
- if (is_mac) {
- data += [
- "$root_out_dir/chrome_material_100_percent.pak",
- "$root_out_dir/chrome_material_200_percent.pak",
- ]
- }
if (is_chromeos) {
data += [
# TODO(GYP): figure out which of these things are
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698