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

Unified Diff: visual_studio/NativeClientVSAddIn/create_package.py

Issue 11223003: Remove unneeded command line args from VS addin examples. (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 df3c4a7aaf7eba0b7270caf4f949c70b1e5a5597..44050a4ec5398ae9a77fb89afddc15a359d912b4 100644
--- a/visual_studio/NativeClientVSAddIn/create_package.py
+++ b/visual_studio/NativeClientVSAddIn/create_package.py
@@ -53,6 +53,9 @@ EXCLUDES = [
r'examples\\.*\\Debug',
r'examples\\.*\\newlib',
r'examples\\.*\\win',
+ r'examples\\.*\\ipch',
+ r'examples\\.*\\*.sdf',
+ r'examples\\.*\\*.suo',
# Exclude .AddIn file for now since we need to modify it with version info.
re.escape(ADDIN_METADATA)]
« no previous file with comments | « visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj.user ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698