| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 'gl_context_win.cc', | 61 'gl_context_win.cc', |
| 62 'gl_context_x11.cc', | 62 'gl_context_x11.cc', |
| 63 'gl_enums.cc', | 63 'gl_enums.cc', |
| 64 'gl_enums.h', | 64 'gl_enums.h', |
| 65 'gl_enums_implementation_autogen.h', | 65 'gl_enums_implementation_autogen.h', |
| 66 'gl_export.h', | 66 'gl_export.h', |
| 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_noop.cc', |
| 72 'gl_fence_noop.h', |
| 71 'gl_fence_nv.cc', | 73 'gl_fence_nv.cc', |
| 72 'gl_fence_nv.h', | 74 'gl_fence_nv.h', |
| 73 'gl_gl_api_implementation.cc', | 75 'gl_gl_api_implementation.cc', |
| 74 'gl_gl_api_implementation.h', | 76 'gl_gl_api_implementation.h', |
| 75 'gl_helper.cc', | 77 'gl_helper.cc', |
| 76 'gl_helper.h', | 78 'gl_helper.h', |
| 77 'gl_image.h', | 79 'gl_image.h', |
| 78 'gl_image_memory.cc', | 80 'gl_image_memory.cc', |
| 79 'gl_image_memory.h', | 81 'gl_image_memory.h', |
| 80 'gl_image_ref_counted_memory.cc', | 82 'gl_image_ref_counted_memory.cc', |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 ], | 366 ], |
| 365 'variables': { | 367 'variables': { |
| 366 'jni_gen_package': 'ui/gl', | 368 'jni_gen_package': 'ui/gl', |
| 367 }, | 369 }, |
| 368 'includes': [ '../../build/jni_generator.gypi' ], | 370 'includes': [ '../../build/jni_generator.gypi' ], |
| 369 }, | 371 }, |
| 370 ], | 372 ], |
| 371 }], | 373 }], |
| 372 ], | 374 ], |
| 373 } | 375 } |
| OLD | NEW |