summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add /third_party/clang_format/script to gitignore.iannucci@chromium.org2014-05-071-0/+1
| | | | | | | | | | | This is currently a submodule. R=mmoss@chromium.org, szager@chromium.org BUG=366867 Review URL: https://codereview.chromium.org/273503003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268685 0039d316-1c4b-4281-b951-d872f2087c98
* Add .../extensions/api/ledger/ to .gitignore.derat@chromium.org2014-04-161-0/+2
| | | | | | | | | BUG=none TBR=rkc@chromium.org Review URL: https://codereview.chromium.org/239433005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264074 0039d316-1c4b-4281-b951-d872f2087c98
* Add xcworkspace to .gitignore.justincohen@chromium.org2014-04-151-0/+1
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/237683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263910 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the no-longer needed src/third_party/gold.mithro@mithis.com2014-04-131-1/+0
| | | | | | | | BUG=352046,362119 Review URL: https://codereview.chromium.org/232473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263550 0039d316-1c4b-4281-b951-d872f2087c98
* Split toolchain update and install lookup to make generation fasterscottmg@chromium.org2014-04-091-0/+1
| | | | | | | | | | | | | | | | | runhooks does toolchain update, saving relevant information to build/win_toolchain.json, and during generation this is loaded and used. This worked almost the same previously, however update was called at generation time and the .json was deleted after it was used. This speeds up generation time by a few seconds. (In preference to https://codereview.chromium.org/228093002/) R=dpranke@chromium.org BUG=360878 Review URL: https://codereview.chromium.org/226643011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262590 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed quality tests after PyAuto test purge.phoglund@chromium.org2014-04-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | All test resources and reference files have been moved to be handled by the webrtc.DEPS solution. The audio test used to find its files in the pyauto_private folder, which has been removed. Instead I've uploaded the files to the webrtc-resources bundle and put .sha1 files in the webrtc test data folder, which are processed by the webrtc.DEPS solution. The downloading of the files is only triggered if you have the WebRTC solution, so this should not burden people who do not want to run the tests. The reason for moving the files is that the tests are more healthy if they don't have to look for resources outside the chrome/test/data folder. I'm able to straighten out some hacks as a result. Also fixing an issue where https://codereview.chromium.org/222873002 removed the web socket handler for the video quality test. Depends on https://codereview.chromium.org/225263018. BUG=360033,359579 NOTRY=true Review URL: https://codereview.chromium.org/227633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262398 0039d316-1c4b-4281-b951-d872f2087c98
* Add tools/perf/internal to .gitignore .dpranke@chromium.org2014-04-041-0/+1
| | | | | | | | | | | | This needs to land in preparation for mapping internal perf tests from src-internal onto the main tree. R=tonyg@chromium.org, nduca@chromium.org, dtu@chromium.org BUG=345853 Review URL: https://codereview.chromium.org/225103003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261676 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Remove mtpd and related libraries from the build.thestig@chromium.org2014-04-021-3/+0
| | | | | | | | | | | Since bundling mtpd with Chrome is not feasible, I will spin off mtpd as its own project and try to get Linux distros to adopt it. BUG=221123 Review URL: https://codereview.chromium.org/220543003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261049 0039d316-1c4b-4281-b951-d872f2087c98
* Update .gitignore to exclude some gyp-generated msvs files.zturner@chromium.org2014-03-191-0/+24
| | | | | | | | | BUG=0 TBR=scottmg Review URL: https://codereview.chromium.org/205043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258055 0039d316-1c4b-4281-b951-d872f2087c98
* Remove gyp-generated makefiles from .gitignore.sbc@chromium.org2014-03-111-3/+0
| | | | | | | | | | | | | | | | Now that we no longer support the make generator we can remove these files from .gitignore which allows them to be cleaned up with git clean. Also, remove .ninja files, which should never be written outside the build directory. R=thakis@chromium.org BUG=348686 Review URL: https://codereview.chromium.org/183103008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256154 0039d316-1c4b-4281-b951-d872f2087c98
* Switch Quickoffice to new internal repodpolukhin@chromium.org2014-03-071-0/+1
| | | | | | | | | | | | | BUG=338855 TEST=manual NOTRY=true R=jhawkins@chromium.org, zork@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255380 Review URL: https://codereview.chromium.org/187983003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255659 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 255380 "Switch Quickoffice to new internal repo"dpolukhin@chromium.org2014-03-061-1/+0
| | | | | | | | | | | | | | | | | > Switch Quickoffice to new internal repo > > BUG=338855 > TEST=manual > NOTRY=true > R=jhawkins@chromium.org, zork@chromium.org > > Review URL: https://codereview.chromium.org/187983003 TBR=dpolukhin@chromium.org Review URL: https://codereview.chromium.org/183883032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255382 0039d316-1c4b-4281-b951-d872f2087c98
* Switch Quickoffice to new internal repodpolukhin@chromium.org2014-03-061-0/+1
| | | | | | | | | | | BUG=338855 TEST=manual NOTRY=true R=jhawkins@chromium.org, zork@chromium.org Review URL: https://codereview.chromium.org/187983003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255380 0039d316-1c4b-4281-b951-d872f2087c98
* Add widevine test directory to gitignore.newt@chromium.org2014-03-041-1/+1
| | | | | | | | NOTRY=true Review URL: https://codereview.chromium.org/187063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254874 0039d316-1c4b-4281-b951-d872f2087c98
* Add log from sync integration tests to .gitignore.dubroy@chromium.org2014-02-121-0/+1
| | | | | | | | | R=atwilson@chromium.org BUG=None Review URL: https://codereview.chromium.org/159753010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250756 0039d316-1c4b-4281-b951-d872f2087c98
* Add Google Cloud Storage support to the documentation AppEngine server using ↵mangini@chromium.org2014-02-121-0/+1
| | | | | | | | | | | | | | Cloud Storage official Python client library. With this CL, URL paths can be directly mapped to Cloud Storage buckets (http://developer.chrome.com/path/... -> gs://bucket/...) using content_storage.json configuration file. open-source-thrid-party-reviews@ team: this CL adds a third-party library to Chromium repo. The library will be used only in the documentation server and it is the official Google library to access Google Cloud Storage from a Google AppEngine application (docs server). BUG=338007 Review URL: https://codereview.chromium.org/139303023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250663 0039d316-1c4b-4281-b951-d872f2087c98
* Add v4l2capture to support webcam-based speed index in telemetryszym@chromium.org2014-02-031-0/+1
| | | | | | | | | | | v4l2capture is a python C extension to access Video4Linux camera devices. BUG=331450 Review URL: https://codereview.chromium.org/123743004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248546 0039d316-1c4b-4281-b951-d872f2087c98
* Add /chrome/test/media/license_server/widevine/ to .gitignore.viettrungluu@chromium.org2014-01-281-0/+1
| | | | | | | | | | | | (Otherwise this shows up in git status if you have a checkout with src-internal.) R=maruel@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/148733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247478 0039d316-1c4b-4281-b951-d872f2087c98
* Add eu-strips sha1hinoka@google.com2014-01-181-0/+1
| | | | | | | | | | BUG=335451 NOTRY=true R=iannucci@chromium.org, phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/136473016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245708 0039d316-1c4b-4281-b951-d872f2087c98
* Move third_party/html_office to chrome/browser/resources/pdfraymes@chromium.org2014-01-171-1/+1
| | | | | | | | | | | | | This moves third_party/html_office to chrome/browser/resources/pdf. Currently html_office is only used by the pdf component extension, it isn't third_party code and it's more difficult to use the code from it's current location. The repo is also still empty so this shouldn't result in a lot of dwarf files. BUG=303491 Review URL: https://codereview.chromium.org/131643003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245442 0039d316-1c4b-4281-b951-d872f2087c98
* Add libwebm in third_party.sergeyu@chromium.org2014-01-161-0/+1
| | | | | | | | | | | | | libwebm will be used by chromoting client to generate WebM stream for MediaSource API. BUG=321825 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245139 Review URL: https://codereview.chromium.org/134643003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245368 0039d316-1c4b-4281-b951-d872f2087c98
* Revert of https://codereview.chromium.org/133083002/raymes@chromium.org2014-01-141-2/+0
| | | | | | | | | | | | Reason for revert: nodejs binaries were removed in https://codereview.chromium.org/133033003 TBR=hinoka@chromium.org,sammc@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/137793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244660 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 244398 "Revert of https://codereview.chromium.org/111953007/"cmp@chromium.org2014-01-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | > Revert of https://codereview.chromium.org/111953007/ > Reason for revert: Broke Linux build in http://build.chromium.org/p/chromium/builders/Linux/builds/46507. > > TBR=thakis@chromium.org,ajwong@chromium.org,brettw@chromium.org,phajdan.jr@chromium.org,nick@chromium.org > NOTREECHECKS=true > NOTRY=true > BUG=240309 > > Review URL: https://codereview.chromium.org/135773002 The original patch didn't set props correctly. thakis landed a separate change to fix that. The revert of this revert in Rietveld failed at https://codereview.chromium.org/135773003/. TBR=cmp@chromium.org Review URL: https://codereview.chromium.org/135793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244400 0039d316-1c4b-4281-b951-d872f2087c98
* Revert of https://codereview.chromium.org/111953007/cmp@chromium.org2014-01-111-2/+0
| | | | | | | | | | | | | Reason for revert: Broke Linux build in http://build.chromium.org/p/chromium/builders/Linux/builds/46507. TBR=thakis@chromium.org,ajwong@chromium.org,brettw@chromium.org,phajdan.jr@chromium.org,nick@chromium.org NOTREECHECKS=true NOTRY=true BUG=240309 Review URL: https://codereview.chromium.org/135773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244398 0039d316-1c4b-4281-b951-d872f2087c98
* Add clang-format binaries and scripts for all platforms.nick@chromium.org2014-01-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | The binaries are hosted in Google storage, and pulled in via a runhook. Each included binary is roughly 1.1MB. The binaries referenced here were built from clang at revision 198831. On the wiki, I've started instructions for how to update the binaries in the future: https://code.google.com/p/chromium/wiki/UpdatingClangFormatBinaries Note that clang_format/scripts are copied here only as an expedience; once we have a proper mirror set up, we'll pull these via DEPS BUG=240309 TBR=brettw,phajdan.jr Review URL: https://codereview.chromium.org/111953007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244372 0039d316-1c4b-4281-b951-d872f2087c98
* Add libc++, libc++abi, and webgl/src to .gitignore.cmp@chromium.org2014-01-111-0/+3
| | | | | | | | BUG=333125 Review URL: https://codereview.chromium.org/131903003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244360 0039d316-1c4b-4281-b951-d872f2087c98
* Add fontconfig to linux DEPS for embedded builds (reland)spang@chromium.org2014-01-111-0/+1
| | | | | | | | | | | | | | | | We'll use this in-tree fontconfig when "embedded=1" is set in GYP_DEFINES. This was reverted pending license checker changes (landed as r127213003). Relanding with the following changes from the third_party HOWTO: - Added OWNERS file - Updated .gitignore BUG=318315 Review URL: https://codereview.chromium.org/133903005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244318 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/html_office to .gitignore.thestig@chromium.org2014-01-101-0/+1
| | | | | | | | BUG=333125 Review URL: https://codereview.chromium.org/132023007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244060 0039d316-1c4b-4281-b951-d872f2087c98
* Update .gitignore to ignore nodejs binaries.raymes@google.com2014-01-101-0/+2
| | | | | | | | R=sammc@chromium.org Review URL: https://codereview.chromium.org/133083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244047 0039d316-1c4b-4281-b951-d872f2087c98
* Stop pulling DEPS used only by Chrome Frame.grt@chromium.org2014-01-081-1/+0
| | | | | | | | BUG=316496 Review URL: https://codereview.chromium.org/126433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243569 0039d316-1c4b-4281-b951-d872f2087c98
* Stop building Chrome Frame.grt@chromium.org2014-01-061-3/+0
| | | | | | | | | BUG=316496 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/105473007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243119 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/brotli/src to .gitignore.ksakamoto@chromium.org2014-01-061-0/+1
| | | | | | | | | | BUG=330462 NOTRY=true TBR=thakis Review URL: https://codereview.chromium.org/124903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243062 0039d316-1c4b-4281-b951-d872f2087c98
* Add debian_wheezy_i386-sysroot to .gitignore.thestig@chromium.org2014-01-031-0/+1
| | | | | | | | | TBR=derat@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/117323009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242961 0039d316-1c4b-4281-b951-d872f2087c98
* Update Widevine CDM binary/symbol locations.xhwang@chromium.org2013-12-211-2/+4
| | | | | | | | BUG=328642 Review URL: https://codereview.chromium.org/99533005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242247 0039d316-1c4b-4281-b951-d872f2087c98
* Add debian_wheezy_amd64-sysroot to .gitignore.derat@chromium.org2013-12-201-0/+1
| | | | | | | | | BUG=none TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/106793011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242101 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of ui_cocoa_third_party_toolkits target from ui.gyptfarina@chromium.org2013-12-181-1/+1
| | | | | | | | | | | | | | | Instead we add a gyp file in third_party/google_toolbox_for_mac to build the sources from third_party/GTM. This is the third and last patch in this series. BUG=299841 TEST=None R=mark@chromium.org,ben@chromium.org TBR=ben Review URL: https://codereview.chromium.org/107933006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241471 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup the policy code after the recent moves into the component.joaodasilva@chromium.org2013-12-161-6/+0
| | | | | | | | | | | | | | | | - policy_transformations.cc is not needed anymore, since PolicyServiceImpl can now refer to the generated policies by name. - moved generate_policy_source_unittest.cc into the component. - removed stale .gitignore entries. BUG=271392 TBR=joaodasilva@chromium.org Review URL: https://codereview.chromium.org/113813003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240940 0039d316-1c4b-4281-b951-d872f2087c98
* Pull down webgl conformance tests from github mirror.zmo@chromium.org2013-12-051-1/+1
| | | | | | | | | | | | | | (reland after checklicences suppression in r238815) BUG=325505 TEST=gpu waterfall R=bajones@chromium.org, brettw@chromium.org, kbr@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=238758 Review URL: https://codereview.chromium.org/100413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238826 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 238758 "Pull down webgl conformance tests from github mir..."zmo@chromium.org2013-12-041-1/+1
| | | | | | | | | | | | | | | | | | Due to licence issues. Will investigate and reland later. > Pull down webgl conformance tests from github mirror. > > BUG=325505 > TEST=gpu waterfall > R=bajones@chromium.org, brettw@chromium.org, kbr@chromium.org > > Review URL: https://codereview.chromium.org/100413002 TBR=zmo@chromium.org Review URL: https://codereview.chromium.org/104723003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238786 0039d316-1c4b-4281-b951-d872f2087c98
* Pull down webgl conformance tests from github mirror.zmo@chromium.org2013-12-041-1/+1
| | | | | | | | | | BUG=325505 TEST=gpu waterfall R=bajones@chromium.org, brettw@chromium.org, kbr@chromium.org Review URL: https://codereview.chromium.org/100413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238758 0039d316-1c4b-4281-b951-d872f2087c98
* Add GPU pixel test reference image directories to .gitignoreskyostil@chromium.org2013-12-041-0/+2
| | | | | | | | | | | This is needed to avoid clobbering the reference images during a gclient revert. NOTRY=true Review URL: https://codereview.chromium.org/94093004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238714 0039d316-1c4b-4281-b951-d872f2087c98
* Cached timestamps for toolchain update scriptscottmg@chromium.org2013-12-021-0/+1
| | | | | | | | | | | | | When cached timestamps are available, and toolchain is up-to-date, reduces the runtime to ~.2s. R=maruel@chromium.org TBR=cpu@chromium.org BUG=323300 Review URL: https://codereview.chromium.org/95983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238217 0039d316-1c4b-4281-b951-d872f2087c98
* .gitignore mojo .xml files generated by VS2010 gyp.gab@chromium.org2013-11-281-0/+4
| | | | | | | | NOTRY=True Review URL: https://codereview.chromium.org/95283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237832 0039d316-1c4b-4281-b951-d872f2087c98
* Auto-updating script for Windows toolchainscottmg@chromium.org2013-11-261-0/+1
| | | | | | | | | | | | | | | Updates third_party/win_toolchain to pull down a toolchain based on SHA1. The intention is that this will be a DEPS hook once it's ready for more broad usage and the rest of infrastructure is ready. R=maruel@chromium.org TBR=cpu@chromium.org BUG=323300 Review URL: https://codereview.chromium.org/70493006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237369 0039d316-1c4b-4281-b951-d872f2087c98
* Add /skia/tools/clusterfuzz-data/ to .gitignore.derat@chromium.org2013-11-201-0/+1
| | | | | | | | | BUG=none TBR=mmoss@chromium.org Review URL: https://codereview.chromium.org/79413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236271 0039d316-1c4b-4281-b951-d872f2087c98
* Add ANGLE's new repository to DEPS.geofflang@chromium.org2013-11-201-0/+1
| | | | | | | | BUG=319527 Review URL: https://codereview.chromium.org/59823009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236117 0039d316-1c4b-4281-b951-d872f2087c98
* Add /tools/metrics/histograms/histograms.before.pretty-print.xml to .gitignoregab@chromium.org2013-11-131-0/+1
| | | | | | | | | NOTRY=True BUG=Running pretty_print.py leaves an untracked file in the repo. Review URL: https://codereview.chromium.org/66333017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234907 0039d316-1c4b-4281-b951-d872f2087c98
* Added checkstyle configuration file.apiccion@chromium.org2013-11-131-0/+1
| | | | | | | | | | | | | * Added checkstyle configuration file. Checkstyle checks Java code against our style guide. It integrates with Eclipse/Eclim or can be run as a standalone script. (See http://checkstyle.sourceforge.net/) BUG=318404 Review URL: https://codereview.chromium.org/68333003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234774 0039d316-1c4b-4281-b951-d872f2087c98
* Add content/content_unittests_run.xml and google_apis/gcm/gcm.xml to .gitignoregab@chromium.org2013-11-111-0/+2
| | | | | | | | | | | These files are added when gyp generating files for VS2010. R=maruel@chromium.org NOTRY=True Review URL: https://codereview.chromium.org/69043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234238 0039d316-1c4b-4281-b951-d872f2087c98
* [rac] Add libaddressinput dependencyrouslan@chromium.org2013-11-091-0/+1
| | | | | | | | | | | | | This patch adds a dependency for the testdata/ and cpp/ directory in libaddressinput repository. The library will live in: - src/third_party/libaddressinput/cpp - src/third_party/libaddressinput/testdata BUG=247202 Review URL: https://codereview.chromium.org/24538003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234085 0039d316-1c4b-4281-b951-d872f2087c98