| 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 'gl_surface_mac.cc', | 101 'gl_surface_mac.cc', |
| 102 'gl_surface_osmesa.cc', | 102 'gl_surface_osmesa.cc', |
| 103 'gl_surface_osmesa.h', | 103 'gl_surface_osmesa.h', |
| 104 'gl_surface_ozone.cc', | 104 'gl_surface_ozone.cc', |
| 105 'gl_surface_stub.cc', | 105 'gl_surface_stub.cc', |
| 106 'gl_surface_stub.h', | 106 'gl_surface_stub.h', |
| 107 'gl_surface_win.cc', | 107 'gl_surface_win.cc', |
| 108 'gl_surface_x11.cc', | 108 'gl_surface_x11.cc', |
| 109 'gl_switches.cc', | 109 'gl_switches.cc', |
| 110 'gl_switches.h', | 110 'gl_switches.h', |
| 111 'gl_utils.cc', |
| 112 'gl_utils.h', |
| 111 'gl_version_info.cc', | 113 'gl_version_info.cc', |
| 112 'gl_version_info.h', | 114 'gl_version_info.h', |
| 113 'gpu_switching_manager.cc', | 115 'gpu_switching_manager.cc', |
| 114 'gpu_switching_manager.h', | 116 'gpu_switching_manager.h', |
| 115 'gpu_switching_observer.h', | 117 'gpu_switching_observer.h', |
| 116 'gpu_timing.cc', | 118 'gpu_timing.cc', |
| 117 'gpu_timing.h', | 119 'gpu_timing.h', |
| 118 'scoped_api.cc', | 120 'scoped_api.cc', |
| 119 'scoped_api.h', | 121 'scoped_api.h', |
| 120 'scoped_binders.cc', | 122 'scoped_binders.cc', |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 ], | 351 ], |
| 350 'variables': { | 352 'variables': { |
| 351 'jni_gen_package': 'ui/gl', | 353 'jni_gen_package': 'ui/gl', |
| 352 }, | 354 }, |
| 353 'includes': [ '../../build/jni_generator.gypi' ], | 355 'includes': [ '../../build/jni_generator.gypi' ], |
| 354 }, | 356 }, |
| 355 ], | 357 ], |
| 356 }], | 358 }], |
| 357 ], | 359 ], |
| 358 } | 360 } |
| OLD | NEW |