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