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

Unified Diff: visual_studio/NativeClientVSAddIn/create_package.py

Issue 11340059: [VS Addin] Disable PNaCl adding tests until newer SDK is available (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 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: visual_studio/NativeClientVSAddIn/create_package.py
diff --git a/visual_studio/NativeClientVSAddIn/create_package.py b/visual_studio/NativeClientVSAddIn/create_package.py
index 1931681f8153001eaa1750a62ab7fba4ee30ec96..0e6930ca24ed880dbd8d7ba0267b9ce6f8f894e6 100644
--- a/visual_studio/NativeClientVSAddIn/create_package.py
+++ b/visual_studio/NativeClientVSAddIn/create_package.py
@@ -53,6 +53,8 @@ EXCLUDES = [
r'examples\\.*\\chrome_data',
r'examples\\.*\\Debug',
r'examples\\.*\\newlib',
+ r'examples\\.*\\glibc',
+ r'examples\\.*\\PNaCl',
r'examples\\.*\\win',
r'examples\\.*\\ipch',
r'examples\\.*\\*.sdf',

Powered by Google App Engine
This is Rietveld 408576698