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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 'throb_animation.cc', | 227 'throb_animation.cc', |
228 'throb_animation.h', | 228 'throb_animation.h', |
229 'tween.cc', | 229 'tween.cc', |
230 'tween.h', | 230 'tween.h', |
231 'view_prop.cc', | 231 'view_prop.cc', |
232 'view_prop.h', | 232 'view_prop.h', |
233 'win/drag_source.cc', | 233 'win/drag_source.cc', |
234 'win/drag_source.h', | 234 'win/drag_source.h', |
235 'win/drop_target.cc', | 235 'win/drop_target.cc', |
236 'win/drop_target.h', | 236 'win/drop_target.h', |
| 237 'win/hwnd_util.cc', |
| 238 'win/hwnd_util.h', |
237 'win/iat_patch_function.cc', | 239 'win/iat_patch_function.cc', |
238 'win/iat_patch_function.h', | 240 'win/iat_patch_function.h', |
239 'win/scoped_prop.cc', | 241 'win/scoped_prop.cc', |
240 'win/scoped_prop.h', | 242 'win/scoped_prop.h', |
| 243 'win/window_impl.cc', |
| 244 'win/window_impl.h', |
241 'x11_util.cc', | 245 'x11_util.cc', |
242 'x11_util.h', | 246 'x11_util.h', |
243 'x11_util_internal.h', | 247 'x11_util_internal.h', |
244 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc', | 248 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc', |
245 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h', | 249 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h', |
246 '<(gl_binding_output_dir)/gl_bindings_autogen_mock.cc', | 250 '<(gl_binding_output_dir)/gl_bindings_autogen_mock.cc', |
247 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.cc', | 251 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.cc', |
248 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.h', | 252 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.h', |
249 ], | 253 ], |
250 # hard_dependency is necessary for this target because it has actions | 254 # hard_dependency is necessary for this target because it has actions |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 'configurations': { | 455 'configurations': { |
452 'Common_Base': { | 456 'Common_Base': { |
453 'msvs_target_platform': 'x64', | 457 'msvs_target_platform': 'x64', |
454 }, | 458 }, |
455 }, | 459 }, |
456 }, | 460 }, |
457 ], | 461 ], |
458 }], | 462 }], |
459 ], | 463 ], |
460 } | 464 } |
OLD | NEW |