| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 ], | 275 ], |
| 276 'include_dirs': [ | 276 'include_dirs': [ |
| 277 '../skia/config/win', | 277 '../skia/config/win', |
| 278 '../third_party/icu/public/common', | 278 '../third_party/icu/public/common', |
| 279 '../third_party/icu/public/i18n', | 279 '../third_party/icu/public/i18n', |
| 280 '../third_party/npapi', | 280 '../third_party/npapi', |
| 281 '../third_party/skia/include/config', | 281 '../third_party/skia/include/config', |
| 282 '../third_party/skia/include/core', | 282 '../third_party/skia/include/core', |
| 283 ], | 283 ], |
| 284 'configurations': { | 284 'configurations': { |
| 285 'Common_Base': { | 285 'Common': { |
| 286 'msvs_target_platform': 'x64', | 286 'msvs_target_platform': 'x64', |
| 287 }, | 287 }, |
| 288 }, | 288 }, |
| 289 }, | 289 }, |
| 290 ], | 290 ], |
| 291 }], | 291 }], |
| 292 ], | 292 ], |
| 293 } | 293 } |
| OLD | NEW |