Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Side by Side Diff: ui/gl/gl.gyp

Issue 1273563002: Mac Overlays: Add GPU back-pressure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate review feedback Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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',
118 'scoped_binders.cc', 120 'scoped_binders.cc',
119 'scoped_binders.h', 121 'scoped_binders.h',
120 'scoped_make_current.cc', 122 'scoped_make_current.cc',
121 'scoped_make_current.h', 123 'scoped_make_current.h',
122 'sync_control_vsync_provider.cc', 124 'sync_control_vsync_provider.cc',
123 'sync_control_vsync_provider.h', 125 'sync_control_vsync_provider.h',
124 ], 126 ],
125 'conditions': [ 127 'conditions': [
126 ['OS in ("win", "android", "linux")', { 128 ['OS in ("win", "android", "linux")', {
127 'sources': [ 129 'sources': [
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698