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

Side by Side Diff: app/app_base.gypi

Issue 6677105: Redirect Skia/Ganesh GL calls to Mesa during the layout tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Add GL mock functions. Created 9 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « DEPS ('k') | app/gfx/gl/generate_bindings.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'app_base_target': 0, 8 'app_base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 '../ui/base/win/hwnd_util.cc', 191 '../ui/base/win/hwnd_util.cc',
192 '../ui/base/win/hwnd_util.h', 192 '../ui/base/win/hwnd_util.h',
193 '../ui/base/win/window_impl.cc', 193 '../ui/base/win/window_impl.cc',
194 '../ui/base/win/window_impl.h', 194 '../ui/base/win/window_impl.h',
195 '../ui/base/x/active_window_watcher_x.cc', 195 '../ui/base/x/active_window_watcher_x.cc',
196 '../ui/base/x/active_window_watcher_x.h', 196 '../ui/base/x/active_window_watcher_x.h',
197 '../ui/base/x/x11_util.cc', 197 '../ui/base/x/x11_util.cc',
198 '../ui/base/x/x11_util.h', 198 '../ui/base/x/x11_util.h',
199 '../ui/base/x/x11_util_internal.h', 199 '../ui/base/x/x11_util_internal.h',
200 'gfx/gl/gl_bindings.h', 200 'gfx/gl/gl_bindings.h',
201 'gfx/gl/gl_bindings_skia.cc',
202 'gfx/gl/gl_bindings_skia.h',
201 'gfx/gl/gl_context.cc', 203 'gfx/gl/gl_context.cc',
202 'gfx/gl/gl_context.h', 204 'gfx/gl/gl_context.h',
203 'gfx/gl/gl_context_linux.cc', 205 'gfx/gl/gl_context_linux.cc',
204 'gfx/gl/gl_context_mac.cc', 206 'gfx/gl/gl_context_mac.cc',
205 'gfx/gl/gl_context_osmesa.cc', 207 'gfx/gl/gl_context_osmesa.cc',
206 'gfx/gl/gl_context_osmesa.h', 208 'gfx/gl/gl_context_osmesa.h',
207 'gfx/gl/gl_context_stub.cc', 209 'gfx/gl/gl_context_stub.cc',
208 'gfx/gl/gl_context_stub.h', 210 'gfx/gl/gl_context_stub.h',
209 'gfx/gl/gl_context_win.cc', 211 'gfx/gl/gl_context_win.cc',
210 'gfx/gl/gl_implementation.cc', 212 'gfx/gl/gl_implementation.cc',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 'configurations': { 454 'configurations': {
453 'Common_Base': { 455 'Common_Base': {
454 'msvs_target_platform': 'x64', 456 'msvs_target_platform': 'x64',
455 }, 457 },
456 }, 458 },
457 }, 459 },
458 ], 460 ],
459 }], 461 }],
460 ], 462 ],
461 } 463 }
OLDNEW
« no previous file with comments | « DEPS ('k') | app/gfx/gl/generate_bindings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698