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

Side by Side Diff: components/arc/BUILD.gn

Issue 2496423004: arc: enable use_new_wrapper_types for notifications.mojom (Closed)
Patch Set: address comment 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 unified diff | Download patch
« no previous file with comments | « no previous file | components/arc/test/fake_notifications_instance.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 static_library("arc") { 8 static_library("arc") {
9 sources = [ 9 sources = [
10 "arc_bridge_host_impl.cc", 10 "arc_bridge_host_impl.cc",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 124
125 # TODO(crbug.com/662510): Remove this altogether. 125 # TODO(crbug.com/662510): Remove this altogether.
126 mojom("arc_bindings_old_types") { 126 mojom("arc_bindings_old_types") {
127 sources = [ 127 sources = [
128 "common/app.mojom", 128 "common/app.mojom",
129 "common/bitmap.mojom", 129 "common/bitmap.mojom",
130 "common/bluetooth.mojom", 130 "common/bluetooth.mojom",
131 "common/enterprise_reporting.mojom", 131 "common/enterprise_reporting.mojom",
132 "common/intent_helper.mojom", 132 "common/intent_helper.mojom",
133 "common/net.mojom", 133 "common/net.mojom",
134 "common/notifications.mojom",
135 "common/scale_factor.mojom", 134 "common/scale_factor.mojom",
136 "common/screen_rect.mojom", 135 "common/screen_rect.mojom",
137 "common/video_accelerator.mojom", 136 "common/video_accelerator.mojom",
138 ] 137 ]
139 138
140 public_deps = [ 139 public_deps = [
141 "//mojo/common:common_custom_types", 140 "//mojo/common:common_custom_types",
142 "//ui/gfx/geometry/mojo", 141 "//ui/gfx/geometry/mojo",
143 ] 142 ]
144 143
145 use_new_wrapper_types = false 144 use_new_wrapper_types = false
146 } 145 }
147 146
148 mojom("arc_bindings") { 147 mojom("arc_bindings") {
149 sources = [ 148 sources = [
150 "common/arc_bridge.mojom", 149 "common/arc_bridge.mojom",
151 "common/audio.mojom", 150 "common/audio.mojom",
152 "common/auth.mojom", 151 "common/auth.mojom",
153 "common/boot_phase_monitor.mojom", 152 "common/boot_phase_monitor.mojom",
154 "common/clipboard.mojom", 153 "common/clipboard.mojom",
155 "common/crash_collector.mojom", 154 "common/crash_collector.mojom",
156 "common/file_system.mojom", 155 "common/file_system.mojom",
157 "common/ime.mojom", 156 "common/ime.mojom",
158 "common/metrics.mojom", 157 "common/metrics.mojom",
158 "common/notifications.mojom",
159 "common/obb_mounter.mojom", 159 "common/obb_mounter.mojom",
160 "common/policy.mojom", 160 "common/policy.mojom",
161 "common/power.mojom", 161 "common/power.mojom",
162 "common/print.mojom", 162 "common/print.mojom",
163 "common/process.mojom", 163 "common/process.mojom",
164 "common/storage_manager.mojom", 164 "common/storage_manager.mojom",
165 "common/tts.mojom", 165 "common/tts.mojom",
166 "common/video.mojom", 166 "common/video.mojom",
167 "common/wallpaper.mojom", 167 "common/wallpaper.mojom",
168 ] 168 ]
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "//testing/gtest", 228 "//testing/gtest",
229 "//ui/aura", 229 "//ui/aura",
230 "//ui/aura:test_support", 230 "//ui/aura:test_support",
231 "//ui/base:test_support", 231 "//ui/base:test_support",
232 "//ui/base/ime", 232 "//ui/base/ime",
233 "//ui/events", 233 "//ui/events",
234 "//ui/events:dom_keycode_converter", 234 "//ui/events:dom_keycode_converter",
235 "//url:url", 235 "//url:url",
236 ] 236 ]
237 } 237 }
OLDNEW
« no previous file with comments | « no previous file | components/arc/test/fake_notifications_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698