summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add liblouis to third_party.plundblad@chromium.org2013-11-091-0/+1
| | | | | | | | | | | | | liblouis is a braille translation library that is used inside the ChromeVox extension, where it is included as a native client binary. This adjust the lincense check scripts for the headers used in this library. BUG=303795,316353 Review URL: https://codereview.chromium.org/35683004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234051 0039d316-1c4b-4281-b951-d872f2087c98
* Use swarming_client instead of swarm_client.maruel@chromium.org2013-10-311-1/+1
| | | | | | | | | | | | | Modify all the references to use src/tools/swarming_client/. The build scripts already support both. R=csharp@chromium.org, torne@chromium.org BUG= Review URL: https://codereview.chromium.org/29993003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232104 0039d316-1c4b-4281-b951-d872f2087c98
* Pull gn binary.brettw@chromium.org2013-10-281-0/+3
| | | | | | | | | | | This pulls the Windows and Linux binaries down from Google storage on sync. These aren't hooked up to anything yet, and Mac will come later. BUG= R=hinoka@google.com Review URL: https://codereview.chromium.org/31083008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231440 0039d316-1c4b-4281-b951-d872f2087c98
* android: Use a separate SDK for the emulator again.raphael.kubo.da.costa@intel.com2013-10-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Although sharing the SDK with the one downloaded into src/third_party/android_tools allowed us to avoid having to keep another 660MB SDK around, there were several downsides: o It downloaded ARMv7 and x86 system images into the git repository in src/third_party/android_tools, potentially confusing users who did not have the new directories in their .gitignore. o Messages in avd.py and usage of the emulator could lead users to update the SDK checked into android_tools/, causing build problems and a lot of confusion. o The ARMv7 and x86 system images could end up being out of sync with the SDK in android_tools/. o The SDK in android_tools/ might be older than the one we used to download separately. The new solution is to revert large parts of r222121 and r223003 but not completely: instead of downloading the SDK into a directory that is two levels above the top-level src/ (there is no guarantee it is writable, for example), the emulator SDK is now downloaded into src/android_emulator_sdk/, which has also been added to .gitignore to avoid confusion. Additionally, we build upon r222612 and install a newer version of the SDK that works with version 18 of the Android API. R=peter@chromium.org,navabi@chromium.org,bulach@chromium.org BUG=304129 Review URL: https://codereview.chromium.org/25675010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227121 0039d316-1c4b-4281-b951-d872f2087c98
* Update .gitignore.tommi@chromium.org2013-10-021-1/+0
| | | | | | | TBR=juberti@chromium.org BUG=298300 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226436 0039d316-1c4b-4281-b951-d872f2087c98
* Added chrome/browser/internal to .gitignore.engedy@chromium.org2013-09-271-0/+1
| | | | | | | | | BUG=None NOTRY=True Review URL: https://codereview.chromium.org/23522039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225778 0039d316-1c4b-4281-b951-d872f2087c98
* Add media/cdm/ppapi/api to .gitignore.tony@chromium.org2013-09-251-0/+1
| | | | | | | | | | Looks like this was added to DEPS in r216826. TBR=dalecurtis@chromium.org Review URL: https://codereview.chromium.org/24489004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225205 0039d316-1c4b-4281-b951-d872f2087c98
* Add mini_installer_tests_run.xml and variations.xml to .gitignore.gab@chromium.org2013-09-191-5/+7
| | | | | | | | | | | | | | These files are generated as part of VS2010 project file generations by GYP; many similar xml files are already in .gitignore. Also fix some ordering issues accumulated overtime in this file. R=maruel@chromium.org BUG=None NOTRY=True Review URL: https://chromiumcodereview.appspot.com/23431037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224033 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/android_tools_internal/ to .gitignorexhwang@chromium.org2013-09-131-0/+1
| | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/23767010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222921 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome/browser/resources/settings_internal to .gitignorederat@chromium.org2013-09-061-0/+1
| | | | | | | | | BUG=none TBR=stip@chromium.org Review URL: https://codereview.chromium.org/23601022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221730 0039d316-1c4b-4281-b951-d872f2087c98
* Move the directory of CLD2hajimehoshi@chromium.org2013-09-021-0/+1
| | | | | | | | | | | | | | To put the file README.chromium, OWNERS and so on, we need to move the directory of the third-party library. We cannot assure that it is safe to move from 'third_party/cld2' to 'third_party/cld2/src', so we adopted the new path 'third_party/cld_2'. See: https://codereview.chromium.org/23301019/ Note: the newer revision (r74) of CLD2 is specified because the newer version includes some security fixes. BUG=240647 Review URL: https://chromiumcodereview.appspot.com/23449011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220832 0039d316-1c4b-4281-b951-d872f2087c98
* Remove references to third_party/angle.alokp@chromium.org2013-08-201-1/+0
| | | | | | | | | | It has been moved to third_party/angle_dx11. BUG= Review URL: https://chromiumcodereview.appspot.com/23190005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218395 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r217535 "Move swarm_client to swarming_client."maruel@chromium.org2013-08-141-1/+1
| | | | | | | | | | | | | | The CL itself is fine but the Try Server didn't gather "got_swarming_client_revision" build property correctly, causing swarm_triggered to use an improper swarm_client checkout. r217535 can be reapplied once the TS is fixed. No other issue was observed. TBR=vadimsh@chromium.org BUG= Review URL: https://codereview.chromium.org/22978003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217538 0039d316-1c4b-4281-b951-d872f2087c98
* Move swarm_client to swarming_client.maruel@chromium.org2013-08-141-1/+1
| | | | | | | | | | | | | | | This involves fixing up all the calling side. It now fetched from a clone of code.google.com/p/swarming.client instead of chrome/trunk/tools/swarm_client. Always fetch from https://chromium.googlesource.com since it has much higher reliability. TBR=vadimsh@chromium.org BUG= NOTRY=true Review URL: https://codereview.chromium.org/20457002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217535 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert 215542 "[Telemetry] Add HTML output and make it the default.""tonyg@chromium.org2013-08-061-0/+1
| | | | | | | | | | | | | | This reverts commit c5a53d831e281f10c8ab56ea991ca91bc286c6eb. This is the same as the initial patch, except the bootstrap deps have been updated to fix cros. BUG=264695 TBR=kochi@chromium.org Review URL: https://codereview.chromium.org/22325006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215946 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 215542 "[Telemetry] Add HTML output and make it the default."kochi@chromium.org2013-08-051-1/+0
| | | | | | | | | | | | | | | | | | | This looks like causing chromium os package build breakage (for autotest-chrome and autotest-tests-ownershipapi). > [Telemetry] Add HTML output and make it the default. > > This is based on Blink's run-perf-tests HTML output. > > BUG=264695 > > Review URL: https://chromiumcodereview.appspot.com/20565003 TBR=tonyg@chromium.org Review URL: https://codereview.chromium.org/21668004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215573 0039d316-1c4b-4281-b951-d872f2087c98
* [Telemetry] Add HTML output and make it the default.tonyg@chromium.org2013-08-041-0/+1
| | | | | | | | | | This is based on Blink's run-perf-tests HTML output. BUG=264695 Review URL: https://chromiumcodereview.appspot.com/20565003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215542 0039d316-1c4b-4281-b951-d872f2087c98
* Added .xml files generated by GYP for msvs to .gitignore.alexeypa@chromium.org2013-08-011-0/+7
| | | | | | | | | | | | | | | | | | | Files: - chrome/chrome_run.xml - chrome/chrome_user32_delay_imports.xml - chrome/interactive_ui_tests_run.xml - media/media_asm.xml - net/net_unittests_run.xml - remoting/remoting_core_resources.xml - remoting/remoting_host_messages.xml TBR because it is a comment-only CL. TBR=sergeyu@chromium.org Review URL: https://codereview.chromium.org/21582003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215062 0039d316-1c4b-4281-b951-d872f2087c98
* ash: Rename default wallpaper images.derat@chromium.org2013-07-181-2/+0
| | | | | | | | | | | | | This renames ash's default wallpaper images (which had "gradient" in their name despite not being gradients) and removes old references in .gitignore to the now-unused google_wallpapers dependency. BUG=248764 Review URL: https://chromiumcodereview.appspot.com/19683004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212294 0039d316-1c4b-4281-b951-d872f2087c98
* Add angle_dx11 to .gitignore.torne@chromium.org2013-06-241-0/+1
| | | | | | | | | | | | Add alongside the previous angle repo as we have switched back and forth a couple of times and I'm not sure if it's going to stick yet :) BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/17589017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208223 0039d316-1c4b-4281-b951-d872f2087c98
* Add polymer.min.js to third_partybshe@chromium.org2013-06-201-0/+1
| | | | | | | | | | | polymer.min.js will be used by chrome virtual keyboard. BUG=242539 R=dannyb@google.com Review URL: https://codereview.chromium.org/15701021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207299 0039d316-1c4b-4281-b951-d872f2087c98
* Add new subproject to .gitignore.torne@chromium.org2013-06-121-0/+1
| | | | | | | | | | | third_party/mesa/src was added to DEPS in r204765; add to .gitignore. BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/15821015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205749 0039d316-1c4b-4281-b951-d872f2087c98
* Move Linux RPM and DEB packaging files to public repophajdan.jr@chromium.org2013-06-051-1/+1
| | | | | | | | | | | This will make things more maintainable, not requiring separate DEPS rolls etc. BUG=246404 R=mmoss@google.com, thestig@chromium.org Review URL: https://codereview.chromium.org/16226025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204340 0039d316-1c4b-4281-b951-d872f2087c98
* Fix .gitignore for /webkit/renderer/media/crypto/ppapi/cdm due to r203248.scherkus@chromium.org2013-06-051-1/+1
| | | | | | | | R=jamesr@chromium.org Review URL: https://codereview.chromium.org/16034006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204332 0039d316-1c4b-4281-b951-d872f2087c98
* Add owners file for sfntly.vandebo@chromium.org2013-06-031-1/+1
| | | | | | | | | NOTRY=true BUG=NONE Review URL: https://chromiumcodereview.appspot.com/16057017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203773 0039d316-1c4b-4281-b951-d872f2087c98
* Generate and use LASTCHANGE for blinkmnaganov@chromium.org2013-05-311-1/+1
| | | | | | | | | | | | | | | | | The main reason for making this change is the fact that when pulling Chromium and Blink code into Android, we have to make automatic changes to the repository (for example, for generating *.mk files), and the Blink commit we have as HEAD doesn't match any public commit in the main Blink repo. While via the LASTCHANGE file we could report a publicly visible revision. Also, the way webkit_version.h header is generated now appears to be silly. First, it doesn't leverage enough existing tools. Second, as it is noted in webkit_user_agent.gypi, it is broken for incremental builds. Review URL: https://chromiumcodereview.appspot.com/14973005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203387 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/usrsctp/usrsctplib to .gitignoreakalin@chromium.org2013-05-081-0/+1
| | | | | | | | | BUG=238870 TBR=ldixon@google.com Review URL: https://codereview.chromium.org/14651018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199011 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore build/gomacc.lock.skaslev@chromium.org2013-04-291-0/+1
| | | | | | | | NOTRY=true Review URL: https://chromiumcodereview.appspot.com/14383007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197083 0039d316-1c4b-4281-b951-d872f2087c98
* Update .gitignore with build directories on Windows.jam@chromium.org2013-04-261-0/+2
| | | | | | | | original change:https://codereview.chromium.org/14094002/ Review URL: https://codereview.chromium.org/14484004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196814 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/openmax_dl/ to .gitignore.derat@chromium.org2013-04-011-0/+1
| | | | | | | | | | BUG=none TBR=rtoy@chromium.org Review URL: https://chromiumcodereview.appspot.com/13133007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191585 0039d316-1c4b-4281-b951-d872f2087c98
* Adding more GYP-generated files to .gitignore.alexeypa@chromium.org2013-03-221-0/+8
| | | | | | | | TBR=garykac@chromium.org Review URL: https://codereview.chromium.org/12893026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189905 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/{chromite,pyelftools} to .gitignore.derat@chromium.org2013-03-201-0/+2
| | | | | | | | | | | Otherwise people accidentally commit them locally. Not fun. BUG=none TBR=rcui@chromium.org Review URL: https://codereview.chromium.org/12678017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189460 0039d316-1c4b-4281-b951-d872f2087c98
* Add more autogenerated Chrome OS test files to .gitignore.derat@chromium.org2013-03-141-0/+2
| | | | | | | | | BUG=none TBR=zelidrag@chromium.org Review URL: https://codereview.chromium.org/12526013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188098 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a bunch of XML files generated by GYP and third_party/tsan to .gitignorealexeypa@chromium.org2013-03-071-10/+20
| | | | | | | | TBR=garykac@chromium.org Review URL: https://codereview.chromium.org/12616005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186740 0039d316-1c4b-4281-b951-d872f2087c98
* gitignore added vim session and cscope files.apiccion@chromium.org2013-03-011-0/+2
| | | | | | | | | | BUG= NOTRY=TRUE Review URL: https://chromiumcodereview.appspot.com/12393013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185591 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor the ATL module code to accomodate the coming RDP changes.alexeypa@chromium.org2013-03-011-2/+2
| | | | | | | | | | | | | | | | Changes in this CL: - The list of COM classes served by the process explicitly specified. This way a different set of classes can be served depending on the entry point used. - Renamed the type library to ChromotingLib as it will contain other classes as well. - The ATL module class runs Chromium message loop allowing tasks to be posted to it. - The main mesage loop is wrapped into AutoThreadTaskRunner as an aid to implementing asynchronous shutdown code. - The COM process exits as soon as the last COM object it serves released. BUG=137696 Review URL: https://chromiumcodereview.appspot.com/12326164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185453 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure .RC file including elevated_controller.tlb is rebuilt every time ↵alexeypa@chromium.org2013-03-011-0/+1
| | | | | | | | | | | | .TLB is updated. Also cleaned up an unnecessary use of Cygwin while generating elevated_controller.idl. BUG=178633 Review URL: https://codereview.chromium.org/12378014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185389 0039d316-1c4b-4281-b951-d872f2087c98
* Add the ability to build a full version of Freetype via gyp thatdpranke@chromium.org2013-02-211-0/+1
| | | | | | | | | | | | | | | | | | | matches the configuration shipped as part of Ubuntu Lucid. We will link this into DumpRenderTree on Linux so that we can match the pixel results in layout tests regardless of which platform we're actually running on; this will allow us to build and run w/o a chroot in most cases. Even with this patch, there are still a couple of layout_tests that fail, I believe due to versions in the fonts themselves, but that needs more investigation. R=tony@chromium.org BUG=https://bugs.webkit.org/show_bug.cgi?id=107338 Review URL: https://chromiumcodereview.appspot.com/12254028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183694 0039d316-1c4b-4281-b951-d872f2087c98
* Adding remoting/remoting_controller_idl.xml (generated by GYP) to .gitignore.alexeypa@chromium.org2013-02-201-0/+1
| | | | | | | | TBR=sergeyu@chromium.org Review URL: https://codereview.chromium.org/12328011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183573 0039d316-1c4b-4281-b951-d872f2087c98
* 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