summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Revert 175069jschuh@chromium.org2013-01-051-1/+0
| | | | | | | | | | | | | | | | > Add "scrypt" to third_party for use in generating secure hash of user password that can later be used for off-line authentication in the case when on-line authentication is not available. > > The planned use for this is profile-locking where unlocking has to be possible even when not connected to a network. > > BUG= > > > Review URL: https://chromiumcodereview.appspot.com/11637016 TBR=bcwhite@chromium.org Review URL: https://codereview.chromium.org/11776013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175256 0039d316-1c4b-4281-b951-d872f2087c98
* Add "scrypt" to third_party for use in generating secure hash of user ↵bcwhite@chromium.org2013-01-041-0/+1
| | | | | | | | | | | | | password that can later be used for off-line authentication in the case when on-line authentication is not available. The planned use for this is profile-locking where unlocking has to be possible even when not connected to a network. BUG= Review URL: https://chromiumcodereview.appspot.com/11637016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175069 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/accessibility-developer-tools to .gitignore.derat@chromium.org2012-12-181-0/+1
| | | | | | | | | | TBR=aboxhall@chromium.org BUG= Review URL: https://codereview.chromium.org/11624017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173729 0039d316-1c4b-4281-b951-d872f2087c98
* Replace Chromium's content_decryption_module.h with the independent DEPS'd ↵ddorwin@chromium.org2012-12-181-0/+1
| | | | | | | | | | | | instance. This allows third-party CDMs to be built before rolling potentially breaking changes into Chrome. TEST=build succeeds and existing External CDM tests. Review URL: https://codereview.chromium.org/11568045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173664 0039d316-1c4b-4281-b951-d872f2087c98
* Add /chrome/test/data/perf/third_party/ to .gitignore.derat@chromium.org2012-12-111-0/+1
| | | | | | | | | BUG=none TBR=bulach@chromium.org Review URL: https://codereview.chromium.org/11488023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172238 0039d316-1c4b-4281-b951-d872f2087c98
* Add Eyes-Free third party filesdtrainor@chromium.org2012-12-111-0/+1
| | | | | | | | | | | | This is to give Android Braille Keyboard support. We need to pull in the right AIDL files to interact with the Android Braille service. BUG= Review URL: https://chromiumcodereview.appspot.com/11437020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172198 0039d316-1c4b-4281-b951-d872f2087c98
* Add Apache HTTP libraries to DEPS for Android.nyquist@chromium.org2012-12-061-0/+5
| | | | | | | | | | | | | | | | * Adds support for Apache libraries to be able to use multipart in Java HTTP clients. * Orders all Android-specific DEPS * Adds missing third_party/findbugs to .gitignore Previously landed as r171045, but reverted because git-mirrors were not ready. BUG=164257 Review URL: https://codereview.chromium.org/11418318 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171594 0039d316-1c4b-4281-b951-d872f2087c98
* Teach "install-build-deps.sh --arm" how to install the arm root image.sbc@chromium.org2012-12-061-0/+1
| | | | | | | | | | | | | | The --arm argument will already install the arm cross toolchain, but building chrome/arm also requires an arm sysroot. The script will now download the sysroot to out/arm_root. BUG= Review URL: https://chromiumcodereview.appspot.com/11417041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171448 0039d316-1c4b-4281-b951-d872f2087c98
* > Add Apache HTTP libraries to DEPS for Android.dmazzoni@chromium.org2012-12-041-5/+0
| | | | | | | | | | | | | | | | | > > * Adds support for Apache libraries to be able to use multipart in Java > HTTP clients. > * Orders all Android-specific DEPS > * Adds missing third_party/findbugs to .gitignore > > BUG=159203 > > Review URL: https://codereview.chromium.org/11421224 TBR=nyquist@chromium.org Review URL: https://codereview.chromium.org/11415295 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171055 0039d316-1c4b-4281-b951-d872f2087c98
* Add Apache HTTP libraries to DEPS for Android.nyquist@chromium.org2012-12-041-0/+5
| | | | | | | | | | | | | * Adds support for Apache libraries to be able to use multipart in Java HTTP clients. * Orders all Android-specific DEPS * Adds missing third_party/findbugs to .gitignore BUG=159203 Review URL: https://codereview.chromium.org/11421224 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171045 0039d316-1c4b-4281-b951-d872f2087c98
* Add guava and jsr-305 DEPS to third_party for Androidnyquist@chromium.org2012-12-011-0/+2
| | | | | | | | | | | | | | | This only adds the DEPS. They will be used to build jsr-305 and guava for Android. Uses mirror for both repositories. This CL is based on r169693 and r169711 which got reverted. BUG=159873 Review URL: https://codereview.chromium.org/11434058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170607 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Attept at fixing deps2submodules."nyquist@chromium.org2012-11-271-2/+0
| | | | | | | | | | | | | | | | | | | This reverts commit 277fc3017dbba6d8945b2baeab6ef7d9bcb6d1c2. Review: https://codereview.chromium.org/11316198/ SVN revision: r169711 Revert "Add guava and jsr-305 DEPS to third_party for Android" This reverts commit 248dcfdd4a175773403e9ad9d968c2045db70963. Review: https://codereview.chromium.org/11412182/ SVN revision: r169693 BUG=159873 TBR=yfriedman@chromium.org Review URL: https://codereview.chromium.org/11415154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169713 0039d316-1c4b-4281-b951-d872f2087c98
* Add guava and jsr-305 DEPS to third_party for Androidnyquist@chromium.org2012-11-271-0/+2
| | | | | | | | | | | This only adds the DEPS. They will be used to build jsr-305 and guava for Android. BUG=159873 Review URL: https://codereview.chromium.org/11412182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169693 0039d316-1c4b-4281-b951-d872f2087c98
* Remove mozc dependency.nona@chromium.org2012-11-261-1/+0
| | | | | | | | | | | BUG=129403 TEST=Manually done on lumpy TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/11415128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169420 0039d316-1c4b-4281-b951-d872f2087c98
* Add remoting/host/installer/linux/internal/ to .gitignore.derat@chromium.org2012-11-191-0/+1
| | | | | | | | | BUG=none TBR=lambroslambrou@chromium.org Review URL: https://codereview.chromium.org/11412081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168611 0039d316-1c4b-4281-b951-d872f2087c98
* Android WebView: allow for multiple target architectures.torne@chromium.org2012-11-191-2/+2
| | | | | | | | | | | | | | | | | | | The WebView will eventually need to be built for multiple target architectures. Prepare for this by passing --suffix .arm to gyp when generating the makefiles, and including an architecture-specific makefile at the top level. Also, remove the hardcoding of arm as the target architecture in envsetup.sh. The previous change I made to .gitignore to only ignore *.host.mk and *.target.mk instead of *.mk has been reverted in favour of just specifically un-ignoring files called Android.mk (which are handwritten). BUG= Review URL: https://codereview.chromium.org/11416036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168506 0039d316-1c4b-4281-b951-d872f2087c98
* Importing the USB IDs database into third_party.gdk@chromium.org2012-11-131-0/+1
| | | | | | | | | BUG=127302 Review URL: https://chromiumcodereview.appspot.com/11361159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167283 0039d316-1c4b-4281-b951-d872f2087c98
* Roll third_party/cacheinvalidation r221:r245kochi@chromium.org2012-10-311-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a retry of http://crrev.com/164259, reverted by http://crrev.com/164266 by failing checklicenses.py. The intention of this roll is to add 2 source types in proto (COSMO_CHANGELOG and CHROME_PUSH_MESSAGING) in r241, but also includes the v2 of the Android client library (r221:240). r241 had an Android build issue (a symbol "ANDROID" was defined as an enum member in proto, which was blown away by -DANDROID compiler option, introduced at r239), and r242 reverted it. r243 fixed the checklicenses.py issue by adding a proper license in src/example-app-build/generate_protos.sh. r244: Track changes from HEAD. In particular, ensure that all code builds against the open-sourced protocol buffers library. r245: Add missing TrickleState. BUG=150005, 157546 TEST=compile succeeds. Review URL: https://chromiumcodereview.appspot.com/11304005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165113 0039d316-1c4b-4281-b951-d872f2087c98
* Add /chrome/test/data/gpu/vt/ to .gitignore.derat@chromium.org2012-10-291-0/+1
| | | | | | | | | BUG=none TBR=kbr@chromium.org Review URL: https://codereview.chromium.org/11273083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164661 0039d316-1c4b-4281-b951-d872f2087c98
* Add /third_party/mtp/source/ to .gitignore.derat@chromium.org2012-10-241-0/+1
| | | | | | | | | BUG=none TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/11280003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163875 0039d316-1c4b-4281-b951-d872f2087c98
* Update .gitignore.tommi@chromium.org2012-10-241-3/+1
| | | | | | | TBR=grunell Review URL: https://codereview.chromium.org/11263006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163798 0039d316-1c4b-4281-b951-d872f2087c98
* Update .gitignore.tommi@chromium.org2012-10-221-0/+6
| | | | | | | TBR=nsylvain Review URL: https://codereview.chromium.org/11234028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163269 0039d316-1c4b-4281-b951-d872f2087c98
* Add /third_party/opus/src in .gitignoresergeyu@chromium.org2012-10-191-0/+1
| | | | | | Review URL: https://codereview.chromium.org/11226008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163060 0039d316-1c4b-4281-b951-d872f2087c98
* Add CrOS's dbus-c++ to Chromium Linux. This is needed to build mtpd.thestig@chromium.org2012-10-171-0/+1
| | | | | | | | BUG=151685 Review URL: https://chromiumcodereview.appspot.com/11148035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162373 0039d316-1c4b-4281-b951-d872f2087c98
* Update .gitignore with new path to cacheinvalidation repo.nyquist@chromium.org2012-10-161-0/+1
| | | | | | | | | | | | | | The third_party/cacheinvalidation repository is now being checked out to a new location. This updates the .gitignore file to acknowledge that fact. This should have been part of http://codereview.chromium.org/11085063/ BUG=154703 Review URL: https://chromiumcodereview.appspot.com/11154024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162105 0039d316-1c4b-4281-b951-d872f2087c98
* Add Widevine CDM plugin build files.ddorwin@chromium.org2012-10-061-1/+2
| | | | | | | | BUG=149772 Review URL: https://chromiumcodereview.appspot.com/10981012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160583 0039d316-1c4b-4281-b951-d872f2087c98
* Update svn:ignore and .gitignore.maruel@chromium.org2012-10-051-0/+2
| | | | | | | No code change. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160455 0039d316-1c4b-4281-b951-d872f2087c98
* Move src/tools/isolate to src/tools/swarm_client@159961 as a DEPS.maruel@chromium.org2012-10-041-0/+1
| | | | | | | | | | | src/tools/swarm_client is fetched from tools/swarm_client. TBR=csharp@chromium.org BUG= Review URL: https://codereview.chromium.org/11045023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160016 0039d316-1c4b-4281-b951-d872f2087c98
* Add a .gitignore for /webpagereplay_logs/.tonyg@chromium.org2012-10-031-0/+1
| | | | | | | | | | | This directory is created when a Web Page Replay based benchmark is run. BUG=None TEST=None Review URL: https://codereview.chromium.org/11060007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159907 0039d316-1c4b-4281-b951-d872f2087c98
* Add /ash/resources/google_wallpapers/ to .gitignore.derat@chromium.org2012-09-131-0/+1
| | | | | | | | | | BUG=none TEST=none TBR=saintlou@chromium.org Review URL: https://codereview.chromium.org/10914270 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156591 0039d316-1c4b-4281-b951-d872f2087c98
* Add include of internal-only file for official builds.joi@chromium.org2012-09-111-0/+1
| | | | | | | | | | | | | | Remove unused function, and add a few log messages. While I'm updating to match the internal change, add the relevant directory to .gitignore. BUG=145584 Review URL: https://chromiumcodereview.appspot.com/10916238 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156132 0039d316-1c4b-4281-b951-d872f2087c98
* Update Chromium gitignoreilevy@chromium.org2012-09-051-0/+2
| | | | | | | | | | | Adds two third_party directories. R=yfriedman@chromium.org,szager@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10914106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155009 0039d316-1c4b-4281-b951-d872f2087c98
* Veli's patch from http://codereview.chromium.org/10697086/.phoglund@chromium.org2012-09-041-0/+2
| | | | | | | | | | | | | I'm committing this since it seemed overkill to get Veli into the owner's file for a single patch (this is her last day as an intern). I will vouch for this patch and its future maintenance. This patch has already been approved by nirnimesh@ and thakis@. TBR=nirnimesh@chromium.org, thakis@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10911028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154836 0039d316-1c4b-4281-b951-d872f2087c98
* Add .classpath to gitignorejoth@chromium.org2012-09-011-0/+1
| | | | | | | | | | | Android eclipse users like to setup a classpath in the project root. BUG= Review URL: https://chromiumcodereview.appspot.com/10916037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154599 0039d316-1c4b-4281-b951-d872f2087c98
* Drop *.scons from gitignore.bradnelson@google.com2012-09-011-1/+0
| | | | | | | | | | | | | | | We no longer use the scons generator, but we do have a few static scons files at various places in the source tree. Dropping the ignore. BUG=None TEST=None R=nsylvain@chromium.org Review URL: https://chromiumcodereview.appspot.com/10912055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154560 0039d316-1c4b-4281-b951-d872f2087c98
* Make gitignore for *.mk more specific.torne@chromium.org2012-08-291-1/+2
| | | | | | | | | | | | | | Instead of ignoring *.mk, only ignore *.host.mk and *.target.mk, which is what the gyp-generated makefiles are actually called. The android port has a number of files called things like Android.mk which are hand-written, not autogenerated, and ignoring them causes them to be left out of commits by mistake sometimes. BUG= Review URL: https://chromiumcodereview.appspot.com/10882030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153897 0039d316-1c4b-4281-b951-d872f2087c98
* Use a different algorithm with the low entropy source for field trials.asvitkine@chromium.org2012-08-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new algorithm maps the original 13-bit low entropy source to a new 13-bit entropy value using a mapping that is shuffled using the trial name as a seed. The algorithm is roughly as follows: Take the low entropy source as an integer between 0-8191. Generate an identity mapping of size 8192 where mapping[i] == i. Seed a Mersenne Twister random number generator with the hash of the field trial name. Use the seeded random number generator to shuffle the mapping array. Map the low entropy source using the mapping array, i.e. entropy' = mapping[entropy]. Divide the resulting entropy' by 8192 to produce a double in the range of [0, 1) that will be used for bucketing in field_trial.cc. The above algorithm improves uniformity over the existing entropy provider when the 13-bit entropy source is used while still providing very little overlaps of buckets between different field trials. Adds third_party library mt19937ar, an implementation of Mersenne Twister, for the seeded random number generation. This is needed until C++11 becomes available for use in Chromium, at which point C++11's <random> could be used. BUG=143239 TEST=Unit tests. Additionally, verified that the new algorithm produces uniform results with very little overlap of buckets between different field trials. Review URL: https://chromiumcodereview.appspot.com/10830318 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153322 0039d316-1c4b-4281-b951-d872f2087c98
* git ignore /chrome/test/data/gpu/vectortown_endurance/gab@chromium.org2012-08-231-0/+1
| | | | | | | | | | | R=maruel@chromium.org NOTRY=True BUG=None Review URL: https://chromiumcodereview.appspot.com/10878029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153098 0039d316-1c4b-4281-b951-d872f2087c98
* Add /chrome/browser/google/linkdoctor_internal, which comes from src-internaltony@chromium.org2012-08-221-0/+1
| | | | | | | | | | | to .gitignore. BUG=143327 TBR=mmenke@chromium.org Review URL: https://chromiumcodereview.appspot.com/10879022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152838 0039d316-1c4b-4281-b951-d872f2087c98
* Import pywebsocket as third_party/pywebsockettoyoshim@chromium.org2012-08-211-0/+1
| | | | | | | | | | BUG=137639 TEST=none Review URL: https://chromiumcodereview.appspot.com/10857052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152485 0039d316-1c4b-4281-b951-d872f2087c98
* git ignore /chrome/test/data/plugin/ and /third_party/amd/gab@chromium.org2012-08-171-1/+3
| | | | | | | | | | | | NOTRY=True R=maruel@chromium.org BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10857004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152144 0039d316-1c4b-4281-b951-d872f2087c98
* [Chromoting] Avoid potential conflicts leading to pending reboots while ↵alexeypa@chromium.org2012-08-171-0/+1
| | | | | | | | | | | | | | | | | upgrading the me2me host: - Install the host binaries to versioned folders. - Drop references to the COM objects quickly. - Auto-generate CLSID of the daemon controller at GYP time. This makes sure that a freshly installed version of the controller will be launched after upgrade even if there is already running instance cached by RPCSS. This CL restores https://chromiumcodereview.appspot.com/10831037 (r148671) and https://chromiumcodereview.appspot.com/10837087 (r149866) previously reverted by r150494. Unlike the previous two CLs this one does not require GYP changes (that is changes to GYP itself, not .gyp files). BUG=137755 Review URL: https://chromiumcodereview.appspot.com/10828352 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152120 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/llvm-allocated-type in .gitignore.dmikurube@chromium.org2012-08-091-0/+1
| | | | | | | | | | | third_party/llvm-allocated-type is introduced at http://crrev.com/149572 (not in DEPS -- need to describe in .gclient). BUG=123758 Review URL: https://chromiumcodereview.appspot.com/10832200 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150729 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore GYP-generated files in src/remoting.alexeypa@google.com2012-08-031-0/+1
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10830172 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149963 0039d316-1c4b-4281-b951-d872f2087c98
* Implement a tool called link_limiter to impose a global restriction on how manyiannucci@chromium.org2012-08-031-0/+1
| | | | | | | | | | | | | | | | | | | | | occurances of link.exe and lib.exe can run concurrently. Python builder emits link_limiter.exe and lib_limiter.exe. Skeleton copied from supalink. Seems to behave as expected. Tested with max-concurrency=1 on my local machine. Run python script with the argument 'clean' to... well... clean up. R=cmp,nsylvain BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10826067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149911 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/libmtp/ to .gitignore.derat@chromium.org2012-08-011-0/+1
| | | | | | | | | | | | This was added to DEPS by r149485. BUG=none TEST=none TBR=thestig@chromium.org Review URL: https://chromiumcodereview.appspot.com/10825144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149526 0039d316-1c4b-4281-b951-d872f2087c98
* Added Pdf to git ignore file.vitalybuka@chromium.org2012-07-311-0/+1
| | | | | | | | | | BUG=none TEST=none NOTRY=TRUE Review URL: https://chromiumcodereview.appspot.com/10807038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149214 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak gitignore rules for third_party/mozcakalin@chromium.org2012-07-311-2/+1
| | | | | | | | | | This is to make 'git clean' a no-op. BUG= Review URL: https://chromiumcodereview.appspot.com/10837024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149211 0039d316-1c4b-4281-b951-d872f2087c98
* Change protoc build rule to not use cygwin bash.iannucci@chromium.org2012-07-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now protoc.exe will be directly invoked. This rolls cacheinvalidation from r218:r219 ------------------------------------------------------------------------ r219 | ghcooper@gmail.com | 2012-07-20 17:44:14 -0700 (Fri, 20 Jul 2012) | 1 line move protos out of v2/; use relative paths for proto imports ------------------------------------------------------------------------ This also rolls gyp from r1440:r1441 ------------------------------------------------------------------------ r1441 | iannucci@chromium.org | 2012-07-26 17:54:17 -0700 (Thu, 26 Jul 2012) | 8 lines Fix bug: non-cygwin actions incorrectly run options through _FixPath. This adds an additional heuristic to the existing one. Now if an option begins with either a '/' OR a '-', it assumes it's not a strict path. Added a TODO which notes that the existing (and new) behavior will miss options such as '--opt=a/posix/path', and '/opt:a/posix/path'. Review URL: https://chromiumcodereview.appspot.com/10829049 ------------------------------------------------------------------------ BUG=123026,113339 R=scottmg@chromium.org,cmp@chromium.org,nsylvain@chromium.org,jar@chromium.org,akalin@chromium.org,maruel@chromium.org TEST= Review URL: https://chromiumcodereview.appspot.com/10796051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149100 0039d316-1c4b-4281-b951-d872f2087c98
* Add bison, gperf, perl to .gitignorejaysoffian@gmail.com2012-07-271-0/+3
| | | | | | | | | | | | | These were added to DEPS by r147341 (Add native Windows tools for bison, gperf, perl to DEPS, 2012-07-18), but not to .gitignore. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10825055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148770 0039d316-1c4b-4281-b951-d872f2087c98