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

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

Issue 312393002: ozone: Move the factory interfaces into a common target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-r278697 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/gfx/ozone/surface_ozone_egl.h ('k') | ui/gl/gl_implementation_ozone.cc » ('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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'defines': [ 290 'defines': [
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 '../gfx/ozone/gfx_ozone.gyp:gfx_ozone',
301 '../ozone/ozone.gyp:ozone', 300 '../ozone/ozone.gyp:ozone',
302 ], 301 ],
303 }], 302 }],
304 ['OS=="android" and android_webview_build==0', { 303 ['OS=="android" and android_webview_build==0', {
305 'dependencies': [ 304 'dependencies': [
306 '../android/ui_android.gyp:ui_java', 305 '../android/ui_android.gyp:ui_java',
307 ], 306 ],
308 }], 307 }],
309 ], 308 ],
310 }, 309 },
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 ], 360 ],
362 'variables': { 361 'variables': {
363 'jni_gen_package': 'ui/gl', 362 'jni_gen_package': 'ui/gl',
364 }, 363 },
365 'includes': [ '../../build/jni_generator.gypi' ], 364 'includes': [ '../../build/jni_generator.gypi' ],
366 }, 365 },
367 ], 366 ],
368 }], 367 }],
369 ], 368 ],
370 } 369 }
OLDNEW
« no previous file with comments | « ui/gfx/ozone/surface_ozone_egl.h ('k') | ui/gl/gl_implementation_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698