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

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

Issue 888783002: Composite to cc::Display from ui::InProcessContextFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//content/browser/browser.gni") 8 import("//content/browser/browser.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 10
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 "web_contents/aura/shadow_layer_delegate.h", 383 "web_contents/aura/shadow_layer_delegate.h",
384 "web_contents/aura/window_slider.cc", 384 "web_contents/aura/window_slider.cc",
385 "web_contents/aura/window_slider.h", 385 "web_contents/aura/window_slider.h",
386 "web_contents/touch_editable_impl_aura.cc", 386 "web_contents/touch_editable_impl_aura.cc",
387 "web_contents/touch_editable_impl_aura.h", 387 "web_contents/touch_editable_impl_aura.h",
388 "web_contents/web_contents_view_aura.cc", 388 "web_contents/web_contents_view_aura.cc",
389 "web_contents/web_contents_view_aura.h", 389 "web_contents/web_contents_view_aura.h",
390 ] 390 ]
391 } 391 }
392 392
393 if (use_aura || is_mac || is_android) {
394 sources += rebase_path(
395 content_browser_gypi_values.compositor_browser_surface_sources,
396 ".",
397 "//content")
398 }
399 if (use_aura || is_mac) { 393 if (use_aura || is_mac) {
400 sources += 394 sources +=
401 rebase_path(content_browser_gypi_values.compositor_browser_sources, 395 rebase_path(content_browser_gypi_values.compositor_browser_sources,
402 ".", 396 ".",
403 "//content") 397 "//content")
404 if (!use_x11) { 398 if (!use_x11) {
405 sources -= [ 399 sources -= [
406 "compositor/software_output_device_x11.cc", 400 "compositor/software_output_device_x11.cc",
407 "compositor/software_output_device_x11.h", 401 "compositor/software_output_device_x11.h",
408 ] 402 ]
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 } 434 }
441 435
442 if (is_linux && use_openssl) { 436 if (is_linux && use_openssl) {
443 deps += [ "//third_party/boringssl" ] 437 deps += [ "//third_party/boringssl" ]
444 } 438 }
445 439
446 if (enable_media_mojo_renderer) { 440 if (enable_media_mojo_renderer) {
447 deps += [ "//media/mojo/services:renderer_service" ] 441 deps += [ "//media/mojo/services:renderer_service" ]
448 } 442 }
449 } 443 }
OLDNEW
« no previous file with comments | « cc/surfaces/surface_display_output_surface.cc ('k') | content/browser/compositor/gpu_process_transport_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698