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

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

Issue 937263006: Refactored GLContext to own GPUTiming which spawn GPUTimingClients. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added GPUTiming descriptions for all 3 classes, refptr in GPUTimer Created 5 years, 9 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_context.h » ('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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'gl_surface_stub.h', 106 'gl_surface_stub.h',
107 'gl_surface_win.cc', 107 'gl_surface_win.cc',
108 'gl_surface_x11.cc', 108 'gl_surface_x11.cc',
109 'gl_switches.cc', 109 'gl_switches.cc',
110 'gl_switches.h', 110 'gl_switches.h',
111 'gl_version_info.cc', 111 'gl_version_info.cc',
112 'gl_version_info.h', 112 'gl_version_info.h',
113 'gpu_switching_manager.cc', 113 'gpu_switching_manager.cc',
114 'gpu_switching_manager.h', 114 'gpu_switching_manager.h',
115 'gpu_switching_observer.h', 115 'gpu_switching_observer.h',
116 'gpu_timing.cc',
117 'gpu_timing.h',
116 'scoped_binders.cc', 118 'scoped_binders.cc',
117 'scoped_binders.h', 119 'scoped_binders.h',
118 'scoped_make_current.cc', 120 'scoped_make_current.cc',
119 'scoped_make_current.h', 121 'scoped_make_current.h',
120 'sync_control_vsync_provider.cc', 122 'sync_control_vsync_provider.cc',
121 'sync_control_vsync_provider.h', 123 'sync_control_vsync_provider.h',
122 ], 124 ],
123 'conditions': [ 125 'conditions': [
124 ['OS in ("win", "android", "linux")', { 126 ['OS in ("win", "android", "linux")', {
125 'sources': [ 127 'sources': [
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698