OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |