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

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: Updated the extension documentation Created 7 years, 7 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'include_dirs': [ 310 'include_dirs': [
311 '<(gl_binding_output_dir)', 311 '<(gl_binding_output_dir)',
312 '../..', 312 '../..',
313 ], 313 ],
314 'direct_dependent_settings': { 314 'direct_dependent_settings': {
315 'include_dirs': [ 315 'include_dirs': [
316 '<(gl_binding_output_dir)', 316 '<(gl_binding_output_dir)',
317 ], 317 ],
318 }, 318 },
319 'sources': [ 319 'sources': [
320 'gl_image_mock.cc',
321 'gl_image_mock.h',
320 'gl_mock.h', 322 'gl_mock.h',
321 'gl_mock.cc', 323 'gl_mock.cc',
322 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h', 324 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h',
323 ], 325 ],
324 }, 326 },
325 ], 327 ],
326 'conditions': [ 328 'conditions': [
327 ['OS=="android"' , { 329 ['OS=="android"' , {
328 'targets': [ 330 'targets': [
329 { 331 {
(...skipping 26 matching lines...) Expand all
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

Powered by Google App Engine
This is Rietveld 408576698