| 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_context_win.cc', | 67 'gl_context_win.cc', |
| 68 'gl_context_x11.cc', | 68 'gl_context_x11.cc', |
| 69 'gl_export.h', | 69 'gl_export.h', |
| 70 'gl_fence.cc', | 70 'gl_fence.cc', |
| 71 'gl_fence.h', | 71 'gl_fence.h', |
| 72 'gl_gl_api_implementation.cc', | 72 'gl_gl_api_implementation.cc', |
| 73 'gl_gl_api_implementation.h', | 73 'gl_gl_api_implementation.h', |
| 74 'gl_image.cc', | 74 'gl_image.cc', |
| 75 'gl_image.h', | 75 'gl_image.h', |
| 76 'gl_image_android.cc', | 76 'gl_image_android.cc', |
| 77 'gl_image_foobar.cc', |
| 78 'gl_image_foober.h', |
| 77 'gl_image_mac.cc', | 79 'gl_image_mac.cc', |
| 78 'gl_image_ozone.cc', | 80 'gl_image_ozone.cc', |
| 79 'gl_image_shm.cc', | 81 'gl_image_shm.cc', |
| 80 'gl_image_shm.h', | 82 'gl_image_shm.h', |
| 81 'gl_image_stub.cc', | 83 'gl_image_stub.cc', |
| 82 'gl_image_stub.h', | 84 'gl_image_stub.h', |
| 83 'gl_image_win.cc', | 85 'gl_image_win.cc', |
| 84 'gl_image_x11.cc', | 86 'gl_image_x11.cc', |
| 85 'gl_implementation.cc', | 87 'gl_implementation.cc', |
| 86 'gl_implementation.h', | 88 'gl_implementation.h', |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 'variables': { | 356 'variables': { |
| 355 'jni_gen_package': 'ui/gl', | 357 'jni_gen_package': 'ui/gl', |
| 356 'jni_generator_ptr_type': 'long', | 358 'jni_generator_ptr_type': 'long', |
| 357 }, | 359 }, |
| 358 'includes': [ '../../build/jni_generator.gypi' ], | 360 'includes': [ '../../build/jni_generator.gypi' ], |
| 359 }, | 361 }, |
| 360 ], | 362 ], |
| 361 }], | 363 }], |
| 362 ], | 364 ], |
| 363 } | 365 } |
| OLD | NEW |