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

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

Issue 2731403007: add voice interaction shortcut. (Closed)
Patch Set: Changed mojom comments 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 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 "common/policy.mojom", 148 "common/policy.mojom",
149 "common/power.mojom", 149 "common/power.mojom",
150 "common/print.mojom", 150 "common/print.mojom",
151 "common/process.mojom", 151 "common/process.mojom",
152 "common/scale_factor.mojom", 152 "common/scale_factor.mojom",
153 "common/screen_rect.mojom", 153 "common/screen_rect.mojom",
154 "common/storage_manager.mojom", 154 "common/storage_manager.mojom",
155 "common/tts.mojom", 155 "common/tts.mojom",
156 "common/video.mojom", 156 "common/video.mojom",
157 "common/video_accelerator.mojom", 157 "common/video_accelerator.mojom",
158 "common/voice_interaction.mojom",
158 "common/wallpaper.mojom", 159 "common/wallpaper.mojom",
159 ] 160 ]
160 161
161 public_deps = [ 162 public_deps = [
162 "//mojo/common:common_custom_types", 163 "//mojo/common:common_custom_types",
163 "//ui/gfx/geometry/mojo", 164 "//ui/gfx/geometry/mojo",
164 ] 165 ]
165 } 166 }
166 167
167 static_library("arc_test_support") { 168 static_library("arc_test_support") {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "//testing/gtest", 224 "//testing/gtest",
224 "//ui/aura", 225 "//ui/aura",
225 "//ui/aura:test_support", 226 "//ui/aura:test_support",
226 "//ui/base:test_support", 227 "//ui/base:test_support",
227 "//ui/base/ime", 228 "//ui/base/ime",
228 "//ui/events", 229 "//ui/events",
229 "//ui/events:dom_keycode_converter", 230 "//ui/events:dom_keycode_converter",
230 "//url:url", 231 "//url:url",
231 ] 232 ]
232 } 233 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698