[packages/chromium-browser] tabs

glen glen at pld-linux.org
Wed Jul 11 21:41:36 CEST 2012


commit 30ab5de025529dee30709ba0f88b20e01f91fe6d
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Jul 11 22:40:59 2012 +0300

    tabs

 clean-source.sh | 66 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)
---
diff --git a/clean-source.sh b/clean-source.sh
index 28e1844..8b55c7b 100644
--- a/clean-source.sh
+++ b/clean-source.sh
@@ -23,35 +23,35 @@ gyp_clean() {
 remove_nonessential_dirs() {
 	local dir
 	for dir in \
-    chrome/common/extensions/docs \
-    chrome/test/data \
-    chrome/tools/test/reference_build \
-    courgette/testdata \
-    data \
-    native_client/src/trusted/service_runtime/testdata \
-    src/chrome/test/data \
-    o3d/documentation \
-    o3d/samples \
-    o3d/tests \
-    third_party/angle/samples/gles2_book \
-    third_party/hunspell_dictionaries \
-    third_party/hunspell/tests \
-    third_party/lighttpd \
-    third_party/sqlite/test \
-    third_party/vc_80 \
-    third_party/xdg-utils/tests \
-    third_party/yasm/source/patched-yasm/modules/arch/x86/tests \
-    third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests \
-    third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests \
-    third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests \
-    third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests \
-    third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests \
-    third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests \
-    third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests \
-    third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests \
-    third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests \
-    third_party/WebKit/Source/JavaScriptCore/tests \
-    third_party/WebKit/LayoutTests \
+	chrome/common/extensions/docs \
+	chrome/test/data \
+	chrome/tools/test/reference_build \
+	courgette/testdata \
+	data \
+	native_client/src/trusted/service_runtime/testdata \
+	src/chrome/test/data \
+	o3d/documentation \
+	o3d/samples \
+	o3d/tests \
+	third_party/angle/samples/gles2_book \
+	third_party/hunspell_dictionaries \
+	third_party/hunspell/tests \
+	third_party/lighttpd \
+	third_party/sqlite/test \
+	third_party/vc_80 \
+	third_party/xdg-utils/tests \
+	third_party/yasm/source/patched-yasm/modules/arch/x86/tests \
+	third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests \
+	third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests \
+	third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests \
+	third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests \
+	third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests \
+	third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests \
+	third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests \
+	third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests \
+	third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests \
+	third_party/WebKit/Source/JavaScriptCore/tests \
+	third_party/WebKit/LayoutTests \
 	\
 	breakpad/src/client/mac/tests \
 	breakpad/src/client/windows/tests \
@@ -98,9 +98,9 @@ remove_nonessential_dirs() {
 	tools/page_cycler/webpagereplay/tests \
 	tools/perf_expectations/tests \
 	\
-    v8/test \
-    webkit/data/layout_tests \
-    webkit/tools/test/reference_build \
+	v8/test \
+	webkit/data/layout_tests \
+	webkit/tools/test/reference_build \
 	\
 	tools/site_compare \
 	tools/stats_viewer \
@@ -218,7 +218,7 @@ strip_system_dirs \
 
 # third_party/libvpx/libvpx.h should be kept
 #gyp_clean third_party/libvpx
-# third_party/yasm/source/patched-yasm/modules/arch/x86/gen_x86_insn.py', needed by `out/Release/obj/gen/third_party/yasm/x86insns.c'.  Stop.
+# third_party/yasm/source/patched-yasm/modules/arch/x86/gen_x86_insn.py', needed by `out/Release/obj/gen/third_party/yasm/x86insns.c'. Stop.
 #gyp_clean third_party/yasm
 
 rm -vf third_party/expat/files/lib/expat.h


More information about the pld-cvs-commit mailing list