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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | gpu/gpu_ipc_service.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'nacl_win64_target': 0, 7 'nacl_win64_target': 0,
8 'build_angle_deqp_tests%': 0, 8 'build_angle_deqp_tests%': 0,
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 '../third_party/mesa/src/include', 334 '../third_party/mesa/src/include',
335 ], 335 ],
336 'conditions': [ 336 'conditions': [
337 ['OS == "android"', { 337 ['OS == "android"', {
338 'sources': [ 338 'sources': [
339 'ipc/service/gpu_memory_buffer_factory_surface_texture_unittest.cc', 339 'ipc/service/gpu_memory_buffer_factory_surface_texture_unittest.cc',
340 ], 340 ],
341 }], 341 }],
342 ['OS == "mac"', { 342 ['OS == "mac"', {
343 'sources': [ 343 'sources': [
344 'ipc/service/ca_layer_tree_unittest_mac.mm',
345 'ipc/service/gpu_memory_buffer_factory_io_surface_unittest.cc', 344 'ipc/service/gpu_memory_buffer_factory_io_surface_unittest.cc',
346 ], 345 ],
347 'link_settings': {
348 'libraries': [
349 '$(SDKROOT)/System/Library/Frameworks/CoreMedia.framework',
350 '$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework',
351 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
352 ],
353 },
354 }], 346 }],
355 ['use_ozone == 1', { 347 ['use_ozone == 1', {
356 'sources': [ 348 'sources': [
357 'ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap_unittest. cc', 349 'ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap_unittest. cc',
358 ], 350 ],
359 }], 351 }],
360 ], 352 ],
361 }, 353 },
362 { 354 {
363 # GN version: //gpu/gpu_perftests 355 # GN version: //gpu/gpu_perftests
(...skipping 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
1154 ], 1146 ],
1155 'sources': [ 1147 'sources': [
1156 'gpu_unittests_apk.isolate', 1148 'gpu_unittests_apk.isolate',
1157 ], 1149 ],
1158 }, 1150 },
1159 ], 1151 ],
1160 }, 1152 },
1161 ], 1153 ],
1162 ], 1154 ],
1163 } 1155 }
OLDNEW
« 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