Lines Matching refs:DEPS
21 1. Create DEPS file to pull in third party repositories.
22 1. Setup gitignore for directories pulled in from DEPS.
42 "deps_file" : "DEPS",
63 DEPS section in Building with Skia Tutorial
66 With the repo created we can go ahead and create our src/DEPS file. The DEPS
70 Create a src/DEPS file with the following:
85 There are two sections to the `DEPS` file at the moment, `vars` and `deps`.
107 Now, we've run into a problem. Skia itself has a `DEPS` file which defines the
119 "deps_file" : "DEPS",
127 "deps_file" : "DEPS",
138 through the `DEPS` file, but until then, this seems to work.
153 to the deps section of the `DEPS` file.
160 the time the `DEPS` file was written. You're probably safe to use the
161 tip-of-tree revision in your `DEPS` file). A quick `gclient sync` and we
280 with another entry in our DEPS file.
305 a pain. We can fix that by adding a `hooks` section to our `DEPS` file. The `hooks`
318 Adding the above to the end of DEPS and running gclient sync should show the