| 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 'breakpad_handler_target': 0, | 8 'breakpad_handler_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 'breakpad_handler_target': 1, | 66 'breakpad_handler_target': 1, |
| 67 }, | 67 }, |
| 68 # TODO(gregoryd): direct_dependent_settings should be shared with the | 68 # TODO(gregoryd): direct_dependent_settings should be shared with the |
| 69 # 32-bit target, but it doesn't work due to a bug in gyp | 69 # 32-bit target, but it doesn't work due to a bug in gyp |
| 70 'direct_dependent_settings': { | 70 'direct_dependent_settings': { |
| 71 'include_dirs': [ | 71 'include_dirs': [ |
| 72 'src', | 72 'src', |
| 73 ], | 73 ], |
| 74 }, | 74 }, |
| 75 'configurations': { | 75 'configurations': { |
| 76 'Common': { | 76 'Common_Base': { |
| 77 'msvs_target_platform': 'x64', | 77 'msvs_target_platform': 'x64', |
| 78 }, | 78 }, |
| 79 }, | 79 }, |
| 80 }, | 80 }, |
| 81 ], | 81 ], |
| 82 }], | 82 }], |
| 83 ], | 83 ], |
| 84 } | 84 } |
| OLD | NEW |