| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |