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

Side by Side Diff: content/browser/BUILD.gn

Issue 1476643002: mustash: Enable connections to mus from the Chrome renderer [take 2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't create a RenderWidgetWindowTreeeClientFactory in tests Created 5 years 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//content/browser/browser.gni") 7 import("//content/browser/browser.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ] 416 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ]
417 deps += [ 417 deps += [
418 "//chromeos", 418 "//chromeos",
419 "//chromeos:power_manager_proto", 419 "//chromeos:power_manager_proto",
420 ] 420 ]
421 } 421 }
422 422
423 if (use_aura) { 423 if (use_aura) {
424 deps += [ 424 deps += [
425 "//components/bitmap_uploader", 425 "//components/bitmap_uploader",
426 "//components/mus/public/cpp",
427 "//components/mus/public/interfaces",
426 "//ui/aura", 428 "//ui/aura",
427 "//ui/aura_extra", 429 "//ui/aura_extra",
428 "//ui/strings", 430 "//ui/strings",
429 "//ui/views/mus:for_component", 431 "//ui/views/mus:for_component",
430 "//ui/wm", 432 "//ui/wm",
431 ] 433 ]
432 sources += [ 434 sources += [
433 "compositor/software_output_device_mus.cc", 435 "compositor/software_output_device_mus.cc",
434 "compositor/software_output_device_mus.h", 436 "compositor/software_output_device_mus.h",
435 "renderer_host/render_widget_host_view_mus.cc", 437 "renderer_host/render_widget_host_view_mus.cc",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 543
542 if (enable_webvr && is_android) { 544 if (enable_webvr && is_android) {
543 sources += [ 545 sources += [
544 "vr/android/cardboard/cardboard_vr_device.cc", 546 "vr/android/cardboard/cardboard_vr_device.cc",
545 "vr/android/cardboard/cardboard_vr_device.h", 547 "vr/android/cardboard/cardboard_vr_device.h",
546 "vr/android/cardboard/cardboard_vr_device_provider.cc", 548 "vr/android/cardboard/cardboard_vr_device_provider.cc",
547 "vr/android/cardboard/cardboard_vr_device_provider.h", 549 "vr/android/cardboard/cardboard_vr_device_provider.h",
548 ] 550 ]
549 } 551 }
550 } 552 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | content/common/render_widget_window_tree_client_factory.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698