author | Dan Minor <dminor@mozilla.com> |
Mon, 19 Mar 2018 06:55:21 -0700 | |
changeset 414114 | f5f4f7d7fcdf6db3d6599e49b42b23dcdba3fe71 |
parent 414113 | 7d89a66dea5f2f7f6d71c947b50ee268e20066e8 |
child 414115 | 2805463648703db47072077738d485efc883f9db |
push id | 33858 |
push user | ncsoregi@mozilla.com |
push date | Tue, 17 Apr 2018 21:55:44 +0000 |
treeherder | mozilla-central@d6eb5597d744 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jesup |
bugs | 1437345 |
milestone | 61.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
media/webrtc/trunk/build/config/win/visual_studio_version.gni | file | annotate | diff | comparison | revisions |
--- a/media/webrtc/trunk/build/config/win/visual_studio_version.gni +++ b/media/webrtc/trunk/build/config/win/visual_studio_version.gni @@ -1,25 +1,25 @@ # Copyright 2014 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. declare_args() { # Path to Visual Studio. If empty, the default is used which is to use the # automatic toolchain in depot_tools. If set, you must also set the # visual_studio_version and wdk_path. - visual_studio_path = "" + visual_studio_path = "." # Version of Visual Studio pointed to by the visual_studio_path. # Currently always "2015". - visual_studio_version = "" + visual_studio_version = "2015" # Directory of the Windows driver kit. If visual_studio_path is empty, this # will be auto-filled. - wdk_path = "" + wdk_path = "." # Full path to the Windows SDK, not including a backslash at the end. # This value is the default location, override if you have a different # installation location. windows_sdk_path = "C:\Program Files (x86)\Windows Kits\10" } if (visual_studio_path == "") {