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

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

Issue 284603002: [Ozone] Fix GL CrOS Ozone build dependency (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'defines': [ 292 'defines': [
293 'GL_GLEXT_PROTOTYPES', 293 'GL_GLEXT_PROTOTYPES',
294 'EGL_EGLEXT_PROTOTYPES', 294 'EGL_EGLEXT_PROTOTYPES',
295 ], 295 ],
296 }], 296 }],
297 ['OS!="android"', { 297 ['OS!="android"', {
298 'sources/': [ ['exclude', '^android/'] ], 298 'sources/': [ ['exclude', '^android/'] ],
299 }], 299 }],
300 ['use_ozone==1', { 300 ['use_ozone==1', {
301 'dependencies': [ 301 'dependencies': [
302 '../gfx/ozone/gfx_ozone.gyp:gfx_ozone',
302 '../ozone/ozone.gyp:ozone', 303 '../ozone/ozone.gyp:ozone',
303 ], 304 ],
304 }], 305 }],
305 ['OS=="android" and android_webview_build==0', { 306 ['OS=="android" and android_webview_build==0', {
306 'dependencies': [ 307 'dependencies': [
307 '../android/ui_android.gyp:ui_java', 308 '../android/ui_android.gyp:ui_java',
308 ], 309 ],
309 }], 310 }],
310 ], 311 ],
311 }, 312 },
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'variables': { 365 'variables': {
365 'jni_gen_package': 'ui/gl', 366 'jni_gen_package': 'ui/gl',
366 'jni_generator_ptr_type': 'long', 367 'jni_generator_ptr_type': 'long',
367 }, 368 },
368 'includes': [ '../../build/jni_generator.gypi' ], 369 'includes': [ '../../build/jni_generator.gypi' ],
369 }, 370 },
370 ], 371 ],
371 }], 372 }],
372 ], 373 ],
373 } 374 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698