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