| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_binders.cc', | 118 'scoped_binders.cc', |
| 119 'scoped_binders.h', | 119 'scoped_binders.h', |
| 120 'scoped_make_current.cc', | 120 'scoped_make_current.cc', |
| 121 'scoped_make_current.h', | 121 'scoped_make_current.h', |
| 122 'sync_control_vsync_provider.cc', | 122 'sync_control_vsync_provider.cc', |
| 123 'sync_control_vsync_provider.h', | 123 'sync_control_vsync_provider.h', |
| 124 'trace_util.cc', |
| 125 'trace_util.h', |
| 124 ], | 126 ], |
| 125 'conditions': [ | 127 'conditions': [ |
| 126 ['OS in ("win", "android", "linux")', { | 128 ['OS in ("win", "android", "linux")', { |
| 127 'sources': [ | 129 'sources': [ |
| 128 'egl_util.cc', | 130 'egl_util.cc', |
| 129 'egl_util.h', | 131 'egl_util.h', |
| 130 'gl_bindings_autogen_egl.cc', | 132 'gl_bindings_autogen_egl.cc', |
| 131 'gl_bindings_autogen_egl.h', | 133 'gl_bindings_autogen_egl.h', |
| 132 'gl_context_egl.cc', | 134 'gl_context_egl.cc', |
| 133 'gl_context_egl.h', | 135 'gl_context_egl.h', |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 ], | 341 ], |
| 340 'variables': { | 342 'variables': { |
| 341 'jni_gen_package': 'ui/gl', | 343 'jni_gen_package': 'ui/gl', |
| 342 }, | 344 }, |
| 343 'includes': [ '../../build/jni_generator.gypi' ], | 345 'includes': [ '../../build/jni_generator.gypi' ], |
| 344 }, | 346 }, |
| 345 ], | 347 ], |
| 346 }], | 348 }], |
| 347 ], | 349 ], |
| 348 } | 350 } |
| OLD | NEW |