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

Unified Diff: ui/base/mojo/typemaps.gni

Issue 2710023007: Make WindowTree::SetModal() take the type. (Closed)
Patch Set: address 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 | « ui/base/mojo/BUILD.gn ('k') | ui/base/mojo/ui_base_types.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/mojo/typemaps.gni
diff --git a/ui/base/mojo/typemaps.gni b/ui/base/mojo/typemaps.gni
index 857c1cce76e75762ce831ca01551ebd7dbbc3e98..2d3c3c1430a08cd6738efc678f0bef65ba4e8e18 100644
--- a/ui/base/mojo/typemaps.gni
+++ b/ui/base/mojo/typemaps.gni
@@ -2,4 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-typemaps = [ "//ui/base/mojo/window_open_disposition.typemap" ]
+typemaps = [
+ "//ui/base/mojo/ui_base_types.typemap",
+ "//ui/base/mojo/window_open_disposition.typemap",
+]
« no previous file with comments | « ui/base/mojo/BUILD.gn ('k') | ui/base/mojo/ui_base_types.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698