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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 'gl_implementation_win.cc', | 90 'gl_implementation_win.cc', |
91 'gl_implementation_x11.cc', | 91 'gl_implementation_x11.cc', |
92 'gl_osmesa_api_implementation.cc', | 92 'gl_osmesa_api_implementation.cc', |
93 'gl_osmesa_api_implementation.h', | 93 'gl_osmesa_api_implementation.h', |
94 'gl_share_group.cc', | 94 'gl_share_group.cc', |
95 'gl_share_group.h', | 95 'gl_share_group.h', |
96 'gl_state_restorer.cc', | 96 'gl_state_restorer.cc', |
97 'gl_state_restorer.h', | 97 'gl_state_restorer.h', |
98 'gl_surface.cc', | 98 'gl_surface.cc', |
99 'gl_surface.h', | 99 'gl_surface.h', |
| 100 'gl_surface_android.cc', |
100 'gl_surface_mac.cc', | 101 'gl_surface_mac.cc', |
101 'gl_surface_stub.cc', | 102 'gl_surface_stub.cc', |
102 'gl_surface_stub.h', | 103 'gl_surface_stub.h', |
103 'gl_surface_win.cc', | 104 'gl_surface_win.cc', |
104 'gl_surface_x11.cc', | 105 'gl_surface_x11.cc', |
105 'gl_surface_osmesa.cc', | 106 'gl_surface_osmesa.cc', |
106 'gl_surface_osmesa.h', | 107 'gl_surface_osmesa.h', |
| 108 'gl_surface_ozone.cc', |
107 'gl_switches.cc', | 109 'gl_switches.cc', |
108 'gl_switches.h', | 110 'gl_switches.h', |
109 'gl_version_info.cc', | 111 'gl_version_info.cc', |
110 'gl_version_info.h', | 112 'gl_version_info.h', |
111 'gpu_switching_manager.cc', | 113 'gpu_switching_manager.cc', |
112 'gpu_switching_manager.h', | 114 'gpu_switching_manager.h', |
113 'io_surface_support_mac.cc', | 115 'io_surface_support_mac.cc', |
114 'io_surface_support_mac.h', | 116 'io_surface_support_mac.h', |
115 'scoped_binders.cc', | 117 'scoped_binders.cc', |
116 'scoped_binders.h', | 118 'scoped_binders.h', |
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 }, | 361 }, |
360 ], | 362 ], |
361 }], | 363 }], |
362 ['OS=="android" and android_webview_build==0', { | 364 ['OS=="android" and android_webview_build==0', { |
363 'dependencies': [ | 365 'dependencies': [ |
364 '../android/ui_android.gyp:ui_java', | 366 '../android/ui_android.gyp:ui_java', |
365 ], | 367 ], |
366 }], | 368 }], |
367 ], | 369 ], |
368 } | 370 } |
OLD | NEW |