]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
tabs
authorElan Ruusamäe <glen@delfi.ee>
Wed, 11 Jul 2012 19:40:59 +0000 (22:40 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 11 Jul 2012 19:40:59 +0000 (22:40 +0300)
clean-source.sh

index 28e18444cdb8c706b9eeea2c3f3c8380dc9bff3d..8b55c7bb1e5ab7020698b6a40a35dcfaee8dcea5 100644 (file)
@@ -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
This page took 0.030249 seconds and 4 git commands to generate.