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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 'gl_fence.cc', | 72 'gl_fence.cc', |
73 'gl_fence.h', | 73 'gl_fence.h', |
74 'gl_fence_arb.cc', | 74 'gl_fence_arb.cc', |
75 'gl_fence_arb.h', | 75 'gl_fence_arb.h', |
76 'gl_fence_nv.cc', | 76 'gl_fence_nv.cc', |
77 'gl_fence_nv.h', | 77 'gl_fence_nv.h', |
78 'gl_gl_api_implementation.cc', | 78 'gl_gl_api_implementation.cc', |
79 'gl_gl_api_implementation.h', | 79 'gl_gl_api_implementation.h', |
80 'gl_image.cc', | 80 'gl_image.cc', |
81 'gl_image.h', | 81 'gl_image.h', |
82 'gl_image_android.cc', | 82 'gl_image_memory.cc', |
83 'gl_image_mac.cc', | 83 'gl_image_memory.h', |
84 'gl_image_ozone.cc', | 84 'gl_image_ref_counted_memory.cc', |
85 'gl_image_shm.cc', | 85 'gl_image_ref_counted_memory.h', |
86 'gl_image_shm.h', | 86 'gl_image_shared_memory.cc', |
| 87 'gl_image_shared_memory.h', |
87 'gl_image_stub.cc', | 88 'gl_image_stub.cc', |
88 'gl_image_stub.h', | 89 'gl_image_stub.h', |
89 'gl_image_win.cc', | |
90 'gl_image_x11.cc', | |
91 'gl_implementation.cc', | 90 'gl_implementation.cc', |
92 'gl_implementation.h', | 91 'gl_implementation.h', |
93 'gl_implementation_android.cc', | 92 'gl_implementation_android.cc', |
94 'gl_implementation_ozone.cc', | 93 'gl_implementation_ozone.cc', |
95 'gl_implementation_mac.cc', | 94 'gl_implementation_mac.cc', |
96 'gl_implementation_win.cc', | 95 'gl_implementation_win.cc', |
97 'gl_implementation_x11.cc', | 96 'gl_implementation_x11.cc', |
98 'gl_osmesa_api_implementation.cc', | 97 'gl_osmesa_api_implementation.cc', |
99 'gl_osmesa_api_implementation.h', | 98 'gl_osmesa_api_implementation.h', |
100 'gl_share_group.cc', | 99 'gl_share_group.cc', |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 ], | 366 ], |
368 'variables': { | 367 'variables': { |
369 'jni_gen_package': 'ui/gl', | 368 'jni_gen_package': 'ui/gl', |
370 }, | 369 }, |
371 'includes': [ '../../build/jni_generator.gypi' ], | 370 'includes': [ '../../build/jni_generator.gypi' ], |
372 }, | 371 }, |
373 ], | 372 ], |
374 }], | 373 }], |
375 ], | 374 ], |
376 } | 375 } |
OLD | NEW |