Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Side by Side Diff: win8/metro_driver/metro_driver.gyp

Issue 11184012: delegate_execute should build on 2012 too (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698