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

Side by Side Diff: ui/gl/gl.gyp

Issue 1228173003: mojo: Fix running view-manager related apptests on X11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 5 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 | « ui/gl/BUILD.gn ('k') | ui/gl/gl_surface.cc » ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'targets': [ 10 'targets': [
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 ], 303 ],
304 'sources': [ 304 'sources': [
305 'test/gl_surface_test_support.cc', 305 'test/gl_surface_test_support.cc',
306 'test/gl_surface_test_support.h', 306 'test/gl_surface_test_support.h',
307 ], 307 ],
308 'conditions': [ 308 'conditions': [
309 ['use_x11==1', { 309 ['use_x11==1', {
310 'dependencies': [ 310 'dependencies': [
311 '../../build/linux/system.gyp:x11', 311 '../../build/linux/system.gyp:x11',
312 '../gfx/x/gfx_x11.gyp:gfx_x11', 312 '../gfx/x/gfx_x11.gyp:gfx_x11',
313 '../platform_window/x11/x11_window.gyp:x11_window',
313 ], 314 ],
314 }], 315 }],
315 ], 316 ],
316 }, 317 },
317 ], 318 ],
318 'conditions': [ 319 'conditions': [
319 ['OS=="android"' , { 320 ['OS=="android"' , {
320 'targets': [ 321 'targets': [
321 { 322 {
322 'target_name': 'surface_jni_headers', 323 'target_name': 'surface_jni_headers',
(...skipping 16 matching lines...) Expand all
339 ], 340 ],
340 'variables': { 341 'variables': {
341 'jni_gen_package': 'ui/gl', 342 'jni_gen_package': 'ui/gl',
342 }, 343 },
343 'includes': [ '../../build/jni_generator.gypi' ], 344 'includes': [ '../../build/jni_generator.gypi' ],
344 }, 345 },
345 ], 346 ],
346 }], 347 }],
347 ], 348 ],
348 } 349 }
OLDNEW
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698