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

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

Issue 2768093005: Send voice interaction structure from cros to Arc. (Closed)
Patch Set: address review comments Created 3 years, 8 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 unified diff | Download patch
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_service_manager.cc", 10 "arc_service_manager.cc",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 "common/power.mojom", 152 "common/power.mojom",
153 "common/print.mojom", 153 "common/print.mojom",
154 "common/process.mojom", 154 "common/process.mojom",
155 "common/scale_factor.mojom", 155 "common/scale_factor.mojom",
156 "common/screen_rect.mojom", 156 "common/screen_rect.mojom",
157 "common/storage_manager.mojom", 157 "common/storage_manager.mojom",
158 "common/tracing.mojom", 158 "common/tracing.mojom",
159 "common/tts.mojom", 159 "common/tts.mojom",
160 "common/video.mojom", 160 "common/video.mojom",
161 "common/video_accelerator.mojom", 161 "common/video_accelerator.mojom",
162 "common/voice_interaction_arc_home.mojom",
162 "common/voice_interaction_framework.mojom", 163 "common/voice_interaction_framework.mojom",
163 "common/wallpaper.mojom", 164 "common/wallpaper.mojom",
164 ] 165 ]
165 166
166 public_deps = [ 167 public_deps = [
167 "//mojo/common:common_custom_types", 168 "//mojo/common:common_custom_types",
168 "//ui/gfx/geometry/mojo", 169 "//ui/gfx/geometry/mojo",
169 ] 170 ]
170 } 171 }
171 172
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "//testing/gtest", 229 "//testing/gtest",
229 "//ui/aura", 230 "//ui/aura",
230 "//ui/aura:test_support", 231 "//ui/aura:test_support",
231 "//ui/base:test_support", 232 "//ui/base:test_support",
232 "//ui/base/ime", 233 "//ui/base/ime",
233 "//ui/events", 234 "//ui/events",
234 "//ui/events:dom_keycode_converter", 235 "//ui/events:dom_keycode_converter",
235 "//url:url", 236 "//url:url",
236 ] 237 ]
237 } 238 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698