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

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

Issue 1162203006: Unit tests have been created for the GPUTiming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverted egl unit test changes, wrong cl Created 5 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 | « ui/gl/BUILD.gn ('k') | ui/gl/gl_tests.gyp » ('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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 ], 276 ],
277 'include_dirs': [ 277 'include_dirs': [
278 '../..', 278 '../..',
279 ], 279 ],
280 'sources': [ 280 'sources': [
281 'gl_bindings_autogen_mock.cc', 281 'gl_bindings_autogen_mock.cc',
282 'gl_bindings_autogen_mock.h', 282 'gl_bindings_autogen_mock.h',
283 'gl_mock.cc', 283 'gl_mock.cc',
284 'gl_mock.h', 284 'gl_mock.h',
285 'gl_mock_autogen_gl.h', 285 'gl_mock_autogen_gl.h',
286 'gpu_timing_fake.cc',
287 'gpu_timing_fake.h',
286 ], 288 ],
287 }, 289 },
288 ], 290 ],
289 'conditions': [ 291 'conditions': [
290 ['OS=="android"' , { 292 ['OS=="android"' , {
291 'targets': [ 293 'targets': [
292 { 294 {
293 'target_name': 'surface_jni_headers', 295 'target_name': 'surface_jni_headers',
294 'type': 'none', 296 'type': 'none',
295 'variables': { 297 'variables': {
(...skipping 14 matching lines...) Expand all
310 ], 312 ],
311 'variables': { 313 'variables': {
312 'jni_gen_package': 'ui/gl', 314 'jni_gen_package': 'ui/gl',
313 }, 315 },
314 'includes': [ '../../build/jni_generator.gypi' ], 316 'includes': [ '../../build/jni_generator.gypi' ],
315 }, 317 },
316 ], 318 ],
317 }], 319 }],
318 ], 320 ],
319 } 321 }
OLDNEW
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698