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

Unified Diff: ui/base/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/test/BUILD.gn ('k') | ui/base/resource/data_pack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 38116ea3cef53f0eaed47b6a95f3e551a84cc22b..5accf0ee26e177d3b5ce8cb347a5d6214ca846ee 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -797,9 +797,6 @@ test("ui_base_unittests") {
if (is_linux && use_aura && !is_chromeos) {
sources += [ "ime/input_method_auralinux_unittest.cc" ]
}
- if (is_mac) {
- sources += [ "resource/resource_bundle_mac_unittest.mm" ]
- }
if (use_x11) {
sources += [ "ime/composition_text_util_pango_unittest.cc" ]
}
« no previous file with comments | « chrome/test/BUILD.gn ('k') | ui/base/resource/data_pack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698