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

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

Issue 17005007: Upgrading Mesa to 9.0.3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding mymax@amazon.com to AUTHORS Created 7 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
« no previous file with comments | « third_party/mesa/redirectoutput.py ('k') | 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': [
11 { 11 {
12 'target_name': 'gl', 12 'target_name': 'gl',
13 'type': '<(component)', 13 'type': '<(component)',
14 'product_name': 'gl_wrapper', # Avoid colliding with OS X's libGL.dylib 14 'product_name': 'gl_wrapper', # Avoid colliding with OS X's libGL.dylib
15 'dependencies': [ 15 'dependencies': [
16 '<(DEPTH)/base/base.gyp:base', 16 '<(DEPTH)/base/base.gyp:base',
17 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 17 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
18 '<(DEPTH)/gpu/command_buffer/command_buffer.gyp:gles2_utils', 18 '<(DEPTH)/gpu/command_buffer/command_buffer.gyp:gles2_utils',
19 '<(DEPTH)/skia/skia.gyp:skia', 19 '<(DEPTH)/skia/skia.gyp:skia',
20 '<(DEPTH)/third_party/khronos/khronos.gyp:khronos_headers',
Ken Russell (switch to Gerrit) 2013/06/18 22:29:41 Please undo the changes to this file. They shouldn
Myles C. Maxfield (Amazon.com) 2013/06/18 22:52:01 They are necessary. I'll revert these and show you
20 '<(DEPTH)/third_party/mesa/mesa.gyp:mesa_headers', 21 '<(DEPTH)/third_party/mesa/mesa.gyp:mesa_headers',
21 '<(DEPTH)/ui/ui.gyp:ui', 22 '<(DEPTH)/ui/ui.gyp:ui',
22 ], 23 ],
23 'variables': { 24 'variables': {
24 'gl_binding_output_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/gl', 25 'gl_binding_output_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/gl',
25 }, 26 },
26 'defines': [ 27 'defines': [
27 'GL_IMPLEMENTATION', 28 'GL_IMPLEMENTATION',
28 ], 29 ],
29 'include_dirs': [ 30 'include_dirs': [
30 '<(DEPTH)/third_party/swiftshader/include', 31 '<(DEPTH)/third_party/swiftshader/include',
32 '<(DEPTH)/third_party/khronos',
31 '<(DEPTH)/third_party/mesa/src/include', 33 '<(DEPTH)/third_party/mesa/src/include',
32 '<(gl_binding_output_dir)', 34 '<(gl_binding_output_dir)',
33 ], 35 ],
34 'direct_dependent_settings': { 36 'direct_dependent_settings': {
35 'include_dirs': [ 37 'include_dirs': [
36 '<(gl_binding_output_dir)', 38 '<(gl_binding_output_dir)',
37 ], 39 ],
38 }, 40 },
39 'export_dependent_settings': [ 41 'export_dependent_settings': [
40 '<(DEPTH)/third_party/mesa/mesa.gyp:mesa_headers', 42 '<(DEPTH)/third_party/mesa/mesa.gyp:mesa_headers',
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 ], 346 ],
345 'variables': { 347 'variables': {
346 'jni_gen_package': 'ui/gl', 348 'jni_gen_package': 'ui/gl',
347 }, 349 },
348 'includes': [ '../../build/jni_generator.gypi' ], 350 'includes': [ '../../build/jni_generator.gypi' ],
349 }, 351 },
350 ], 352 ],
351 }], 353 }],
352 ], 354 ],
353 } 355 }
OLDNEW
« no previous file with comments | « third_party/mesa/redirectoutput.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698