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

Unified Diff: gpu/gpu.gyp

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 | « no previous file | gpu/gpu_ipc_service.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index d0028712c2f21938b00b4a5c90301204f4025df1..bc0ae8a3c166c28caa0d6d6ad8245dc02348edda 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -341,16 +341,8 @@
}],
['OS == "mac"', {
'sources': [
- 'ipc/service/ca_layer_tree_unittest_mac.mm',
'ipc/service/gpu_memory_buffer_factory_io_surface_unittest.cc',
],
- 'link_settings': {
- 'libraries': [
- '$(SDKROOT)/System/Library/Frameworks/CoreMedia.framework',
- '$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework',
- '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
- ],
- },
}],
['use_ozone == 1', {
'sources': [
« no previous file with comments | « no previous file | gpu/gpu_ipc_service.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698