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

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

Issue 602073003: Add support for MIDL include directories (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Add msvs_system_include_dirs for msvs_emulation Created 6 years, 3 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 | « pylib/gyp/msvs_emulation.py ('k') | test/win/idl-includedirs/hello.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/gyptest-midl-includedirs.py
diff --git a/test/win/gyptest-system-include.py b/test/win/gyptest-midl-includedirs.py
similarity index 63%
copy from test/win/gyptest-system-include.py
copy to test/win/gyptest-midl-includedirs.py
index 9a47d985383dd205eb843d2a460201a0b9da9979..05f637040937195dc7e1e843e05f9f5f9ee23a1b 100644
--- a/test/win/gyptest-system-include.py
+++ b/test/win/gyptest-midl-includedirs.py
@@ -5,7 +5,7 @@
# found in the LICENSE file.
"""
-Checks that msvs_system_include_dirs works.
+Verify that 'midl_include_dirs' is handled.
"""
import TestGyp
@@ -15,7 +15,7 @@ import sys
if sys.platform == 'win32':
test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
- CHDIR = 'system-include'
- test.run_gyp('test.gyp', chdir=CHDIR)
- test.build('test.gyp', test.ALL, chdir=CHDIR)
+ CHDIR = 'idl-includedirs'
+ test.run_gyp('idl-includedirs.gyp', chdir=CHDIR)
+ test.build('idl-includedirs.gyp', test.ALL, chdir=CHDIR)
test.pass_test()
« no previous file with comments | « pylib/gyp/msvs_emulation.py ('k') | test/win/idl-includedirs/hello.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698