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

Side by Side Diff: tools/gyp/msvs.gypi

Issue 2992593002: [infra] Begin removing gyp (Closed)
Patch Set: Created 3 years, 4 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
OLDNEW
(Empty)
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file.
4
5 {
6 'target_defaults': {
7 'msvs_configuration_attributes': {
8 # DON'T ADD ANYTHING NEW TO THIS BLOCK UNLESS YOU REALLY REALLY NEED IT!
9 # This block adds *project-wide* configuration settings to each project
10 # file. It's almost always wrong to put things here. Instead, specify
11 # your custom msvs_configuration_attributes in a target_defaults section
12 # of a .gypi file that is explicitly included.
13 'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)',
14 'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
15 },
16 }
17 }
OLDNEW
« runtime/vm/vm.gypi ('K') | « tools/gyp/find_mac_sdk.py ('k') | tools/gyp/xcode.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698