| 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |