| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 'tween.cc', | 220 'tween.cc', |
| 221 'tween.h', | 221 'tween.h', |
| 222 'win/drag_source.cc', | 222 'win/drag_source.cc', |
| 223 'win/drag_source.h', | 223 'win/drag_source.h', |
| 224 'win/drop_target.cc', | 224 'win/drop_target.cc', |
| 225 'win/drop_target.h', | 225 'win/drop_target.h', |
| 226 'win/iat_patch_function.cc', | 226 'win/iat_patch_function.cc', |
| 227 'win/iat_patch_function.h', | 227 'win/iat_patch_function.h', |
| 228 'win/scoped_prop.cc', | 228 'win/scoped_prop.cc', |
| 229 'win/scoped_prop.h', | 229 'win/scoped_prop.h', |
| 230 'win/view_prop.cc', |
| 231 'win/view_prop.h', |
| 230 'x11_util.cc', | 232 'x11_util.cc', |
| 231 'x11_util.h', | 233 'x11_util.h', |
| 232 'x11_util_internal.h', | 234 'x11_util_internal.h', |
| 233 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc', | 235 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc', |
| 234 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h', | 236 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h', |
| 235 '<(gl_binding_output_dir)/gl_bindings_autogen_mock.cc', | 237 '<(gl_binding_output_dir)/gl_bindings_autogen_mock.cc', |
| 236 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.cc', | 238 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.cc', |
| 237 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.h', | 239 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.h', |
| 238 ], | 240 ], |
| 239 # hard_dependency is necessary for this target because it has actions | 241 # hard_dependency is necessary for this target because it has actions |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 438 'configurations': { | 440 'configurations': { |
| 439 'Common_Base': { | 441 'Common_Base': { |
| 440 'msvs_target_platform': 'x64', | 442 'msvs_target_platform': 'x64', |
| 441 }, | 443 }, |
| 442 }, | 444 }, |
| 443 }, | 445 }, |
| 444 ], | 446 ], |
| 445 }], | 447 }], |
| 446 ], | 448 ], |
| 447 } | 449 } |
| OLD | NEW |