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

Unified Diff: test/win/gyptest-midl-defines.py

Issue 10855040: Reverting r1457, r1452, r1450, r1449. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/win/gyptest-midl-basic.py ('k') | test/win/gyptest-midl-rules.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/gyptest-midl-defines.py
===================================================================
--- test/win/gyptest-midl-defines.py (revision 1457)
+++ test/win/gyptest-midl-defines.py (working copy)
@@ -1,22 +0,0 @@
-#!/usr/bin/env python
-
-# Copyright (c) 2012 Google Inc. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-"""
-Make sure proprocessor defines are passed correctly.
-"""
-
-import TestGyp
-
-import sys
-
-if sys.platform == 'win32':
- test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
-
- CHDIR = 'idl-rules'
- test.run_gyp('defines.gyp', chdir=CHDIR)
- test.build('defines.gyp', test.ALL, chdir=CHDIR)
-
- test.pass_test()
« no previous file with comments | « test/win/gyptest-midl-basic.py ('k') | test/win/gyptest-midl-rules.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698