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

Side by Side Diff: content/public/browser/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 # See //content/BUILD.gn for how this works. 7 # See //content/BUILD.gn for how this works.
8 group("browser") { 8 group("browser") {
9 if (is_component_build) { 9 if (is_component_build) {
10 public_deps = [ 10 public_deps = [
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 "stream_info.cc", 241 "stream_info.cc",
242 "stream_info.h", 242 "stream_info.h",
243 "trace_uploader.h", 243 "trace_uploader.h",
244 "tracing_controller.h", 244 "tracing_controller.h",
245 "tracing_delegate.cc", 245 "tracing_delegate.cc",
246 "tracing_delegate.h", 246 "tracing_delegate.h",
247 "url_data_source.cc", 247 "url_data_source.cc",
248 "url_data_source.h", 248 "url_data_source.h",
249 "utility_process_host.h", 249 "utility_process_host.h",
250 "utility_process_mojo_client.h", 250 "utility_process_mojo_client.h",
251 "voice_interaction_helper.cc",
252 "voice_interaction_helper.h",
251 "vpn_service_proxy.h", 253 "vpn_service_proxy.h",
252 "web_contents.cc", 254 "web_contents.cc",
253 "web_contents.h", 255 "web_contents.h",
254 "web_contents_binding_set.cc", 256 "web_contents_binding_set.cc",
255 "web_contents_binding_set.h", 257 "web_contents_binding_set.h",
256 "web_contents_delegate.cc", 258 "web_contents_delegate.cc",
257 "web_contents_delegate.h", 259 "web_contents_delegate.h",
258 "web_contents_media_capture_id.cc", 260 "web_contents_media_capture_id.cc",
259 "web_contents_media_capture_id.h", 261 "web_contents_media_capture_id.h",
260 "web_contents_observer.cc", 262 "web_contents_observer.cc",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 328
327 if (use_aura) { 329 if (use_aura) {
328 sources -= [ "context_factory.h" ] 330 sources -= [ "context_factory.h" ]
329 deps += [ "//ui/aura" ] 331 deps += [ "//ui/aura" ]
330 } 332 }
331 333
332 if (!is_android) { 334 if (!is_android) {
333 sources += [ "devtools_frontend_host.h" ] 335 sources += [ "devtools_frontend_host.h" ]
334 } 336 }
335 } 337 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698