summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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