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

Unified Diff: tools/gyp/msvs.gypi

Issue 2992593002: [infra] Begin removing gyp (Closed)
Patch Set: Created 3 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: tools/gyp/msvs.gypi
diff --git a/tools/gyp/msvs.gypi b/tools/gyp/msvs.gypi
deleted file mode 100644
index 1ed657675109b15aadf8107aed28300d3f5b189b..0000000000000000000000000000000000000000
--- a/tools/gyp/msvs.gypi
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE file.
-
-{
- 'target_defaults': {
- 'msvs_configuration_attributes': {
- # DON'T ADD ANYTHING NEW TO THIS BLOCK UNLESS YOU REALLY REALLY NEED IT!
- # This block adds *project-wide* configuration settings to each project
- # file. It's almost always wrong to put things here. Instead, specify
- # your custom msvs_configuration_attributes in a target_defaults section
- # of a .gypi file that is explicitly included.
- 'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)',
- 'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
- },
- }
-}
« 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