| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 'gl_surface_osmesa.h', | 105 'gl_surface_osmesa.h', |
| 106 'gl_surface_overlay.cc', | 106 'gl_surface_overlay.cc', |
| 107 'gl_surface_overlay.h', | 107 'gl_surface_overlay.h', |
| 108 'gl_surface_ozone.cc', | 108 'gl_surface_ozone.cc', |
| 109 'gl_surface_stub.cc', | 109 'gl_surface_stub.cc', |
| 110 'gl_surface_stub.h', | 110 'gl_surface_stub.h', |
| 111 'gl_surface_win.cc', | 111 'gl_surface_win.cc', |
| 112 'gl_surface_x11.cc', | 112 'gl_surface_x11.cc', |
| 113 'gl_switches.cc', | 113 'gl_switches.cc', |
| 114 'gl_switches.h', | 114 'gl_switches.h', |
| 115 'gl_utils.cc', |
| 116 'gl_utils.h', |
| 115 'gl_version_info.cc', | 117 'gl_version_info.cc', |
| 116 'gl_version_info.h', | 118 'gl_version_info.h', |
| 117 'gpu_switching_manager.cc', | 119 'gpu_switching_manager.cc', |
| 118 'gpu_switching_manager.h', | 120 'gpu_switching_manager.h', |
| 119 'gpu_switching_observer.h', | 121 'gpu_switching_observer.h', |
| 120 'gpu_timing.cc', | 122 'gpu_timing.cc', |
| 121 'gpu_timing.h', | 123 'gpu_timing.h', |
| 122 'scoped_api.cc', | 124 'scoped_api.cc', |
| 123 'scoped_api.h', | 125 'scoped_api.h', |
| 124 'scoped_binders.cc', | 126 'scoped_binders.cc', |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 ], | 357 ], |
| 356 'variables': { | 358 'variables': { |
| 357 'jni_gen_package': 'ui/gl', | 359 'jni_gen_package': 'ui/gl', |
| 358 }, | 360 }, |
| 359 'includes': [ '../../build/jni_generator.gypi' ], | 361 'includes': [ '../../build/jni_generator.gypi' ], |
| 360 }, | 362 }, |
| 361 ], | 363 ], |
| 362 }], | 364 }], |
| 363 ], | 365 ], |
| 364 } | 366 } |
| OLD | NEW |