summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix third-party license information for a number of projectssteveblock@chromium.org2012-07-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | Also fix a couple of bugs in the license tool. - When scanning, ignore directories that don't contain any files, on the assumption that these are DEPS directories for projects not used by our current configuration. - Don't recurse into directories in ADDITIONAL_PATHS, just as we don't for regular third_party/foo directories. Notes - License file for third_party/mozc was taken from source header. - LICENSE.chromium_os was copied from Chromium OS source tree. This fixes 'licenses.py scan' for an Android checkout. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10829042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148693 0039d316-1c4b-4281-b951-d872f2087c98
* Remove stale chrome/test/data/plugin from .gitignore.derat@chromium.org2012-07-241-1/+0
| | | | | | | | | | | | Can be removed after r27037 in src-internal, per jam@. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10796102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148181 0039d316-1c4b-4281-b951-d872f2087c98
* Add content/test/data/plugin/ to .gitignore.derat@chromium.org2012-07-231-0/+1
| | | | | | | | | | BUG=none TEST=ran "git status" TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10805077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147991 0039d316-1c4b-4281-b951-d872f2087c98
* Add seccomp-legacy dir to .gitignoreakalin@chromium.org2012-07-181-1/+2
| | | | | | | | | | | | | Also tweak .gitignore entry for content/test/data/layout_tests (so that 'git clean' becomes a no-op). BUG= TEST= TBR=jln@chromium.org,derat@chromium.org Review URL: https://chromiumcodereview.appspot.com/10805014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147301 0039d316-1c4b-4281-b951-d872f2087c98
* Git ignore eclipse .settings/ in root directoryjamescook@chromium.org2012-07-121-1/+2
| | | | | | | | | | | This was in .gitignore but had a typo. BUG=none TEST=Type git status, should not see ".settings/" as untracked Review URL: https://chromiumcodereview.appspot.com/10704194 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146436 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome/app/theme/default_{1,2}00_percent/ to .gitignoreakalin@chromium.org2012-07-031-0/+2
| | | | | | | | | | | | Was added by r134372. BUG= TEST= TBR=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/10692070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145257 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/cros to .gitignoreakalin@chromium.org2012-06-271-0/+1
| | | | | | | | | | BUG= TEST= TBR=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/10704010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144527 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Stop checking out Libcroshashimoto@chromium.org2012-06-251-1/+0
| | | | | | | | | | BUG=127051 TEST=git try -c -b linux_chromeos,cros_x86 Review URL: https://chromiumcodereview.appspot.com/10621002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143873 0039d316-1c4b-4281-b951-d872f2087c98
* Add rlz/OWNERS, remove rlz from .gitignorethakis@chromium.org2012-06-221-1/+0
| | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10636014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143698 0039d316-1c4b-4281-b951-d872f2087c98
* Reland 142154: Adds libexif gyp file to third_party to handle image metadata.kmadhusu@chromium.org2012-06-181-0/+1
| | | | | | | | | | | | | | | libexif source files are added to deps/third_party/libexif(r141967). This change doesn't make us use the library yet, that will be the next step. This is a no-op change from the point of view of the build. Please find the previous review comments at http://codereview.chromium.org/10391195. BUG=none TEST=none TBR=thestig@chromium.org Review URL: https://chromiumcodereview.appspot.com/10562037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142799 0039d316-1c4b-4281-b951-d872f2087c98
* Remove pywebsocket special entry from licenses.pytoyoshim@chromium.org2012-06-181-1/+0
| | | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10536166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142676 0039d316-1c4b-4281-b951-d872f2087c98
* Adding chrome/supplement.gypi to .gitignore to enable better use of it.dominich@chromium.org2012-06-141-0/+1
| | | | | | | | | | See http://code.google.com/p/gyp/issues/detail?id=195#c3 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10544147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142158 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 142154 - Adds libexif gyp file to third_party to handle image metadata.kmadhusu@chromium.org2012-06-141-1/+0
| | | | | | | | | | | | | | libexif source files are added to deps/third_party/libexif(r141967). This change doesn't make us use the library yet, that will be the next step. This is a no-op change from the point of view of the build. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10391195 TBR=kmadhusu@chromium.org Review URL: https://chromiumcodereview.appspot.com/10539162 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142157 0039d316-1c4b-4281-b951-d872f2087c98
* Adds libexif gyp file to third_party to handle image metadata.kmadhusu@chromium.org2012-06-141-0/+1
| | | | | | | | | | | libexif source files are added to deps/third_party/libexif(r141967). This change doesn't make us use the library yet, that will be the next step. This is a no-op change from the point of view of the build. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10391195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142154 0039d316-1c4b-4281-b951-d872f2087c98
* Add trace-viewer to third party and redirect about:tracing to that ↵nduca@chromium.org2012-06-121-0/+1
| | | | | | | | implementation. Review URL: https://chromiumcodereview.appspot.com/10546068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141695 0039d316-1c4b-4281-b951-d872f2087c98
* git ignore /chrome/browser/performance_monitor/performance_monitor.xmlgab@chromium.org2012-06-061-0/+1
| | | | | | | | | | | | | R=maruel@chromium.org NOTRY=TRUE BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10536028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140767 0039d316-1c4b-4281-b951-d872f2087c98
* git ignore third_party/libphonenumber/libphonenumber_without_metadata.xmlgab@chromium.org2012-06-011-0/+1
| | | | | | | | | | | | | R=maruel@chromium.org NOTRY=TRUE BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10459064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139955 0039d316-1c4b-4281-b951-d872f2087c98
* git ignore *_proto.xml and remove global ignore now that IntDir bug in ↵gab@chromium.org2012-05-281-16/+1
| | | | | | | | | | | | | | | VS2010 was fixed. R=maruel@chromium.org NOTRY=TRUE BUG=119528 TEST=Clean `git status`. Review URL: https://chromiumcodereview.appspot.com/10454043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139249 0039d316-1c4b-4281-b951-d872f2087c98
* Added .gitignore for .settings/ for any other eclipse usersdmurph@chromium.org2012-05-251-0/+1
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10449036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139146 0039d316-1c4b-4281-b951-d872f2087c98
* git ignore third_party/webpagereplay/gab@chromium.org2012-05-141-0/+1
| | | | | | | | | | | | | R=maruel@chromium.org NOTRY=true BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10388121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136952 0039d316-1c4b-4281-b951-d872f2087c98
* Update .gitignore for media test data.dalecurtis@chromium.org2012-05-111-0/+2
| | | | | | | | | | BUG=none TEST=git status/git clean show a clean tree. Review URL: https://chromiumcodereview.appspot.com/10310128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136694 0039d316-1c4b-4281-b951-d872f2087c98
* git ignore chrome/variations_seed_proto.xmlgab@chromium.org2012-05-111-1/+2
| | | | | | | | | | BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10389093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136564 0039d316-1c4b-4281-b951-d872f2087c98
* git ignore .svn and chrome/setup_unittests.xmlgab@chromium.org2012-05-071-0/+1
| | | | | | | | | | BUG=None TEST=No more untracked files in fresh checkout+build Review URL: http://codereview.chromium.org/10384018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135671 0039d316-1c4b-4281-b951-d872f2087c98
* Remove support folder from public repo. Move support dependency to a ↵robertshield@chromium.org2012-05-071-0/+1
| | | | | | | | | | | conditional block. BUG=125725 TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10387005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135643 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Gyp revision from r1361 to r1362mseaborn@chromium.org2012-05-071-0/+1
| | | | | | | | | | | | | | | This pulls in: r1362: MSVS 2008: Fix to ensure that actions are re-run when the command changes This change creates *.gypcmd files next to *.vcproj files, so I am adding "*.gypcmd" to the .gitignore file. BUG=http://code.google.com/p/gyp/issues/detail?id=262 TEST=build Review URL: https://chromiumcodereview.appspot.com/10383027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135608 0039d316-1c4b-4281-b951-d872f2087c98
* Update svn:ignore and .gitignore.maruel@chromium.org2012-05-041-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135382 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a unittest to verify that the code signing job will be able to unpack ↵alexeypa@chromium.org2012-05-031-0/+1
| | | | | | | | and re-assemble the Chromoting host installation. Review URL: http://codereview.chromium.org/10352018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135217 0039d316-1c4b-4281-b951-d872f2087c98
* git ignore chrome/gdata_proto.xmlgab@chromium.org2012-04-271-0/+1
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/10187017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134299 0039d316-1c4b-4281-b951-d872f2087c98
* More gitignores and fix typogab@chromium.org2012-04-191-1/+3
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/10116045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132943 0039d316-1c4b-4281-b951-d872f2087c98
* GIT ingores for the metro stuffcpu@chromium.org2012-04-091-0/+2
| | | | | | | | | | BUG=none TEST=none TBR=nsylvain. Review URL: https://chromiumcodereview.appspot.com/9960047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131449 0039d316-1c4b-4281-b951-d872f2087c98
* third_party/wix is a separate repository. It should go to .gitignore.alexeypa@chromium.org2012-04-051-0/+1
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10009009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130930 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore untracked files caused by bug #119528gab@chromium.org2012-03-261-8/+6
| | | | | | | | | | | | | | | chrome/x64 and chrome/ipch were missing from .gitignore (while they shouldn't be created in the first place, they are because of bug #119528) Adding .gitignore entries for every solution building in the wrong place is not viable in the long run (especially that it's only temporary for this bug). When the bug is fixed, we should remove these entries. BUG=119528 TEST= Review URL: http://codereview.chromium.org/9857023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129027 0039d316-1c4b-4281-b951-d872f2087c98
* Add content/test/data/layout_tests/LayoutTests to .gitignorederat@chromium.org2012-03-231-0/+1
| | | | | | | | | | BUG=none TEST=ran "git status" TBR=dgrogan Review URL: https://chromiumcodereview.appspot.com/9837055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128554 0039d316-1c4b-4281-b951-d872f2087c98
* WiX installation script for me2me host.alexeypa@chromium.org2012-03-231-0/+1
| | | | | | Review URL: http://codereview.chromium.org/9732020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128366 0039d316-1c4b-4281-b951-d872f2087c98
* Generating version information for remoting binaries the same way Chrome ↵alexeypa@chromium.org2012-03-211-0/+1
| | | | | | | | does it. Review URL: https://chromiumcodereview.appspot.com/9801005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128073 0039d316-1c4b-4281-b951-d872f2087c98
* Add deps2git and internal intents dir to .gitignore.derat@chromium.org2012-03-201-0/+2
| | | | | | | | | | BUG=none TEST=ran 'git status' TBR=groby,xusydoc Review URL: http://codereview.chromium.org/9753016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127806 0039d316-1c4b-4281-b951-d872f2087c98
* Update gitignore to correctly report status of folder from different repo.saintlou@chromium.org2012-03-161-0/+1
| | | | | | | | | | TBR=sky@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9706105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127178 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore untracked files on Windowsgab@chromium.org2012-03-141-4/+46
| | | | | | | | | | | | | Some untracked files were created in a clean repo build on Windows. NOTRY=true BUG= TEST=No untracked files left after building all.sln on Windows 7 (VS20120) Review URL: http://codereview.chromium.org/9700026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126724 0039d316-1c4b-4281-b951-d872f2087c98
* Pull canvas_bench via DEPSalokp@chromium.org2012-02-221-0/+1
| | | | | | Review URL: https://chromiumcodereview.appspot.com/9423019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123043 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore directories added with Android DEPSjrg@chromium.org2012-02-181-0/+2
| | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/9355025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122688 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/gold to .gitignoreakalin@chromium.org2012-02-061-0/+1
| | | | | | | | | BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9335004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120605 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/undoview to .gitignoresteveblock@chromium.org2012-02-011-0/+1
| | | | | | | | | | | This directory is now pulled in via DEPS. BUG=111334 Review URL: http://codereview.chromium.org/9316030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120060 0039d316-1c4b-4281-b951-d872f2087c98
* Instead of always running the LASTCHANGE extractor, run it with regular file ↵scottmg@google.com2012-01-311-0/+1
| | | | | | | | | | | | | | dependencies. During gclient runhooks, update LASTCHANGE so that it will be updated at least as often as runhooks is run (i.e. for every sync). LASTCHANGE moved to build/util rather than SHARED_INTERMEDIATE_DIR because that directory isn't known to runhooks. BUG=111731 Review URL: https://chromiumcodereview.appspot.com/9169105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119950 0039d316-1c4b-4281-b951-d872f2087c98
* Update libsrtp path in .gitignore.derat@chromium.org2012-01-291-3/+1
| | | | | | | | | | | BUG=none TEST=ran "git status" TBR=mallinath Review URL: http://codereview.chromium.org/9298047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119636 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Get rid of a dependency to profile-guided optimization data.satorux@chromium.org2012-01-061-2/+0
| | | | | | | | | | | | | | | | | The PGO data repository is as large as 116MB, thus not desirable to pull unconditionally for developers. Instead, we'll pull the dependency from chromeos-chrome ebuild file, until we come up with a better solution to manage PGO data, not only for Chrome OS, but also for other platforms. BUG=108090 TEST=none. chrome builds without the data anyway. Review URL: http://codereview.chromium.org/9113029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116608 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome/test/data/perf/private/ to .gitignore.derat@chromium.org2012-01-051-0/+1
| | | | | | | | | | BUG=none TEST=ran "git status" TBR=jbates Review URL: http://codereview.chromium.org/9113031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116589 0039d316-1c4b-4281-b951-d872f2087c98
* gitignore: Ignore /profile.derat@chromium.org2011-12-291-0/+2
| | | | | | | | | | | | | This directory started getting checked out for Chrome OS builds after r115851 went in. BUG=none TEST=ran "git status" TBR=asharif Review URL: http://codereview.chromium.org/9034020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115965 0039d316-1c4b-4281-b951-d872f2087c98
* Add /third_party/libphonenumber/src to .gitignore.derat@chromium.org2011-12-011-0/+1
| | | | | | | | | | BUG=none TEST=git status TBR=isherman@chromium.org Review URL: http://codereview.chromium.org/8772012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112530 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/pymox/src to .gitignore.derat@chromium.org2011-11-281-0/+1
| | | | | | | | | | BUG=none TEST=ran "git status" TBR=bradnelson Review URL: http://codereview.chromium.org/8659023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111809 0039d316-1c4b-4281-b951-d872f2087c98
* Add browser/resources/software_rendering_list to .gitignore.derat@chromium.org2011-11-141-0/+1
| | | | | | | | | | | | Also fix a typo in a DEPS comment. BUG=none TEST=ran "git status" TBR=zmo Review URL: http://codereview.chromium.org/8528039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109950 0039d316-1c4b-4281-b951-d872f2087c98