| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 'gl_context_stub_with_extensions.h', | 68 'gl_context_stub_with_extensions.h', |
| 69 'gl_context_win.cc', | 69 'gl_context_win.cc', |
| 70 'gl_context_x11.cc', | 70 'gl_context_x11.cc', |
| 71 'gl_export.h', | 71 'gl_export.h', |
| 72 'gl_fence.cc', | 72 'gl_fence.cc', |
| 73 'gl_fence.h', | 73 'gl_fence.h', |
| 74 'gl_gl_api_implementation.cc', | 74 'gl_gl_api_implementation.cc', |
| 75 'gl_gl_api_implementation.h', | 75 'gl_gl_api_implementation.h', |
| 76 'gl_image.cc', | 76 'gl_image.cc', |
| 77 'gl_image.h', | 77 'gl_image.h', |
| 78 'gl_image_android.cc', | 78 'gl_image_memory.cc', |
| 79 'gl_image_mac.cc', | 79 'gl_image_memory.h', |
| 80 'gl_image_ozone.cc', | 80 'gl_image_ref_counted_memory.cc', |
| 81 'gl_image_shm.cc', | 81 'gl_image_ref_counted_memory.h', |
| 82 'gl_image_shm.h', | 82 'gl_image_shared_memory.cc', |
| 83 'gl_image_shared_memory.h', |
| 83 'gl_image_stub.cc', | 84 'gl_image_stub.cc', |
| 84 'gl_image_stub.h', | 85 'gl_image_stub.h', |
| 85 'gl_image_win.cc', | |
| 86 'gl_image_x11.cc', | |
| 87 'gl_implementation.cc', | 86 'gl_implementation.cc', |
| 88 'gl_implementation.h', | 87 'gl_implementation.h', |
| 89 'gl_implementation_android.cc', | 88 'gl_implementation_android.cc', |
| 90 'gl_implementation_ozone.cc', | 89 'gl_implementation_ozone.cc', |
| 91 'gl_implementation_mac.cc', | 90 'gl_implementation_mac.cc', |
| 92 'gl_implementation_win.cc', | 91 'gl_implementation_win.cc', |
| 93 'gl_implementation_x11.cc', | 92 'gl_implementation_x11.cc', |
| 94 'gl_osmesa_api_implementation.cc', | 93 'gl_osmesa_api_implementation.cc', |
| 95 'gl_osmesa_api_implementation.h', | 94 'gl_osmesa_api_implementation.h', |
| 96 'gl_share_group.cc', | 95 'gl_share_group.cc', |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 ], | 360 ], |
| 362 'variables': { | 361 'variables': { |
| 363 'jni_gen_package': 'ui/gl', | 362 'jni_gen_package': 'ui/gl', |
| 364 }, | 363 }, |
| 365 'includes': [ '../../build/jni_generator.gypi' ], | 364 'includes': [ '../../build/jni_generator.gypi' ], |
| 366 }, | 365 }, |
| 367 ], | 366 ], |
| 368 }], | 367 }], |
| 369 ], | 368 ], |
| 370 } | 369 } |
| OLD | NEW |