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

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

Issue 1128113011: ozone: Introduce ClientPixmap and ClientPixmapFactory for non-GPU processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: NativePixmapManager is singleton Created 5 years, 5 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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 "compositor/software_output_device_x11.h", 434 "compositor/software_output_device_x11.h",
435 ] 435 ]
436 } 436 }
437 437
438 if (!use_ozone) { 438 if (!use_ozone) {
439 sources -= [ 439 sources -= [
440 "compositor/browser_compositor_overlay_candidate_validator_ozone.cc", 440 "compositor/browser_compositor_overlay_candidate_validator_ozone.cc",
441 "compositor/browser_compositor_overlay_candidate_validator_ozone.h", 441 "compositor/browser_compositor_overlay_candidate_validator_ozone.h",
442 "compositor/software_output_device_ozone.cc", 442 "compositor/software_output_device_ozone.cc",
443 "compositor/software_output_device_ozone.h", 443 "compositor/software_output_device_ozone.h",
444 "gpu/browser_native_pixmap_manager_ozone.cc",
445 "gpu/browser_native_pixmap_manager_ozone.h",
444 ] 446 ]
445 } 447 }
446 deps += [ "//ui/compositor" ] 448 deps += [ "//ui/compositor" ]
447 } 449 }
448 450
449 if (!is_ios) { 451 if (!is_ios) {
450 sources += [ 452 sources += [
451 "compositor/surface_utils.cc", 453 "compositor/surface_utils.cc",
452 "compositor/surface_utils.h", 454 "compositor/surface_utils.h",
453 ] 455 ]
(...skipping 30 matching lines...) Expand all
484 if (enable_webvr) { 486 if (enable_webvr) {
485 sources += [ 487 sources += [
486 "vr/vr_device.cc", 488 "vr/vr_device.cc",
487 "vr/vr_device.h", 489 "vr/vr_device.h",
488 "vr/vr_device_manager.cc", 490 "vr/vr_device_manager.cc",
489 "vr/vr_device_manager.h", 491 "vr/vr_device_manager.h",
490 "vr/vr_device_provider.h", 492 "vr/vr_device_provider.h",
491 ] 493 ]
492 } 494 }
493 } 495 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/browser_main_loop.cc » ('j') | content/child/child_gpu_memory_buffer_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698