Lines Matching refs:gclient

10   * [gclient](https://code.google.com/p/gclient/)
20 1. Configure and sync using gclient.
24 1. Setup GYP auto-run when gclient sync is executed.
26 gclient setup
32 With the remote repo created, we create a .gclient configuration file. The
33 gclient config command will write the file for us:
35 $ gclient config --name=src https://bitbucket.org/dj2/usingskia.git
52 out. This is done by running gclient sync. There is a bit of magic that
53 gclient does around the url to determine if the repo is SVN or GIT. I've found
57 $ gclient sync
67 file is used by gclient to checkout the dependent repositories of our
98 Once done, we can use gclient to checkout our dependencies.
100 $ gclient sync
105 it's being managed by gclient.
111 The way I found around that is to add a second solution to the `.gclient`
112 file. This solution tells gclient about Skia and will pull in the needed
113 dependencies. I edited my `.gclient` file (created by the `gclient config`
137 revision number in the `.gclient` file. I'm hoping to find a way to do this
140 With that done, re-run `gclient sync` and you should see a whole lot more
161 tip-of-tree revision in your `DEPS` file). A quick `gclient sync` and we
286 Here we using the `File()` function of `gclient` to specify that we're checking
287 out an individual file. Running `gclient sync` should pull the necessary file
306 section lets you list a set of hooks to execute after `gclient` has finished the
318 Adding the above to the end of DEPS and running gclient sync should show the