summaryrefslogtreecommitdiffstats
path: root/webkit/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* npruntime_util.h in webkit/glue should use the absolute path to npruntime.hjorlow@chromium.org2009-07-251-2/+0
| | | | | | | | | | | | rather than the "bindings/npruntime.h" that we must use in the WebKit API code. Change this back and revert the DEPS file change that allowed it to happen. BUG=none TEST=none Review URL: http://codereview.chromium.org/160140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21617 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude bindings/npruntime.h from the DEPS check. Based on include files, ↵jorlow@chromium.org2009-07-241-0/+2
| | | | | | | | | | | | | we end up including the version from third_party/npapi/ but it's left ambiguous because we want WebKit to stand alone. I'm not sure if adding this exception is the right thing, so Darin definitely should review. TBR=darin BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21520 0039d316-1c4b-4281-b951-d872f2087c98
* Hook up test_shell with the new FTP implementation. On Windowswtc@chromium.org2009-06-251-0/+1
| | | | | | | | | | | | | | | | this is enabled by the --new-ftp command-line switch. On Mac and Linux this is always enabled. Fix some cpplint nits. Remove the obsolete "net/http/http_network_layer.h" inclusion. R=darin BUG=http://crbug.com/4965 TEST=none Review URL: http://codereview.chromium.org/147061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19202 0039d316-1c4b-4281-b951-d872f2087c98
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-0/+1
| | | | | | Review URL: http://codereview.chromium.org/144009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18985 0039d316-1c4b-4281-b951-d872f2087c98
* Add "api" to the webkit\ deps ignore list.nsylvain@chromium.org2009-05-111-0/+1
| | | | | | Review URL: http://codereview.chromium.org/113191 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15745 0039d316-1c4b-4281-b951-d872f2087c98
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-0/+1
| | | | | | | | the headers too. Review URL: http://codereview.chromium.org/21472 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10167 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the dependency checker tool. Rules for a directory did modify their ↵stoyan@chromium.org2009-02-051-0/+7
| | | | | | | | | | directory parent rules. Using copy.copy() solves the problem.Additional fix when "allow-current-directory" rules was not applied if DEPS file is missing. Updated few DEPS file with reasonable rules. To prevent tree closing other dependencies are added. These need to be either legitimated or dependency removed. Review URL: http://codereview.chromium.org/21025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9221 0039d316-1c4b-4281-b951-d872f2087c98
* Skip 'port' when checking webkit deps because it'stc@google.com2008-10-171-2/+2
| | | | | | | in the webkit style and does not include full paths. Review URL: http://codereview.chromium.org/7616 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3518 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the check deps to allow npruntime related headers.tc@google.com2008-10-171-1/+7
| | | | | | | TBR=pkasting Review URL: http://codereview.chromium.org/7613 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3515 0039d316-1c4b-4281-b951-d872f2087c98
* fix line endings for evandarin@chromium.org2008-10-151-6/+6
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3438 0039d316-1c4b-4281-b951-d872f2087c98
* Disable deps checking on webkit/port since that directory doesn't follow the ↵darin@chromium.org2008-10-151-1/+1
| | | | | | | | | google include paths style rule. TBR=brettw Review URL: http://codereview.chromium.org/7378 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3436 0039d316-1c4b-4281-b951-d872f2087c98
* Fix check deps bustage. It is valid to #include "bindings/npruntime.h"darin@chromium.org2008-10-151-0/+1
| | | | | | | | TBR=brettw Review URL: http://codereview.chromium.org/6609 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3435 0039d316-1c4b-4281-b951-d872f2087c98
* Don't check deps for webkit/pending. This isn't useful and may break ↵brettw@google.com2008-10-011-0/+1
| | | | | | | | arbitrarily. Review URL: http://codereview.chromium.org/5650 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2779 0039d316-1c4b-4281-b951-d872f2087c98
* Move subdirectory skipping from being in the DEPS file of the directory to ↵brettw@google.com2008-08-261-0/+4
skip and instead have in in the parent. This allows us to pull third-party sources or external repositories and not have to make them add a DEPS file for our deps checker. BUG=1342686 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1358 0039d316-1c4b-4281-b951-d872f2087c98