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

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

Issue 1228173003: mojo: Fix running view-manager related apptests on X11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 5 years, 5 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
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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'defines': [ 175 'defines': [
176 'GL_GLEXT_PROTOTYPES', 176 'GL_GLEXT_PROTOTYPES',
177 ], 177 ],
178 }, 178 },
179 'dependencies': [ 179 'dependencies': [
180 '<(DEPTH)/build/linux/system.gyp:x11', 180 '<(DEPTH)/build/linux/system.gyp:x11',
181 '<(DEPTH)/build/linux/system.gyp:xcomposite', 181 '<(DEPTH)/build/linux/system.gyp:xcomposite',
182 '<(DEPTH)/build/linux/system.gyp:xext', 182 '<(DEPTH)/build/linux/system.gyp:xext',
183 '<(DEPTH)/ui/events/platform/events_platform.gyp:events_platform', 183 '<(DEPTH)/ui/events/platform/events_platform.gyp:events_platform',
184 '<(DEPTH)/ui/gfx/x/gfx_x11.gyp:gfx_x11', 184 '<(DEPTH)/ui/gfx/x/gfx_x11.gyp:gfx_x11',
185 '<(DEPTH)/ui/platform_window/x11/x11_window.gyp:x11_window',
185 ], 186 ],
186 }], 187 }],
187 ['OS=="win"', { 188 ['OS=="win"', {
188 'sources': [ 189 'sources': [
189 'angle_platform_impl.cc', 190 'angle_platform_impl.cc',
190 'angle_platform_impl.h', 191 'angle_platform_impl.h',
191 'gl_bindings_autogen_wgl.cc', 192 'gl_bindings_autogen_wgl.cc',
192 'gl_bindings_autogen_wgl.h', 193 'gl_bindings_autogen_wgl.h',
193 'gl_context_wgl.cc', 194 'gl_context_wgl.cc',
194 'gl_context_wgl.h', 195 'gl_context_wgl.h',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 ], 317 ],
317 'variables': { 318 'variables': {
318 'jni_gen_package': 'ui/gl', 319 'jni_gen_package': 'ui/gl',
319 }, 320 },
320 'includes': [ '../../build/jni_generator.gypi' ], 321 'includes': [ '../../build/jni_generator.gypi' ],
321 }, 322 },
322 ], 323 ],
323 }], 324 }],
324 ], 325 ],
325 } 326 }
OLDNEW
« no previous file with comments | « ui/gl/DEPS ('k') | ui/gl/gl_surface.cc » ('j') | ui/platform_window/x11/x11_window.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698