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

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

Issue 17932004: Support ozone=1 compositor_unittests with OSMesa (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: include order version Created 7 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 | Annotate | Revision Log
« no previous file with comments | « ui/compositor/test/test_compositor_host_ozone.cc ('k') | ui/gl/gl_context_ozone.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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'gl_image_android.cc', 72 'gl_image_android.cc',
73 'gl_image_mac.cc', 73 'gl_image_mac.cc',
74 'gl_image_ozone.cc', 74 'gl_image_ozone.cc',
75 'gl_image_stub.cc', 75 'gl_image_stub.cc',
76 'gl_image_stub.h', 76 'gl_image_stub.h',
77 'gl_image_win.cc', 77 'gl_image_win.cc',
78 'gl_image_x11.cc', 78 'gl_image_x11.cc',
79 'gl_implementation.cc', 79 'gl_implementation.cc',
80 'gl_implementation.h', 80 'gl_implementation.h',
81 'gl_implementation_android.cc', 81 'gl_implementation_android.cc',
82 'gl_implementation_linux.cc',
83 'gl_implementation_linux.h',
82 'gl_implementation_ozone.cc', 84 'gl_implementation_ozone.cc',
83 'gl_implementation_mac.cc', 85 'gl_implementation_mac.cc',
84 'gl_implementation_win.cc', 86 'gl_implementation_win.cc',
85 'gl_implementation_x11.cc', 87 'gl_implementation_x11.cc',
86 'gl_interface.cc', 88 'gl_interface.cc',
87 'gl_interface.h', 89 'gl_interface.h',
88 'gl_osmesa_api_implementation.cc', 90 'gl_osmesa_api_implementation.cc',
89 'gl_osmesa_api_implementation.h', 91 'gl_osmesa_api_implementation.h',
90 'gl_share_group.cc', 92 'gl_share_group.cc',
91 'gl_share_group.h', 93 'gl_share_group.h',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 ], 348 ],
347 'variables': { 349 'variables': {
348 'jni_gen_package': 'ui/gl', 350 'jni_gen_package': 'ui/gl',
349 }, 351 },
350 'includes': [ '../../build/jni_generator.gypi' ], 352 'includes': [ '../../build/jni_generator.gypi' ],
351 }, 353 },
352 ], 354 ],
353 }], 355 }],
354 ], 356 ],
355 } 357 }
OLDNEW
« no previous file with comments | « ui/compositor/test/test_compositor_host_ozone.cc ('k') | ui/gl/gl_context_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698