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

Unified Diff: test/win/gyptest-link-enable-winrt.py

Issue 1132743006: Added msvs_application_type_revision for winrt compilation (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Created 5 years, 7 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: test/win/gyptest-link-enable-winrt.py
diff --git a/test/win/gyptest-link-enable-winrt.py b/test/win/gyptest-link-enable-winrt.py
index 283863ced7a09ee751a76ef58d235ec283672d2a..28b0f5d1a6ae3a74907ad116cc64a8eacfdff7d6 100644
--- a/test/win/gyptest-link-enable-winrt.py
+++ b/test/win/gyptest-link-enable-winrt.py
@@ -27,6 +27,13 @@ if (sys.platform == 'win32' and
test.build('enable-winrt.gyp', 'enable_winrt_dll', chdir=CHDIR)
+ test.build('enable-winrt.gyp', 'enable_winrt_81_revision_dll', chdir=CHDIR)
scottmg 2015/05/13 22:17:33 then remove these from here
coop 2015/05/13 22:40:51 Done.
+
+ test.build('enable-winrt.gyp', 'enable_winrt_82_revision_dll', chdir=CHDIR)
+
+ test.build('enable-winrt.gyp', 'enable_winrt_invalid_revision_dll',
+ chdir=CHDIR, status=1)
+
test.build('enable-winrt.gyp', 'enable_winrt_missing_dll', chdir=CHDIR,
status=1)

Powered by Google App Engine
This is Rietveld 408576698