| 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 'ipc_target': 0, | 8 'ipc_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 '../base/base.gyp:base_nacl_win64', | 75 '../base/base.gyp:base_nacl_win64', |
| 76 ], | 76 ], |
| 77 # TODO(gregoryd): direct_dependent_settings should be shared with the | 77 # TODO(gregoryd): direct_dependent_settings should be shared with the |
| 78 # 32-bit target, but it doesn't work due to a bug in gyp | 78 # 32-bit target, but it doesn't work due to a bug in gyp |
| 79 'direct_dependent_settings': { | 79 'direct_dependent_settings': { |
| 80 'include_dirs': [ | 80 'include_dirs': [ |
| 81 '..', | 81 '..', |
| 82 ], | 82 ], |
| 83 }, | 83 }, |
| 84 'configurations': { | 84 'configurations': { |
| 85 'Common': { | 85 'Common_Base': { |
| 86 'msvs_target_platform': 'x64', | 86 'msvs_target_platform': 'x64', |
| 87 }, | 87 }, |
| 88 }, | 88 }, |
| 89 }, | 89 }, |
| 90 ], | 90 ], |
| 91 }], | 91 }], |
| 92 ], | 92 ], |
| 93 } | 93 } |
| 94 | 94 |
| 95 # Local Variables: | 95 # Local Variables: |
| 96 # tab-width:2 | 96 # tab-width:2 |
| 97 # indent-tabs-mode:nil | 97 # indent-tabs-mode:nil |
| 98 # End: | 98 # End: |
| 99 # vim: set expandtab tabstop=2 shiftwidth=2: | 99 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |