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" and (MSVS_VERSION=="2010" or MSVS_VERSION=="2010e")', { | 6 ['OS=="win"', { |
7 'variables': { | 7 'variables': { |
8 'chromium_code': 1, | 8 'chromium_code': 1, |
9 }, | 9 }, |
10 'includes': [ | 10 'includes': [ |
11 '../../build/win_precompile.gypi', | 11 '../../build/win_precompile.gypi', |
12 ], | 12 ], |
13 'target_defaults': { | 13 'target_defaults': { |
14 'defines': [ | 14 'defines': [ |
15 # This define is required to pull in the new Win8 interfaces from | 15 # This define is required to pull in the new Win8 interfaces from |
16 # system headers like ShObjIdl.h | 16 # system headers like ShObjIdl.h |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 'run_all_unittests.cc', | 94 'run_all_unittests.cc', |
95 'winrt_utils.cc', | 95 'winrt_utils.cc', |
96 'winrt_utils.h', | 96 'winrt_utils.h', |
97 'winrt_utils_unittest.cc', | 97 'winrt_utils_unittest.cc', |
98 ], | 98 ], |
99 }, | 99 }, |
100 ], | 100 ], |
101 },], | 101 },], |
102 ], | 102 ], |
103 } | 103 } |
OLD | NEW |