| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'app_base_target': 0, | 8 'app_base_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 'gfx/gl/gl_bindings.h', | 199 'gfx/gl/gl_bindings.h', |
| 200 'gfx/gl/gl_context.cc', | 200 'gfx/gl/gl_context.cc', |
| 201 'gfx/gl/gl_context.h', | 201 'gfx/gl/gl_context.h', |
| 202 'gfx/gl/gl_context_linux.cc', | 202 'gfx/gl/gl_context_linux.cc', |
| 203 'gfx/gl/gl_context_mac.cc', | 203 'gfx/gl/gl_context_mac.cc', |
| 204 'gfx/gl/gl_context_osmesa.cc', | 204 'gfx/gl/gl_context_osmesa.cc', |
| 205 'gfx/gl/gl_context_osmesa.h', | 205 'gfx/gl/gl_context_osmesa.h', |
| 206 'gfx/gl/gl_context_stub.cc', | 206 'gfx/gl/gl_context_stub.cc', |
| 207 'gfx/gl/gl_context_stub.h', | 207 'gfx/gl/gl_context_stub.h', |
| 208 'gfx/gl/gl_context_win.cc', | 208 'gfx/gl/gl_context_win.cc', |
| 209 'gfx/gl/gl_headers.h', | |
| 210 'gfx/gl/gl_implementation.cc', | 209 'gfx/gl/gl_implementation.cc', |
| 211 'gfx/gl/gl_implementation.h', | 210 'gfx/gl/gl_implementation.h', |
| 212 'gfx/gl/gl_implementation_linux.cc', | 211 'gfx/gl/gl_implementation_linux.cc', |
| 213 'gfx/gl/gl_implementation_mac.cc', | 212 'gfx/gl/gl_implementation_mac.cc', |
| 214 'gfx/gl/gl_implementation_win.cc', | 213 'gfx/gl/gl_implementation_win.cc', |
| 215 'gfx/gl/gl_interface.h', | 214 'gfx/gl/gl_interface.h', |
| 216 'gfx/gl/gl_interface.cc', | 215 'gfx/gl/gl_interface.cc', |
| 217 'mac/nsimage_cache.h', | 216 'mac/nsimage_cache.h', |
| 218 'mac/nsimage_cache.mm', | 217 'mac/nsimage_cache.mm', |
| 219 'mac/scoped_nsdisable_screen_updates.h', | 218 'mac/scoped_nsdisable_screen_updates.h', |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 'configurations': { | 453 'configurations': { |
| 455 'Common_Base': { | 454 'Common_Base': { |
| 456 'msvs_target_platform': 'x64', | 455 'msvs_target_platform': 'x64', |
| 457 }, | 456 }, |
| 458 }, | 457 }, |
| 459 }, | 458 }, |
| 460 ], | 459 ], |
| 461 }], | 460 }], |
| 462 ], | 461 ], |
| 463 } | 462 } |
| OLD | NEW |