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

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

Issue 1484473003: gl, ozone: enable GLImageBindTest unittests Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix for win and mac, but cros need crrev.com/1208603002 Created 4 years, 11 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
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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'gl_surface_osmesa.h', 106 'gl_surface_osmesa.h',
107 'gl_surface_overlay.cc', 107 'gl_surface_overlay.cc',
108 'gl_surface_overlay.h', 108 'gl_surface_overlay.h',
109 'gl_surface_ozone.cc', 109 'gl_surface_ozone.cc',
110 'gl_surface_stub.cc', 110 'gl_surface_stub.cc',
111 'gl_surface_stub.h', 111 'gl_surface_stub.h',
112 'gl_surface_win.cc', 112 'gl_surface_win.cc',
113 'gl_surface_x11.cc', 113 'gl_surface_x11.cc',
114 'gl_switches.cc', 114 'gl_switches.cc',
115 'gl_switches.h', 115 'gl_switches.h',
116 'gl_utils.cc',
117 'gl_utils.h',
116 'gl_version_info.cc', 118 'gl_version_info.cc',
117 'gl_version_info.h', 119 'gl_version_info.h',
118 'gpu_switching_manager.cc', 120 'gpu_switching_manager.cc',
119 'gpu_switching_manager.h', 121 'gpu_switching_manager.h',
120 'gpu_switching_observer.h', 122 'gpu_switching_observer.h',
121 'gpu_timing.cc', 123 'gpu_timing.cc',
122 'gpu_timing.h', 124 'gpu_timing.h',
123 'scoped_api.cc', 125 'scoped_api.cc',
124 'scoped_api.h', 126 'scoped_api.h',
125 'scoped_binders.cc', 127 'scoped_binders.cc',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 ], 358 ],
357 'variables': { 359 'variables': {
358 'jni_gen_package': 'ui/gl', 360 'jni_gen_package': 'ui/gl',
359 }, 361 },
360 'includes': [ '../../build/jni_generator.gypi' ], 362 'includes': [ '../../build/jni_generator.gypi' ],
361 }, 363 },
362 ], 364 ],
363 }], 365 }],
364 ], 366 ],
365 } 367 }
OLDNEW
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_image_io_surface_unittest.cc » ('j') | ui/gl/gl_utils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698