Sorry for my late response. Here's mine below.
austin@ubuntu:~/dev-fun/chrome/src$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04 LTS
Release: 14.04
Codename: trusty
austin@ubuntu:~/dev-fun/chrome/src$ uname -a
Linux ubuntu 3.13.0-27-generic #50-Ubuntu SMP Thu May 15 18:06:16 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
austin@ubuntu:~/dev-fun/chrome/src$ sudo build/install-build-deps.sh
This script installs all tools and libraries needed to build Chromium.
For most of the libraries, it can also install debugging symbols, which
will allow you to debug code in the system libraries. Most developers
won't need these symbols.
Do you want me to install them for you (y/N) N
Skipping debugging symbols.
Including ARM cross toolchain.
Including NaCl, NaCl toolchain, NaCl ports dependencies.
Fetched 1,790 kB in 32s (54.9 kB/s)
Reading package lists... Done
Finding missing packages...
Packages required: apache2.2-bin appmenu-gtk autoconf bison cmake curl devscripts dpkg-dev elfutils fakeroot flex fonts-thai-tlwg g++ g++-4.8-multilib g++-arm-linux-gnueabihf gawk git-core g++-mingw-w64-i686 gperf language-pack-da language-pack-fr language-pack-he language-pack-zh-hant lib32gcc1 lib32stdc++6 lib32z1-dev libapache2-mod-php5 libasound2 libasound2-dev libasound2:i386 libatk1.0-0 libbluetooth-dev libbrlapi0.6 libbrlapi-dev libbz2-1.0 libbz2-dev libc6 libc6-dev-armhf-cross libc6-i386 libcairo2 libcairo2-dev libcap2 libcap2:i386 libcap-dev libcups2 libcups2-dev libcurl4-gnutls-dev libdrm-dev libelf-dev libexif12 libexif12:i386 libexif-dev libexpat1 libfontconfig1 libfontconfig1:i386 libfreetype6 libgbm-dev libgconf-2-4:i386 libgconf2-dev libgl1-mesa-dev libgl1-mesa-glx:i386 libglib2.0-0 libglib2.0-0:i386 libglib2.0-dev libglu1-mesa-dev libgnome-keyring0 libgnome-keyring-dev libgpm2:i386 libgtk2.0-0 libgtk2.0-0:i386 libgtk2.0-dev libjpeg-dev libkrb5-dev libncurses5:i386 libnspr4 libnspr4-dev libnss3 libnss3-dev libnss3:i386 libpam0g libpam0g-dev libpango1.0-0 libpango1.0-0:i386 libpci3 libpci-dev libpcre3 libpixman-1-0 libpng12-0 libpulse0 libpulse-dev libsctp-dev libspeechd2 libspeechd-dev libsqlite3-0 libsqlite3-dev libssl0.9.8:i386 libssl-dev libstdc++6 libtinfo-dev libtinfo-dev:i386 libtool libudev1 libudev1:i386 libudev-dev libwww-perl libx11-6 libxau6 libxcb1 libxcomposite1 libxcomposite1:i386 libxcursor1 libxcursor1:i386 libxdamage1 libxdamage1:i386 libxdmcp6 libxext6 libxfixes3 libxi6 libxi6:i386 libxinerama1 libxrandr2 libxrandr2:i386 libxrender1 libxslt1-dev libxss1:i386 libxss-dev libxt-dev libxtst6 libxtst6:i386 libxtst-dev linux-libc-dev-armhf-cross mesa-common-dev openbox patch perl php5-cgi pkg-config python python-cherrypy3 python-dev python-psutil rpm ruby subversion texinfo ttf-dejavu-core ttf-indic-fonts ttf-kochi-gothic ttf-kochi-mincho ttf-mscorefonts-installer wdiff xfonts-mathml xvfb zip zlib1g
No missing packages, and the packages are up-to-date.
Installing Chrome OS fonts.
Chrome OS fonts already up-to-date in /usr/local/share/fonts/chromeos.
Installing symbolic links for NaCl.
NOTE: If you were expecting the option to install 32bit libs,
please run with the --lib32 flag.
Installation complete.
austin@ubuntu:~/dev-fun/chrome/src$ echo $PATH | sed 's/:/\n/g'
...
...