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