| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 525 # TODO(gregoryd): chrome_resources and chrome_strings could be | 525 # TODO(gregoryd): chrome_resources and chrome_strings could be |
| 526 # shared with the 32-bit target, but it does not work due to a gyp | 526 # shared with the 32-bit target, but it does not work due to a gyp |
| 527 # issue. | 527 # issue. |
| 528 'chrome_resources', | 528 'chrome_resources', |
| 529 'chrome_strings', | 529 'chrome_strings', |
| 530 'common_constants_win64', | 530 'common_constants_win64', |
| 531 'app/policy/cloud_policy_codegen.gyp:policy_win64', | 531 'app/policy/cloud_policy_codegen.gyp:policy_win64', |
| 532 '../base/base.gyp:base_nacl_win64', | 532 '../base/base.gyp:base_nacl_win64', |
| 533 '../ipc/ipc.gyp:ipc_win64', | 533 '../ipc/ipc.gyp:ipc_win64', |
| 534 '../third_party/libxml/libxml.gyp:libxml', | 534 '../third_party/libxml/libxml.gyp:libxml', |
| 535 '../ui/ui.gyp:ui_base_nacl_win64', | 535 '../ui/ui.gyp:ui_nacl_win64', |
| 536 '../ui/ui.gyp:ui_resources', | 536 '../ui/ui.gyp:ui_resources', |
| 537 ], | 537 ], |
| 538 'include_dirs': [ | 538 'include_dirs': [ |
| 539 '../third_party/icu/public/i18n', | 539 '../third_party/icu/public/i18n', |
| 540 '../third_party/icu/public/common', | 540 '../third_party/icu/public/common', |
| 541 # We usually get these skia directories by adding a dependency on | 541 # We usually get these skia directories by adding a dependency on |
| 542 # skia, bu we don't need it for NaCl's 64-bit Windows support. The | 542 # skia, bu we don't need it for NaCl's 64-bit Windows support. The |
| 543 # directories are required for resolving the includes in any case. | 543 # directories are required for resolving the includes in any case. |
| 544 '../third_party/skia/include/config', | 544 '../third_party/skia/include/config', |
| 545 '../third_party/skia/include/core', | 545 '../third_party/skia/include/core', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 574 'configurations': { | 574 'configurations': { |
| 575 'Common_Base': { | 575 'Common_Base': { |
| 576 'msvs_target_platform': 'x64', | 576 'msvs_target_platform': 'x64', |
| 577 }, | 577 }, |
| 578 }, | 578 }, |
| 579 }, | 579 }, |
| 580 ], | 580 ], |
| 581 }], | 581 }], |
| 582 ], | 582 ], |
| 583 } | 583 } |
| OLD | NEW |