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

Unified Diff: services/ui/public/interfaces/BUILD.gn

Issue 2504403004: Mojo C++ bindings: switch the generated code of clipboard.mojom to use STL types. (Closed)
Patch Set: . Created 4 years, 1 month 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: services/ui/public/interfaces/BUILD.gn
diff --git a/services/ui/public/interfaces/BUILD.gn b/services/ui/public/interfaces/BUILD.gn
index beb10d6ebda58e8b32e11740d3e984515ed4c0be..61d28e644030f598e5614ab3cc719190bd51b863 100644
--- a/services/ui/public/interfaces/BUILD.gn
+++ b/services/ui/public/interfaces/BUILD.gn
@@ -9,6 +9,7 @@ mojom("interfaces_use_new_wrappers") {
sources = [
"accessibility_manager.mojom",
"animations.mojom",
+ "clipboard.mojom",
"cursor.mojom",
"display_manager.mojom",
"event_matcher.mojom",
@@ -41,7 +42,6 @@ mojom("interfaces_use_new_wrappers") {
# TODO(yzshen): merge this target into the one above.
mojom("interfaces") {
sources = [
- "clipboard.mojom",
"window_manager.mojom",
"window_manager_window_tree_factory.mojom",
"window_tree.mojom",

Powered by Google App Engine
This is Rietveld 408576698