| 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', | |
| 203 'gfx/gl/gl_context.cc', | 201 'gfx/gl/gl_context.cc', |
| 204 'gfx/gl/gl_context.h', | 202 'gfx/gl/gl_context.h', |
| 205 'gfx/gl/gl_context_linux.cc', | 203 'gfx/gl/gl_context_linux.cc', |
| 206 'gfx/gl/gl_context_mac.cc', | 204 'gfx/gl/gl_context_mac.cc', |
| 207 'gfx/gl/gl_context_osmesa.cc', | 205 'gfx/gl/gl_context_osmesa.cc', |
| 208 'gfx/gl/gl_context_osmesa.h', | 206 'gfx/gl/gl_context_osmesa.h', |
| 209 'gfx/gl/gl_context_stub.cc', | 207 'gfx/gl/gl_context_stub.cc', |
| 210 'gfx/gl/gl_context_stub.h', | 208 'gfx/gl/gl_context_stub.h', |
| 211 'gfx/gl/gl_context_win.cc', | 209 'gfx/gl/gl_context_win.cc', |
| 212 'gfx/gl/gl_implementation.cc', | 210 'gfx/gl/gl_implementation.cc', |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 'configurations': { | 452 'configurations': { |
| 455 'Common_Base': { | 453 'Common_Base': { |
| 456 'msvs_target_platform': 'x64', | 454 'msvs_target_platform': 'x64', |
| 457 }, | 455 }, |
| 458 }, | 456 }, |
| 459 }, | 457 }, |
| 460 ], | 458 ], |
| 461 }], | 459 }], |
| 462 ], | 460 ], |
| 463 } | 461 } |
| OLD | NEW |