summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add /third_party/webdriver/python/selenium to .gitignore.fischman@chromium.org2011-11-091-0/+1
| | | | | | | | | | TBR=kkania@chromium.org BUG=none TEST=git status no longer reports untracked dir Review URL: http://codereview.chromium.org/8505035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109304 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome/browser/protector/internal to .gitignore.derat@chromium.org2011-11-081-0/+1
| | | | | | | | | | BUG=none TEST=ran 'git status' TBR=avayvod Review URL: http://codereview.chromium.org/8495023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109066 0039d316-1c4b-4281-b951-d872f2087c98
* Update .gitignore for third_party/webdriver.joi@chromium.org2011-11-071-1/+1
| | | | | | | | | | | Add third_party/webdriver/pylib to .gitignore. Remove previous path, third_party/webdriver/python. TBR=kkania@chromium.org BUG=none Review URL: http://codereview.chromium.org/8479029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108856 0039d316-1c4b-4281-b951-d872f2087c98
* Add paths for remoting deps to .gitignore.derat@chromium.org2011-11-031-0/+2
| | | | | | | | | | BUG=none TEST=ran "git status"; no longer see directories i didn't change TBR=dmaclach Review URL: http://codereview.chromium.org/8450020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108581 0039d316-1c4b-4281-b951-d872f2087c98
* Update .gitignore to ignore libyuvrsleevi@chromium.org2011-11-031-0/+1
| | | | | | | | | | BUG=none TBR=ronghuawu@chromium.org Review URL: http://codereview.chromium.org/8438066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108432 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/jsoncpp/source to .gitignore.derat@chromium.org2011-10-241-0/+1
| | | | | | | | | | BUG=none TEST=git status TBR=ronghuawu Review URL: http://codereview.chromium.org/8383015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106970 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome/test/data/perf/frame_rate/private to .gitignore.derat@chromium.org2011-10-211-0/+1
| | | | | | | | | | BUG=none TEST=git status TBR=junov Review URL: http://codereview.chromium.org/8366025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106648 0039d316-1c4b-4281-b951-d872f2087c98
* Removing grit from Chrome repo, and bringing it back in from itsjoi@chromium.org2011-09-231-1/+1
| | | | | | | | | | | now-separate open source project via DEPS. BUG=97420 TEST=existing Review URL: http://codereview.chromium.org/7994005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102483 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 102428 - Add a backwards compatibility unittest.dgarrett@chromium.org2011-09-231-1/+0
| | | | | | | | | | | | | | | This is a resubmit of CL 7915007. BUG=None TEST=New Unittest Review URL: http://codereview.chromium.org/7976035 TBR=dgarrett@chromium.org Review URL: http://codereview.chromium.org/7972027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102434 0039d316-1c4b-4281-b951-d872f2087c98
* Add a backwards compatibility unittest.dgarrett@chromium.org2011-09-231-0/+1
| | | | | | | | | | | | This is a resubmit of CL 7915007. BUG=None TEST=New Unittest Review URL: http://codereview.chromium.org/7976035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102428 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 101606 - Add a basic backwards compatibility unittest.rlp@chromium.org2011-09-171-1/+0
| | | | | | | | | | | | | | | | | | This verifies we can still apply old patches, but does not verify that old clients can apply new patches. That seems important, but I'm not sure how to do it without storing old client binaries in version control. BUG=None TEST=New Unittest Review URL: http://codereview.chromium.org/7915007 TBR=dgarrett@chromium.org Review URL: http://codereview.chromium.org/7930003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101617 0039d316-1c4b-4281-b951-d872f2087c98
* Add a basic backwards compatibility unittest.dgarrett@chromium.org2011-09-171-0/+1
| | | | | | | | | | | | | | | This verifies we can still apply old patches, but does not verify that old clients can apply new patches. That seems important, but I'm not sure how to do it without storing old client binaries in version control. BUG=None TEST=New Unittest Review URL: http://codereview.chromium.org/7915007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101606 0039d316-1c4b-4281-b951-d872f2087c98
* Update .gitignore for third_party/smhasher.avi@chromium.org2011-09-091-0/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7796004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100440 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/mozc to .gitignore.torne@chromium.org2011-09-061-0/+1
| | | | | | | | This is a new third party DEPS entry, so git can ignore it. Review URL: http://codereview.chromium.org/7833036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99720 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome/browser/spellchecker/internal to .gitignore.derat@chromium.org2011-09-021-0/+1
| | | | | | | | | | BUG=none TEST=ran "git status" TBR=morrita@chromium.org Review URL: http://codereview.chromium.org/7779013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99449 0039d316-1c4b-4281-b951-d872f2087c98
* Add ASAN to .gitignore.wez@chromium.org2011-08-231-0/+1
| | | | | | | | | | BUG= TEST=If ASAN has been added to the .gclient entries & fetched, git status should not list third_party/asan. Review URL: http://codereview.chromium.org/7686020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97908 0039d316-1c4b-4281-b951-d872f2087c98
* Move chromium-specific files from leveldb's repository to chromium, stage 2.dgrogan@chromium.org2011-08-161-0/+1
| | | | | | | | | | | | | | | | | | | Stages: 1. Remove chromium files from leveldb repo. [Done] 2. Put chromium leveldb files in third_party/leveldatabase and leveldb in third_party/leveldatabase/src. Update leveldb references in chrome to use third_party/leveldatabase/src instead of third_party/leveldb. Leave third_party/leveldb so it can be referred to by WebCore.gyp. 3. Change third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp to use third_party/leveldatabase. 4. Delete third_party/leveldb Eventually: 5. Rename third_party/leveldatabase back to third_party/leveldb We can't avoid the leveldb-checkout duplication by just changing third_party/leveldb from an unversioned to a versioned directory. Doing so would break everyone's gclient sync update. BUG=89378 TEST=indexeddb layout and browser tests Review URL: http://codereview.chromium.org/7522008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96915 0039d316-1c4b-4281-b951-d872f2087c98
* Pull system_api.git.satorux@chromium.org2011-08-151-0/+1
| | | | | | | | | | | | system_api.git will be used to share constants and definitions between Chrome and Chrome OS. BUG=chromium-os:19054 TEST=confirm that third_party/cros and third_party/system_api are pulled Review URL: http://codereview.chromium.org/7633078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96857 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore automatically-generated Chrome OS test files.derat@chromium.org2011-08-151-0/+2
| | | | | | | | | | BUG=none TEST=ran "git status" after building tests TBR=evan@chromium.org Review URL: http://codereview.chromium.org/7652001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96839 0039d316-1c4b-4281-b951-d872f2087c98
* Add /third_party/v8-i18n and /third_party/syzygy/binaries to .gitignorekushi.p@gmail.com2011-08-151-0/+2
| | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/7646011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96745 0039d316-1c4b-4281-b951-d872f2087c98
* Provide ability for WebUIBrowserTests to run asynchronous tests.scr@chromium.org2011-08-121-0/+1
| | | | | | | | | | BUG=91737 R=mmenke@chromium.org,dtseng@chromium.org TEST=browser_tests --gtest_filter=WebUIBrowserAsyncTest.* Review URL: http://codereview.chromium.org/7576024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96620 0039d316-1c4b-4281-b951-d872f2087c98
* ninja: remove ninja droppings from .gitignoreevan@chromium.org2011-08-111-2/+0
| | | | | | | | | Ninja now puts all build files under out/, which is already in gitignore. Review URL: http://codereview.chromium.org/7587010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96412 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore gyp-mac-tool generated by Mac make buildkushi.p@gmail.com2011-08-091-0/+1
| | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/7599023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96036 0039d316-1c4b-4281-b951-d872f2087c98
* Use content from trunk/deps for frame rate tests.jrt@chromium.org2011-07-261-0/+1
| | | | | | | | | | | | | After r93671, all frame rate test content is located in trunk/deps/frame_rate/content. Now it maps to src/chrome/test/data/perf/frame_rate/content and all references are updated accordingly. See: http://codereview.chromium.org/7461031/ Review URL: http://codereview.chromium.org/7467030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94022 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore sfntly.avi@chromium.org2011-07-251-0/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7484067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93880 0039d316-1c4b-4281-b951-d872f2087c98
* FTP: use an unmodified and more recent version of pyftpdlib fetched via DEPSphajdan.jr@chromium.org2011-07-221-0/+1
| | | | | | | | | | | This will make it much easier to update pyftpdlib and might help with FTP test flakiness. BUG=none Review URL: http://codereview.chromium.org/7492015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93702 0039d316-1c4b-4281-b951-d872f2087c98
* Moved WebGL repository to third_party.jrt@chromium.org2011-07-211-1/+1
| | | | | | | | | | | | | According the the 3rd-party Chromium policy, all external libraries should be in a third_party directory. All WebGL repository references now point to src/third_party/webgl_conformance. Source: http://www.chromium.org/developers/adding-3rd-party-libraries Review URL: http://codereview.chromium.org/7473003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93339 0039d316-1c4b-4281-b951-d872f2087c98
* Added WebGL conformance tests to GPU tests.jrt@chromium.org2011-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Once we pass all conformance tests (not there yet), we can track which change broke conformity. Mirrored the WebGL conformance tests in /trunk/deps/third_party/webgl (r91578). Imported the files to /trunk/src/chrome/test/data/gpu/webgl_conformance, using DEPS. Also, added the new directory to .gitignore. Each conformance test runs as a separate gtest under WebGLConformanceTests and OSMesa is always disabled. Currently, there are 151 tests and the suite requires approximately 11 minutes. The test declarations are located in a separate files because they are produced by a script (which I will include in a later CL). WebGL tests: http://www.khronos.org/webgl/wiki/Testing/Conformance Related issue: http://code.google.com/p/chromium/issues/detail?id=88125 TEST=gpu_tests --gtest_filter=WebGLConformanceTests.* Review URL: http://codereview.chromium.org/7312015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92155 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 89626 - Support automatic javascript test registry in gtest when ↵scr@chromium.org2011-06-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | creating WebUI tests. The goal was to support something as simple as the following, where the tests in the javascript files would be 1st class GTESTs, supporting FLAKY_, DISABLED_, etc, and registered at linker_initialization time. WEB_UI_BROWSER_TEST_JS(WebUIBrowserTest, TestJSPass, FILE_PATH_LITERAL("sample_passing.js")) { ui_test_utils::NavigateToURL(browser(), GURL(chrome::kChromeUIDownloadsURL)); } This solution ended up being fairly fragile, and I ended up with a script to parse javascript (with the help of v8_shell) and generate an includable ...-inl.h file with the following for every test in the .js file specified in the |rules| section of tools/js2webui.py IN_PROC_BROWSER_TEST_F(WebUIBrowserTestPass, testHelper) { AddLibrary(FilePath(FILE_PATH_LITERAL("sample_pass.js"))); ASSERT_TRUE(RunJavascriptTest("testHelper")); } http://www.chromium.org/Home/domui-testing BUG=82437 R=estade@chromium.org,jhawkins@chromium.org TEST=browser_tests --gtest_filter=WebUIBrowserTest* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=89453 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=89605 Review URL: http://codereview.chromium.org/7087014 TBR=scr@chromium.org Review URL: http://codereview.chromium.org/7204022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89627 0039d316-1c4b-4281-b951-d872f2087c98