| 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 'table_model.h', | 213 'table_model.h', |
| 214 'table_model_observer.h', | 214 'table_model_observer.h', |
| 215 'text_elider.cc', | 215 'text_elider.cc', |
| 216 'text_elider.h', | 216 'text_elider.h', |
| 217 'theme_provider.cc', | 217 'theme_provider.cc', |
| 218 'theme_provider.h', | 218 'theme_provider.h', |
| 219 'throb_animation.cc', | 219 'throb_animation.cc', |
| 220 'throb_animation.h', | 220 'throb_animation.h', |
| 221 'tween.cc', | 221 'tween.cc', |
| 222 'tween.h', | 222 'tween.h', |
| 223 'win/drag_source.cc', |
| 224 'win/drag_source.h', |
| 225 'win/drop_target.cc', |
| 226 'win/drop_target.h', |
| 223 'win/iat_patch_function.cc', | 227 'win/iat_patch_function.cc', |
| 224 'win/iat_patch_function.h', | 228 'win/iat_patch_function.h', |
| 225 'x11_util.cc', | 229 'x11_util.cc', |
| 226 'x11_util.h', | 230 'x11_util.h', |
| 227 'x11_util_internal.h', | 231 'x11_util_internal.h', |
| 228 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc', | 232 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc', |
| 229 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h', | 233 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h', |
| 230 '<(gl_binding_output_dir)/gl_bindings_autogen_mock.cc', | 234 '<(gl_binding_output_dir)/gl_bindings_autogen_mock.cc', |
| 231 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.cc', | 235 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.cc', |
| 232 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.h', | 236 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.h', |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 'configurations': { | 433 'configurations': { |
| 430 'Common_Base': { | 434 'Common_Base': { |
| 431 'msvs_target_platform': 'x64', | 435 'msvs_target_platform': 'x64', |
| 432 }, | 436 }, |
| 433 }, | 437 }, |
| 434 }, | 438 }, |
| 435 ], | 439 ], |
| 436 }], | 440 }], |
| 437 ], | 441 ], |
| 438 } | 442 } |
| OLD | NEW |