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

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

Issue 132543002: Not for review. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'EGL_EGLEXT_PROTOTYPES', 292 'EGL_EGLEXT_PROTOTYPES',
293 ], 293 ],
294 }], 294 }],
295 ['OS!="android"', { 295 ['OS!="android"', {
296 'sources/': [ ['exclude', '^android/'] ], 296 'sources/': [ ['exclude', '^android/'] ],
297 }], 297 }],
298 ['use_ozone==1', { 298 ['use_ozone==1', {
299 'dependencies': [ 299 'dependencies': [
300 '../ozone/ozone.gyp:ozone', 300 '../ozone/ozone.gyp:ozone',
301 ], 301 ],
302 'sources': [
303 'gl_image_egl.cc',
304 'gl_image_egl.h',
305 ],
302 }], 306 }],
303 ], 307 ],
304 }, 308 },
305 { 309 {
306 'target_name': 'gl_unittest_utils', 310 'target_name': 'gl_unittest_utils',
307 'type': 'static_library', 311 'type': 'static_library',
308 'variables': { 312 'variables': {
309 'gl_binding_output_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/gl', 313 'gl_binding_output_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/gl',
310 }, 314 },
311 'dependencies': [ 315 'dependencies': [
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 'variables': { 359 'variables': {
356 'jni_gen_package': 'ui/gl', 360 'jni_gen_package': 'ui/gl',
357 'jni_generator_ptr_type': 'long', 361 'jni_generator_ptr_type': 'long',
358 }, 362 },
359 'includes': [ '../../build/jni_generator.gypi' ], 363 'includes': [ '../../build/jni_generator.gypi' ],
360 }, 364 },
361 ], 365 ],
362 }], 366 }],
363 ], 367 ],
364 } 368 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698