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

Side by Side Diff: gpu/gpu.gyp

Issue 2067233002: Revert of Use Mojo pipes to signal sync IPC events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « components/nacl_nonsfi.gyp ('k') | gpu/ipc/service/BUILD.gn » ('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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 ], 308 ],
309 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 309 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
310 'msvs_disabled_warnings': [ 4267, ], 310 'msvs_disabled_warnings': [ 4267, ],
311 }, 311 },
312 { 312 {
313 # GN version: //gpu/ipc/service:gpu_ipc_service_unittests 313 # GN version: //gpu/ipc/service:gpu_ipc_service_unittests
314 'target_name': 'gpu_ipc_service_unittests', 314 'target_name': 'gpu_ipc_service_unittests',
315 'type': '<(gtest_target_type)', 315 'type': '<(gtest_target_type)',
316 'dependencies': [ 316 'dependencies': [
317 '../base/base.gyp:base', 317 '../base/base.gyp:base',
318 '../base/base.gyp:run_all_unittests',
318 '../base/base.gyp:test_support_base', 319 '../base/base.gyp:test_support_base',
319 '../ipc/ipc.gyp:ipc_run_all_unittests',
320 '../ipc/ipc.gyp:test_support_ipc', 320 '../ipc/ipc.gyp:test_support_ipc',
321 '../skia/skia.gyp:skia', 321 '../skia/skia.gyp:skia',
322 '../testing/gtest.gyp:gtest', 322 '../testing/gtest.gyp:gtest',
323 '../testing/gmock.gyp:gmock', 323 '../testing/gmock.gyp:gmock',
324 '../third_party/mesa/mesa.gyp:mesa_headers', 324 '../third_party/mesa/mesa.gyp:mesa_headers',
325 '../ui/gfx/gfx.gyp:gfx_test_support', 325 '../ui/gfx/gfx.gyp:gfx_test_support',
326 '../ui/gl/gl.gyp:gl', 326 '../ui/gl/gl.gyp:gl',
327 '../ui/gl/init/gl_init.gyp:gl_init', 327 '../ui/gl/init/gl_init.gyp:gl_init',
328 '../ui/gl/gl.gyp:gl_unittest_utils', 328 '../ui/gl/gl.gyp:gl_unittest_utils',
329 '../ui/gl/gl.gyp:gl_test_support', 329 '../ui/gl/gl.gyp:gl_test_support',
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 ], 1210 ],
1211 'sources': [ 1211 'sources': [
1212 'gpu_unittests_apk.isolate', 1212 'gpu_unittests_apk.isolate',
1213 ], 1213 ],
1214 }, 1214 },
1215 ], 1215 ],
1216 }, 1216 },
1217 ], 1217 ],
1218 ], 1218 ],
1219 } 1219 }
OLDNEW
« no previous file with comments | « components/nacl_nonsfi.gyp ('k') | gpu/ipc/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698