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

Unified Diff: gpu/ipc/service/BUILD.gn

Issue 1901253002: Mac: Towards moving CALayerTree to the browser proc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove BUILD.gn Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/gpu_ipc_service.gypi ('k') | gpu/ipc/service/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/BUILD.gn
diff --git a/gpu/ipc/service/BUILD.gn b/gpu/ipc/service/BUILD.gn
index 3a50fbf731cca74671a848d88f1fe978dbb2007e..ec4ce25699b69a48ba711613dc1829f87020a523 100644
--- a/gpu/ipc/service/BUILD.gn
+++ b/gpu/ipc/service/BUILD.gn
@@ -68,26 +68,15 @@ source_set("ipc_service_sources") {
}
if (is_mac) {
sources += [
- "ca_layer_partial_damage_tree_mac.h",
- "ca_layer_partial_damage_tree_mac.mm",
- "ca_layer_tree_mac.h",
- "ca_layer_tree_mac.mm",
"gpu_memory_buffer_factory_io_surface.cc",
"gpu_memory_buffer_factory_io_surface.h",
"image_transport_surface_mac.mm",
"image_transport_surface_overlay_mac.h",
"image_transport_surface_overlay_mac.mm",
]
- deps += [
- "//skia",
- "//ui/accelerated_widget_mac",
- ]
+ deps += [ "//ui/accelerated_widget_mac" ]
lib_dirs = [ "$mac_sdk_path/usr/lib" ]
- libs += [
- "AVFoundation.framework",
- "CoreMedia.framework",
- "QuartzCore.framework",
- ]
+ libs += [ "QuartzCore.framework" ]
}
if (is_android) {
sources += [
@@ -161,16 +150,7 @@ test("gpu_ipc_service_unittests") {
sources += [ "gpu_memory_buffer_factory_surface_texture_unittest.cc" ]
}
if (is_mac) {
- sources += [
- "ca_layer_tree_unittest_mac.mm",
- "gpu_memory_buffer_factory_io_surface_unittest.cc",
- ]
- deps += [ "//ui/accelerated_widget_mac" ]
- libs += [
- "AVFoundation.framework",
- "CoreMedia.framework",
- "QuartzCore.framework",
- ]
+ sources += [ "gpu_memory_buffer_factory_io_surface_unittest.cc" ]
}
if (use_ozone) {
sources += [ "gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc" ]
« no previous file with comments | « gpu/gpu_ipc_service.gypi ('k') | gpu/ipc/service/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698