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

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

Issue 233843003: Remove a few dead MSVS_VERSION checks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more Created 6 years, 8 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 | « win8/delegate_execute/delegate_execute.gyp ('k') | win8/util/check_sdk_patch.py » ('j') | 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"', { 6 ['OS=="win"', {
7 'variables': { 7 'variables': {
8 'chromium_code': 1, 8 'chromium_code': 1,
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'dependencies': [ 67 'dependencies': [
68 '../../base/base.gyp:base', 68 '../../base/base.gyp:base',
69 '../../chrome/common_constants.gyp:common_constants', 69 '../../chrome/common_constants.gyp:common_constants',
70 '../../chrome/chrome.gyp:installer_util', 70 '../../chrome/chrome.gyp:installer_util',
71 '../../crypto/crypto.gyp:crypto', 71 '../../crypto/crypto.gyp:crypto',
72 '../../google_update/google_update.gyp:google_update', 72 '../../google_update/google_update.gyp:google_update',
73 '../../ipc/ipc.gyp:ipc', 73 '../../ipc/ipc.gyp:ipc',
74 '../../sandbox/sandbox.gyp:sandbox', 74 '../../sandbox/sandbox.gyp:sandbox',
75 '../../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', 75 '../../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
76 '../../url/url.gyp:url_lib', 76 '../../url/url.gyp:url_lib',
77 '../win8.gyp:check_sdk_patch',
78 'metro_driver_version_resources', 77 'metro_driver_version_resources',
79 ], 78 ],
80 'sources': [ 79 'sources': [
81 'display_properties.cc', 80 'display_properties.cc',
82 'display_properties.h', 81 'display_properties.h',
83 'metro_driver.cc', 82 'metro_driver.cc',
84 'metro_driver.h', 83 'metro_driver.h',
85 'metro_driver_win7.cc', 84 'metro_driver_win7.cc',
86 'stdafx.h', 85 'stdafx.h',
87 'winrt_utils.cc', 86 'winrt_utils.cc',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'run_all_unittests.cc', 154 'run_all_unittests.cc',
156 'winrt_utils.cc', 155 'winrt_utils.cc',
157 'winrt_utils.h', 156 'winrt_utils.h',
158 'winrt_utils_unittest.cc', 157 'winrt_utils_unittest.cc',
159 ], 158 ],
160 }, 159 },
161 ], 160 ],
162 },], 161 },],
163 ], 162 ],
164 } 163 }
OLDNEW
« no previous file with comments | « win8/delegate_execute/delegate_execute.gyp ('k') | win8/util/check_sdk_patch.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698