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_image_android.cc', | 72 'gl_image_android.cc', |
73 'gl_image_mac.cc', | 73 'gl_image_mac.cc', |
74 'gl_image_ozone.cc', | 74 'gl_image_ozone.cc', |
75 'gl_image_stub.cc', | 75 'gl_image_stub.cc', |
76 'gl_image_stub.h', | 76 'gl_image_stub.h', |
77 'gl_image_win.cc', | 77 'gl_image_win.cc', |
78 'gl_image_x11.cc', | 78 'gl_image_x11.cc', |
79 'gl_implementation.cc', | 79 'gl_implementation.cc', |
80 'gl_implementation.h', | 80 'gl_implementation.h', |
81 'gl_implementation_android.cc', | 81 'gl_implementation_android.cc', |
82 'gl_implementation_linux.cc', | |
83 'gl_implementation_linux.h', | |
jonathan.backer
2013/06/27 14:07:57
Where are these files? I don't see them upstream a
| |
82 'gl_implementation_ozone.cc', | 84 'gl_implementation_ozone.cc', |
83 'gl_implementation_mac.cc', | 85 'gl_implementation_mac.cc', |
84 'gl_implementation_win.cc', | 86 'gl_implementation_win.cc', |
85 'gl_implementation_x11.cc', | 87 'gl_implementation_x11.cc', |
86 'gl_interface.cc', | 88 'gl_interface.cc', |
87 'gl_interface.h', | 89 'gl_interface.h', |
88 'gl_osmesa_api_implementation.cc', | 90 'gl_osmesa_api_implementation.cc', |
89 'gl_osmesa_api_implementation.h', | 91 'gl_osmesa_api_implementation.h', |
90 'gl_share_group.cc', | 92 'gl_share_group.cc', |
91 'gl_share_group.h', | 93 'gl_share_group.h', |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
346 ], | 348 ], |
347 'variables': { | 349 'variables': { |
348 'jni_gen_package': 'ui/gl', | 350 'jni_gen_package': 'ui/gl', |
349 }, | 351 }, |
350 'includes': [ '../../build/jni_generator.gypi' ], | 352 'includes': [ '../../build/jni_generator.gypi' ], |
351 }, | 353 }, |
352 ], | 354 ], |
353 }], | 355 }], |
354 ], | 356 ], |
355 } | 357 } |
OLD | NEW |