| 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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 '<@(nacl_win64_defines)', | 434 '<@(nacl_win64_defines)', |
| 435 ], | 435 ], |
| 436 # TODO(gregoryd): The direct_dependent_settings should be shared with | 436 # TODO(gregoryd): The direct_dependent_settings should be shared with |
| 437 # the 32-bit target, but it doesn't work due to a bug in gyp | 437 # the 32-bit target, but it doesn't work due to a bug in gyp |
| 438 'direct_dependent_settings': { | 438 'direct_dependent_settings': { |
| 439 'include_dirs': [ | 439 'include_dirs': [ |
| 440 '..', | 440 '..', |
| 441 ], | 441 ], |
| 442 }, | 442 }, |
| 443 'sources': [ | 443 'sources': [ |
| 444 'l10n_util_dummy.cc', | |
| 445 'resource_bundle_dummy.cc', | 444 'resource_bundle_dummy.cc', |
| 446 ], | 445 ], |
| 447 'include_dirs': [ | 446 'include_dirs': [ |
| 448 '../skia/config/win', | 447 '../skia/config/win', |
| 449 '../third_party/icu/public/common', | 448 '../third_party/icu/public/common', |
| 450 '../third_party/icu/public/i18n', | 449 '../third_party/icu/public/i18n', |
| 451 '../third_party/npapi', | 450 '../third_party/npapi', |
| 452 '../third_party/skia/include/config', | 451 '../third_party/skia/include/config', |
| 453 '../third_party/skia/include/core', | 452 '../third_party/skia/include/core', |
| 454 ], | 453 ], |
| 455 'configurations': { | 454 'configurations': { |
| 456 'Common_Base': { | 455 'Common_Base': { |
| 457 'msvs_target_platform': 'x64', | 456 'msvs_target_platform': 'x64', |
| 458 }, | 457 }, |
| 459 }, | 458 }, |
| 460 }, | 459 }, |
| 461 ], | 460 ], |
| 462 }], | 461 }], |
| 463 ], | 462 ], |
| 464 } | 463 } |
| OLD | NEW |