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

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

Issue 1460593004: Revert of p1 mus+ash chrome renders ui and content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « components/bitmap_uploader/bitmap_uploader.cc ('k') | content/browser/compositor/DEPS » ('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 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 ] 414 ]
415 } 415 }
416 416
417 if (use_aura) { 417 if (use_aura) {
418 deps += [ 418 deps += [
419 "//ui/aura", 419 "//ui/aura",
420 "//ui/aura_extra", 420 "//ui/aura_extra",
421 "//ui/strings", 421 "//ui/strings",
422 "//ui/views/mus:for_component", 422 "//ui/views/mus:for_component",
423 "//ui/wm", 423 "//ui/wm",
424 "//components/bitmap_uploader",
425 ] 424 ]
426 sources += [
427 "compositor/software_output_device_mus.cc",
428 "compositor/software_output_device_mus.h",
429 ]
430 defines += [ "MOJO_RUNNER_CLIENT" ]
431 } else { # Not aura. 425 } else { # Not aura.
432 sources -= [ 426 sources -= [
433 "media/capture/cursor_renderer_aura.cc", 427 "media/capture/cursor_renderer_aura.cc",
434 "media/capture/cursor_renderer_aura.h", 428 "media/capture/cursor_renderer_aura.h",
435 "renderer_host/compositor_resize_lock_aura.cc", 429 "renderer_host/compositor_resize_lock_aura.cc",
436 "renderer_host/compositor_resize_lock_aura.h", 430 "renderer_host/compositor_resize_lock_aura.h",
437 "renderer_host/input/synthetic_gesture_target_aura.cc", 431 "renderer_host/input/synthetic_gesture_target_aura.cc",
438 "renderer_host/input/synthetic_gesture_target_aura.h", 432 "renderer_host/input/synthetic_gesture_target_aura.h",
439 "renderer_host/input/touch_selection_controller_client_aura.cc", 433 "renderer_host/input/touch_selection_controller_client_aura.cc",
440 "renderer_host/input/touch_selection_controller_client_aura.h", 434 "renderer_host/input/touch_selection_controller_client_aura.h",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 525
532 if (enable_webvr && is_android) { 526 if (enable_webvr && is_android) {
533 sources += [ 527 sources += [
534 "vr/android/cardboard/cardboard_vr_device.cc", 528 "vr/android/cardboard/cardboard_vr_device.cc",
535 "vr/android/cardboard/cardboard_vr_device.h", 529 "vr/android/cardboard/cardboard_vr_device.h",
536 "vr/android/cardboard/cardboard_vr_device_provider.cc", 530 "vr/android/cardboard/cardboard_vr_device_provider.cc",
537 "vr/android/cardboard/cardboard_vr_device_provider.h", 531 "vr/android/cardboard/cardboard_vr_device_provider.h",
538 ] 532 ]
539 } 533 }
540 } 534 }
OLDNEW
« no previous file with comments | « components/bitmap_uploader/bitmap_uploader.cc ('k') | content/browser/compositor/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698