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

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

Issue 10823291: Exclude more files from Android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again Created 8 years, 4 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 | « skia/skia.gyp ('k') | ui/ui.gyp » ('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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 ], 184 ],
185 }], 185 }],
186 ['OS=="android"', { 186 ['OS=="android"', {
187 'sources': [ 187 'sources': [
188 'android_native_window.cc', 188 'android_native_window.cc',
189 'android_native_window.h', 189 'android_native_window.h',
190 ], 190 ],
191 'sources!': [ 191 'sources!': [
192 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.cc', 192 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.cc',
193 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.h', 193 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.h',
194 'gl_context_osmesa.cc',
194 'system_monitor_posix.cc', 195 'system_monitor_posix.cc',
195 ], 196 ],
196 'defines': [ 197 'defines': [
197 'GL_GLEXT_PROTOTYPES', 198 'GL_GLEXT_PROTOTYPES',
198 'EGL_EGLEXT_PROTOTYPES', 199 'EGL_EGLEXT_PROTOTYPES',
199 ], 200 ],
200 }], 201 }],
201 ], 202 ],
202 }, 203 },
203 ], 204 ],
204 } 205 }
OLDNEW
« no previous file with comments | « skia/skia.gyp ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698