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

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

Issue 14456004: GPU client side changes for GpuMemoryBuffers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@glapi
Patch Set: Created 7 years, 8 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'include_dirs': [ 291 'include_dirs': [
292 '<(gl_binding_output_dir)', 292 '<(gl_binding_output_dir)',
293 '../..', 293 '../..',
294 ], 294 ],
295 'direct_dependent_settings': { 295 'direct_dependent_settings': {
296 'include_dirs': [ 296 'include_dirs': [
297 '<(gl_binding_output_dir)', 297 '<(gl_binding_output_dir)',
298 ], 298 ],
299 }, 299 },
300 'sources': [ 300 'sources': [
301 'gl_image_mock.cc',
302 'gl_image_mock.h',
301 'gl_mock.h', 303 'gl_mock.h',
302 'gl_mock.cc', 304 'gl_mock.cc',
303 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h', 305 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h',
304 ], 306 ],
305 }, 307 },
306 ], 308 ],
307 } 309 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698