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

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

Issue 348923002: ozone: Build fixes for gbm & component build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: everything is sideways Created 6 years, 6 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 | « ui/aura/aura.gyp ('k') | ui/ozone/platform/dri/gbm_surface_factory.h » ('j') | 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'GL_GLEXT_PROTOTYPES', 291 'GL_GLEXT_PROTOTYPES',
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 '../ozone/ozone.gyp:ozone_base',
301 ], 302 ],
302 }], 303 }],
303 ['OS=="android" and android_webview_build==0', { 304 ['OS=="android" and android_webview_build==0', {
304 'dependencies': [ 305 'dependencies': [
305 '../android/ui_android.gyp:ui_java', 306 '../android/ui_android.gyp:ui_java',
306 ], 307 ],
307 }], 308 }],
308 ], 309 ],
309 }, 310 },
310 { 311 {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 ], 361 ],
361 'variables': { 362 'variables': {
362 'jni_gen_package': 'ui/gl', 363 'jni_gen_package': 'ui/gl',
363 }, 364 },
364 'includes': [ '../../build/jni_generator.gypi' ], 365 'includes': [ '../../build/jni_generator.gypi' ],
365 }, 366 },
366 ], 367 ],
367 }], 368 }],
368 ], 369 ],
369 } 370 }
OLDNEW
« no previous file with comments | « ui/aura/aura.gyp ('k') | ui/ozone/platform/dri/gbm_surface_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698