| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'conditions': [ | 5 'conditions': [ |
| 6 ['OS=="win"', { | 6 ['OS=="win"', { |
| 7 'variables': { | 7 'variables': { |
| 8 'chromium_code': 1, | 8 'chromium_code': 1, |
| 9 }, | 9 }, |
| 10 'includes': [ | 10 'includes': [ |
| 11 '../../build/util/version.gypi', |
| 11 '../../build/win_precompile.gypi', | 12 '../../build/win_precompile.gypi', |
| 12 '../../chrome/version.gypi', | |
| 13 ], | 13 ], |
| 14 'target_defaults': { | 14 'target_defaults': { |
| 15 # This and the force include below is a workaround for intsafe.h in | 15 # This and the force include below is a workaround for intsafe.h in |
| 16 # VS 2010. | 16 # VS 2010. |
| 17 'msvs_system_include_dirs': [ | 17 'msvs_system_include_dirs': [ |
| 18 '<(DEPTH)/build', | 18 '<(DEPTH)/build', |
| 19 ], | 19 ], |
| 20 'msvs_settings': { | 20 'msvs_settings': { |
| 21 'VCLinkerTool': { | 21 'VCLinkerTool': { |
| 22 'AdditionalDependencies': [ | 22 'AdditionalDependencies': [ |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 'run_all_unittests.cc', | 148 'run_all_unittests.cc', |
| 149 'winrt_utils.cc', | 149 'winrt_utils.cc', |
| 150 'winrt_utils.h', | 150 'winrt_utils.h', |
| 151 'winrt_utils_unittest.cc', | 151 'winrt_utils_unittest.cc', |
| 152 ], | 152 ], |
| 153 }, | 153 }, |
| 154 ], | 154 ], |
| 155 },], | 155 },], |
| 156 ], | 156 ], |
| 157 } | 157 } |
| OLD | NEW |