| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 'gl_image_memory.cc', | 74 'gl_image_memory.cc', |
| 75 'gl_image_memory.h', | 75 'gl_image_memory.h', |
| 76 'gl_image_ref_counted_memory.cc', | 76 'gl_image_ref_counted_memory.cc', |
| 77 'gl_image_ref_counted_memory.h', | 77 'gl_image_ref_counted_memory.h', |
| 78 'gl_image_shared_memory.cc', | 78 'gl_image_shared_memory.cc', |
| 79 'gl_image_shared_memory.h', | 79 'gl_image_shared_memory.h', |
| 80 'gl_image_stub.cc', | 80 'gl_image_stub.cc', |
| 81 'gl_image_stub.h', | 81 'gl_image_stub.h', |
| 82 'gl_implementation.cc', | 82 'gl_implementation.cc', |
| 83 'gl_implementation.h', | 83 'gl_implementation.h', |
| 84 'gl_implementation_android.cc', | |
| 85 'gl_implementation_mac.cc', | |
| 86 'gl_implementation_ozone.cc', | |
| 87 'gl_implementation_win.cc', | |
| 88 'gl_implementation_x11.cc', | |
| 89 'gl_osmesa_api_implementation.cc', | 84 'gl_osmesa_api_implementation.cc', |
| 90 'gl_osmesa_api_implementation.h', | 85 'gl_osmesa_api_implementation.h', |
| 91 'gl_share_group.cc', | 86 'gl_share_group.cc', |
| 92 'gl_share_group.h', | 87 'gl_share_group.h', |
| 93 'gl_state_restorer.cc', | 88 'gl_state_restorer.cc', |
| 94 'gl_state_restorer.h', | 89 'gl_state_restorer.h', |
| 95 'gl_surface.cc', | 90 'gl_surface.cc', |
| 96 'gl_surface.h', | 91 'gl_surface.h', |
| 97 'gl_surface_osmesa.cc', | 92 'gl_surface_osmesa.cc', |
| 98 'gl_surface_osmesa.h', | 93 'gl_surface_osmesa.h', |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 ], | 365 ], |
| 371 'variables': { | 366 'variables': { |
| 372 'jni_gen_package': 'ui/gl', | 367 'jni_gen_package': 'ui/gl', |
| 373 }, | 368 }, |
| 374 'includes': [ '../../build/jni_generator.gypi' ], | 369 'includes': [ '../../build/jni_generator.gypi' ], |
| 375 }, | 370 }, |
| 376 ], | 371 ], |
| 377 }], | 372 }], |
| 378 ], | 373 ], |
| 379 } | 374 } |
| OLD | NEW |