| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 'gl_context_egl.cc', | 136 'gl_context_egl.cc', |
| 137 'gl_context_egl.h', | 137 'gl_context_egl.h', |
| 138 'gl_egl_api_implementation.cc', | 138 'gl_egl_api_implementation.cc', |
| 139 'gl_egl_api_implementation.h', | 139 'gl_egl_api_implementation.h', |
| 140 'gl_fence_egl.cc', | 140 'gl_fence_egl.cc', |
| 141 'gl_fence_egl.h', | 141 'gl_fence_egl.h', |
| 142 'gl_image_egl.cc', | 142 'gl_image_egl.cc', |
| 143 'gl_image_egl.h', | 143 'gl_image_egl.h', |
| 144 'gl_surface_egl.cc', | 144 'gl_surface_egl.cc', |
| 145 'gl_surface_egl.h', | 145 'gl_surface_egl.h', |
| 146 'gl_surface_egl_android.cc', | |
| 147 'gl_surface_egl_ozone.cc', | |
| 148 'gl_surface_egl_win.cc', | |
| 149 ], | 146 ], |
| 150 'direct_dependent_settings': { | 147 'direct_dependent_settings': { |
| 151 'defines': [ | 148 'defines': [ |
| 152 'USE_EGL', | 149 'USE_EGL', |
| 153 ], | 150 ], |
| 154 }, | 151 }, |
| 155 'defines': [ | 152 'defines': [ |
| 156 'USE_EGL', | 153 'USE_EGL', |
| 157 ], | 154 ], |
| 158 'include_dirs': [ | 155 'include_dirs': [ |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 ], | 382 ], |
| 386 'variables': { | 383 'variables': { |
| 387 'jni_gen_package': 'ui/gl', | 384 'jni_gen_package': 'ui/gl', |
| 388 }, | 385 }, |
| 389 'includes': [ '../../build/jni_generator.gypi' ], | 386 'includes': [ '../../build/jni_generator.gypi' ], |
| 390 }, | 387 }, |
| 391 ], | 388 ], |
| 392 }], | 389 }], |
| 393 ], | 390 ], |
| 394 } | 391 } |
| OLD | NEW |