| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_version_info.cc', | 111 'gl_version_info.cc', |
| 112 'gl_version_info.h', | 112 'gl_version_info.h', |
| 113 'gpu_switching_manager.cc', | 113 'gpu_switching_manager.cc', |
| 114 'gpu_switching_manager.h', | 114 'gpu_switching_manager.h', |
| 115 'gpu_switching_observer.h', | 115 'gpu_switching_observer.h', |
| 116 'gpu_timing.cc', | 116 'gpu_timing.cc', |
| 117 'gpu_timing.h', | 117 'gpu_timing.h', |
| 118 'scoped_api.cc', | |
| 119 'scoped_api.h', | |
| 120 'scoped_binders.cc', | 118 'scoped_binders.cc', |
| 121 'scoped_binders.h', | 119 'scoped_binders.h', |
| 122 'scoped_make_current.cc', | 120 'scoped_make_current.cc', |
| 123 'scoped_make_current.h', | 121 'scoped_make_current.h', |
| 124 'sync_control_vsync_provider.cc', | 122 'sync_control_vsync_provider.cc', |
| 125 'sync_control_vsync_provider.h', | 123 'sync_control_vsync_provider.h', |
| 126 'trace_util.cc', | 124 'trace_util.cc', |
| 127 'trace_util.h', | 125 'trace_util.h', |
| 128 ], | 126 ], |
| 129 'conditions': [ | 127 'conditions': [ |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 ], | 341 ], |
| 344 'variables': { | 342 'variables': { |
| 345 'jni_gen_package': 'ui/gl', | 343 'jni_gen_package': 'ui/gl', |
| 346 }, | 344 }, |
| 347 'includes': [ '../../build/jni_generator.gypi' ], | 345 'includes': [ '../../build/jni_generator.gypi' ], |
| 348 }, | 346 }, |
| 349 ], | 347 ], |
| 350 }], | 348 }], |
| 351 ], | 349 ], |
| 352 } | 350 } |
| OLD | NEW |