Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / libyuv / DEPS
1 vars = {
2   "libyuv_trunk" : "https://libyuv.googlecode.com/svn/trunk",
3
4   # Override root_dir in your .gclient's custom_vars to specify a custom root
5   # folder name.
6   "root_dir": "trunk",
7   "extra_gyp_flag": "-Dextra_gyp_flag=0",
8
9   # Roll the Chromium Git hash to pick up newer versions of all the
10   # dependencies and tools linked to in setup_links.py.
11   "chromium_revision": "2d714fae183152299b3cbf0056eab5fe8bb75e87",
12 }
13
14 hooks = [
15   {
16     # Clone chromium and its deps.
17     "name": "sync chromium",
18     "pattern": ".",
19     "action": ["python", "-u", Var("root_dir") + "/sync_chromium.py",
20                "--target-revision", Var("chromium_revision")],
21   },
22   {
23     # Create links to shared dependencies in Chromium.
24     "name": "setup_links",
25     "pattern": ".",
26     "action": ["python", Var("root_dir") + "/setup_links.py"],
27   },
28   {
29     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
30     "pattern": ".",
31     "action": ["python", Var("root_dir") + "/gyp_libyuv"],
32   },
33 ]