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

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

Issue 1256613002: Add tracing for GL texture objects (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@browser_process_id
Patch Set: review feedback Created 5 years, 4 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'gpu_switching_manager.h', 114 'gpu_switching_manager.h',
115 'gpu_switching_observer.h', 115 'gpu_switching_observer.h',
116 'gpu_timing.cc', 116 'gpu_timing.cc',
117 'gpu_timing.h', 117 'gpu_timing.h',
118 'scoped_binders.cc', 118 'scoped_binders.cc',
119 'scoped_binders.h', 119 'scoped_binders.h',
120 'scoped_make_current.cc', 120 'scoped_make_current.cc',
121 'scoped_make_current.h', 121 'scoped_make_current.h',
122 'sync_control_vsync_provider.cc', 122 'sync_control_vsync_provider.cc',
123 'sync_control_vsync_provider.h', 123 'sync_control_vsync_provider.h',
124 'trace_util.cc',
125 'trace_util.h',
124 ], 126 ],
125 'conditions': [ 127 'conditions': [
126 ['OS in ("win", "android", "linux")', { 128 ['OS in ("win", "android", "linux")', {
127 'sources': [ 129 'sources': [
128 'egl_util.cc', 130 'egl_util.cc',
129 'egl_util.h', 131 'egl_util.h',
130 'gl_bindings_autogen_egl.cc', 132 'gl_bindings_autogen_egl.cc',
131 'gl_bindings_autogen_egl.h', 133 'gl_bindings_autogen_egl.h',
132 'gl_context_egl.cc', 134 'gl_context_egl.cc',
133 'gl_context_egl.h', 135 'gl_context_egl.h',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 ], 343 ],
342 'variables': { 344 'variables': {
343 'jni_gen_package': 'ui/gl', 345 'jni_gen_package': 'ui/gl',
344 }, 346 },
345 'includes': [ '../../build/jni_generator.gypi' ], 347 'includes': [ '../../build/jni_generator.gypi' ],
346 }, 348 },
347 ], 349 ],
348 }], 350 }],
349 ], 351 ],
350 } 352 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698