| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |