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

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

Issue 17381009: Move io_surface_support_mac to ui/gl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ui-gyp: fixbuild 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 | Annotate | Revision Log
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | ui/gl/io_surface_support_mac.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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'gl_surface_stub.cc', 97 'gl_surface_stub.cc',
98 'gl_surface_stub.h', 98 'gl_surface_stub.h',
99 'gl_surface_win.cc', 99 'gl_surface_win.cc',
100 'gl_surface_x11.cc', 100 'gl_surface_x11.cc',
101 'gl_surface_osmesa.cc', 101 'gl_surface_osmesa.cc',
102 'gl_surface_osmesa.h', 102 'gl_surface_osmesa.h',
103 'gl_switches.cc', 103 'gl_switches.cc',
104 'gl_switches.h', 104 'gl_switches.h',
105 'gpu_switching_manager.cc', 105 'gpu_switching_manager.cc',
106 'gpu_switching_manager.h', 106 'gpu_switching_manager.h',
107 'io_surface_support_mac.cc',
108 'io_surface_support_mac.h',
107 'scoped_binders.cc', 109 'scoped_binders.cc',
108 'scoped_binders.h', 110 'scoped_binders.h',
109 'scoped_make_current.cc', 111 'scoped_make_current.cc',
110 'scoped_make_current.h', 112 'scoped_make_current.h',
111 'vsync_provider.cc', 113 'vsync_provider.cc',
112 'vsync_provider.h', 114 'vsync_provider.h',
113 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc', 115 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc',
114 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h', 116 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h',
115 '<(gl_binding_output_dir)/gl_bindings_autogen_mock.cc', 117 '<(gl_binding_output_dir)/gl_bindings_autogen_mock.cc',
116 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.cc', 118 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.cc',
(...skipping 227 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 | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | ui/gl/io_surface_support_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698