Chromium Code Reviews

Unified Diff: third_party/polymer/v1_0/extract_inline_scripts.sh

Issue 1834313003: Remove unneeded files from third_party/polymer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update create_components_summary.py Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/polymer/v1_0/extract_inline_scripts.sh
diff --git a/third_party/polymer/v1_0/extract_inline_scripts.sh b/third_party/polymer/v1_0/extract_inline_scripts.sh
index c6c22ecfeaff71c63fbb72c8400fe90c10643e8b..e48f1edb69ba5a6160727b50a2b192e48df64fbd 100755
--- a/third_party/polymer/v1_0/extract_inline_scripts.sh
+++ b/third_party/polymer/v1_0/extract_inline_scripts.sh
@@ -21,7 +21,7 @@ fi
src="${1%/}"
dst="${2%/}"
-rsync -c --delete -r -v --exclude="compiled_resources*.gyp" "$src/" "$dst/"
+rsync -c --delete -r -v --exclude-from="rsync_exclude.txt" "$src/" "$dst/"
find "$dst" -name "*.html" \
-not -path "*/demos/*" \

Powered by Google App Engine