When i am using gclient sync after downloading the code i am getting like this
Syncing projects: 23% (23/98) src/third_party/eyesfree/src/android/java/src/comSyncing projects: 24% (24/98) src/third_party/elfutils/src Syncing projects: 53% (52/98) src/third_party/WebKit/LayoutTests/w3c/web-platfoSyncing projects: 54% (53/98) src/third_party/libc++/trunk Syncing projects: 98% (97/98), done.
________ running '/usr/bin/python src/build/download_nacl_toolchains.py --exclude arm_trusted' in '/home/chetan/chromium'
________ running '/usr/bin/python src/build/linux/install-arm-sysroot.py --linux-only' in '/home/chetan/chromium'
________ running '/usr/bin/python src/chrome/installer/linux/sysroot_scripts/
install-debian.wheezy.sysroot.py --linux-only --arch=amd64' in '/home/chetan/chromium'
________ running '/usr/bin/python src/chrome/installer/linux/sysroot_scripts/
install-debian.wheezy.sysroot.py --linux-only --arch=i386' in '/home/chetan/chromium'
________ running '/usr/bin/python src/tools/clang/scripts/update.py --if-needed' in '/home/chetan/chromium'
________ running '/usr/bin/python src/build/vs_toolchain.py update' in '/home/chetan/chromium'
________ running '/usr/bin/python src/build/util/lastchange.py -o src/build/util/LASTCHANGE' in '/home/chetan/chromium'
________ running '/usr/bin/python src/build/util/lastchange.py -s src/third_party/WebKit -o src/build/util/LASTCHANGE.blink' in '/home/chetan/chromium'
________ running 'download_from_google_storage --no_resume --platform=win32 --no_auth --bucket chromium-gn -s src/tools/gn/bin/win/gn.exe.sha1' in '/home/chetan/chromium'
________ running 'download_from_google_storage --no_resume --platform=darwin --no_auth --bucket chromium-gn -s src/tools/gn/bin/mac/gn.sha1' in '/home/chetan/chromium'
________ running 'download_from_google_storage --no_resume --platform=linux* --no_auth --bucket chromium-gn -s src/tools/gn/bin/linux/gn.sha1' in '/home/chetan/chromium'
Hook 'download_from_google_storage --no_resume '--platform=linux*' --no_auth --bucket chromium-gn -s src/tools/gn/bin/linux/gn.sha1' took 10.50 secs
________ running 'download_from_google_storage --no_resume --platform=linux* --no_auth --bucket chromium-gn -s src/tools/gn/bin/linux/gn32.sha1' in '/home/chetan/chromium'
________ running 'download_from_google_storage --no_resume --platform=win32 --no_auth --bucket chromium-clang-format -s src/third_party/clang_format/bin/win/clang-format.exe.sha1' in '/home/chetan/chromium'
________ running 'download_from_google_storage --no_resume --platform=darwin --no_auth --bucket chromium-clang-format -s src/third_party/clang_format/bin/mac/clang-format.sha1' in '/home/chetan/chromium'
________ running 'download_from_google_storage --no_resume --platform=linux* --no_auth --bucket chromium-clang-format -s src/third_party/clang_format/bin/linux/clang-format.sha1' in '/home/chetan/chromium'
Hook 'download_from_google_storage --no_resume '--platform=linux*' --no_auth --bucket chromium-clang-format -s src/third_party/clang_format/bin/linux/clang-format.sha1' took 11.26 secs
________ running '/usr/bin/python src/third_party/binutils/download.py' in '/home/chetan/chromium'
________ running 'download_from_google_storage --no_resume --platform=linux* --no_auth --bucket chromium-eu-strip -s src/build/linux/bin/eu-strip.sha1' in '/home/chetan/chromium'
________ running '/usr/bin/python src/build/gyp_chromium' in '/home/chetan/chromium'
Updating projects from gyp files...
Package nss was not found in the pkg-config search path.
Perhaps you should add the directory containing `nss.pc'
to the PKG_CONFIG_PATH environment variable
No package 'nss' found
gyp: Call to 'pkg-config --libs-only-l nss | sed -e "s/-lssl3//"' returned exit status 0.
/bin/sh: 1: cups-config: not found
gyp: Call to 'cups-config --api-version' returned exit status 127.
Package libpulse was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpulse.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libpulse' found
gyp: Call to 'pkg-config --cflags libpulse' returned exit status 1.
Package gdk-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gdk-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gdk-2.0' found
gyp: Call to 'pkg-config --cflags gdk-2.0' returned exit status 1.
Error: Command /usr/bin/python src/build/gyp_chromium returned non-zero exit status 1 in /home/chetan/chromium
Hook '/usr/bin/python src/build/gyp_chromium' took 17.26 secs