| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'gl_fence.cc', | 67 'gl_fence.cc', |
| 68 'gl_fence.h', | 68 'gl_fence.h', |
| 69 'gl_fence_arb.cc', | 69 'gl_fence_arb.cc', |
| 70 'gl_fence_arb.h', | 70 'gl_fence_arb.h', |
| 71 'gl_fence_nv.cc', | 71 'gl_fence_nv.cc', |
| 72 'gl_fence_nv.h', | 72 'gl_fence_nv.h', |
| 73 'gl_gl_api_implementation.cc', | 73 'gl_gl_api_implementation.cc', |
| 74 'gl_gl_api_implementation.h', | 74 'gl_gl_api_implementation.h', |
| 75 'gl_helper.cc', | 75 'gl_helper.cc', |
| 76 'gl_helper.h', | 76 'gl_helper.h', |
| 77 'gl_image.cc', |
| 77 'gl_image.h', | 78 'gl_image.h', |
| 78 'gl_image_memory.cc', | 79 'gl_image_memory.cc', |
| 79 'gl_image_memory.h', | 80 'gl_image_memory.h', |
| 80 'gl_image_ref_counted_memory.cc', | 81 'gl_image_ref_counted_memory.cc', |
| 81 'gl_image_ref_counted_memory.h', | 82 'gl_image_ref_counted_memory.h', |
| 82 'gl_image_shared_memory.cc', | 83 'gl_image_shared_memory.cc', |
| 83 'gl_image_shared_memory.h', | 84 'gl_image_shared_memory.h', |
| 84 'gl_image_stub.cc', | 85 'gl_image_stub.cc', |
| 85 'gl_image_stub.h', | 86 'gl_image_stub.h', |
| 86 'gl_implementation.cc', | 87 'gl_implementation.cc', |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 ], | 365 ], |
| 365 'variables': { | 366 'variables': { |
| 366 'jni_gen_package': 'ui/gl', | 367 'jni_gen_package': 'ui/gl', |
| 367 }, | 368 }, |
| 368 'includes': [ '../../build/jni_generator.gypi' ], | 369 'includes': [ '../../build/jni_generator.gypi' ], |
| 369 }, | 370 }, |
| 370 ], | 371 ], |
| 371 }], | 372 }], |
| 372 ], | 373 ], |
| 373 } | 374 } |
| OLD | NEW |