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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 'table_model.h', | 212 'table_model.h', |
213 'table_model_observer.h', | 213 'table_model_observer.h', |
214 'text_elider.cc', | 214 'text_elider.cc', |
215 'text_elider.h', | 215 'text_elider.h', |
216 'theme_provider.cc', | 216 'theme_provider.cc', |
217 'theme_provider.h', | 217 'theme_provider.h', |
218 'throb_animation.cc', | 218 'throb_animation.cc', |
219 'throb_animation.h', | 219 'throb_animation.h', |
220 'tween.cc', | 220 'tween.cc', |
221 'tween.h', | 221 'tween.h', |
| 222 'view_prop.cc', |
| 223 'view_prop.h', |
222 'win/drag_source.cc', | 224 'win/drag_source.cc', |
223 'win/drag_source.h', | 225 'win/drag_source.h', |
224 'win/drop_target.cc', | 226 'win/drop_target.cc', |
225 'win/drop_target.h', | 227 'win/drop_target.h', |
226 'win/iat_patch_function.cc', | 228 'win/iat_patch_function.cc', |
227 'win/iat_patch_function.h', | 229 'win/iat_patch_function.h', |
228 'win/scoped_prop.cc', | 230 'win/scoped_prop.cc', |
229 'win/scoped_prop.h', | 231 'win/scoped_prop.h', |
230 'x11_util.cc', | 232 'x11_util.cc', |
231 'x11_util.h', | 233 'x11_util.h', |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
306 ['OS!="win"', { | 308 ['OS!="win"', { |
307 'sources!': [ | 309 'sources!': [ |
308 'drag_drop_types.h', | 310 'drag_drop_types.h', |
309 'gfx/gdi_util.cc', | 311 'gfx/gdi_util.cc', |
310 'gfx/gdi_util.h', | 312 'gfx/gdi_util.h', |
311 'gfx/icon_util.cc', | 313 'gfx/icon_util.cc', |
312 'gfx/icon_util.h', | 314 'gfx/icon_util.h', |
313 'gfx/native_theme_win.cc', | 315 'gfx/native_theme_win.cc', |
314 'gfx/native_theme_win.h', | 316 'gfx/native_theme_win.h', |
315 'os_exchange_data.cc', | 317 'os_exchange_data.cc', |
| 318 'view_prop.cc', |
| 319 'view_prop.h', |
316 'win/iat_patch_function.cc', | 320 'win/iat_patch_function.cc', |
317 'win/iat_patch_function.h', | 321 'win/iat_patch_function.h', |
318 ], | 322 ], |
319 'sources/': [ | 323 'sources/': [ |
320 ['exclude', '^win/*'], | 324 ['exclude', '^win/*'], |
321 ], | 325 ], |
322 }], | 326 }], |
323 ['OS=="linux"', { | 327 ['OS=="linux"', { |
324 'sources': [ | 328 'sources': [ |
325 'gfx/gl/gl_context_egl.cc', | 329 'gfx/gl/gl_context_egl.cc', |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
438 'configurations': { | 442 'configurations': { |
439 'Common_Base': { | 443 'Common_Base': { |
440 'msvs_target_platform': 'x64', | 444 'msvs_target_platform': 'x64', |
441 }, | 445 }, |
442 }, | 446 }, |
443 }, | 447 }, |
444 ], | 448 ], |
445 }], | 449 }], |
446 ], | 450 ], |
447 } | 451 } |
OLD | NEW |