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

Unified Diff: ui/base/BUILD.gn

Issue 2749183005: Adds mojom structure for ui::Accelerator and struct traits (Closed)
Patch Set: feedback Created 3 years, 9 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 | ui/base/accelerators/mojo/BUILD.gn » ('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 8def626ed9c8d82f971f705711273c824d40d18a..417514cd495c783faadf4a72218fa651cf28ebfe 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -874,6 +874,8 @@ test("ui_base_unittests") {
if (is_ios) {
deps += [ "//ui/resources:ui_test_pak_bundle_data" ]
+ } else {
+ deps += [ "//ui/base/accelerators/mojo:unittests" ]
}
if (is_win) {
« no previous file with comments | « no previous file | ui/base/accelerators/mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698