OLD | NEW |
1 # This file is automatically processed to create .DEPS.git which is the file | 1 # This file is automatically processed to create .DEPS.git which is the file |
2 # that gclient uses under git. | 2 # that gclient uses under git. |
3 # | 3 # |
4 # See http://code.google.com/p/chromium/wiki/UsingGit | 4 # See http://code.google.com/p/chromium/wiki/UsingGit |
5 # | 5 # |
6 # To test manually, run: | 6 # To test manually, run: |
7 # python tools/deps2git/deps2git.py -o .DEPS.git | 7 # python tools/deps2git/deps2git.py -o .DEPS.git |
8 # gclient runhooks | 8 # gclient runhooks |
9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by | 9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by |
10 # a bot when you modify this one. | 10 # a bot when you modify this one. |
11 # | 11 # |
12 # When adding a new dependency, please update the top-level .gitignore file | 12 # When adding a new dependency, please update the top-level .gitignore file |
13 # to list the dependency's destination directory. | 13 # to list the dependency's destination directory. |
14 | 14 |
15 vars = { | 15 vars = { |
16 # Use this googlecode_url variable only if there is an internal mirror for it. | 16 # Use this googlecode_url variable only if there is an internal mirror for it. |
17 # If you do not know, use the full path while defining your new deps entry. | 17 # If you do not know, use the full path while defining your new deps entry. |
18 "googlecode_url": "http://%s.googlecode.com/svn", | 18 "googlecode_url": "http://%s.googlecode.com/svn", |
19 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", | 19 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", |
20 "llvm_url": "http://llvm.org/svn/llvm-project", | |
21 "libcxx_revision": "196895", | |
22 "webkit_trunk": "http://src.chromium.org/blink/trunk", | 20 "webkit_trunk": "http://src.chromium.org/blink/trunk", |
23 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 21 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
24 "webkit_revision": "163831", | 22 "webkit_revision": "163831", |
25 "chromium_git": "https://chromium.googlesource.com", | 23 "chromium_git": "https://chromium.googlesource.com", |
26 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", | 24 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", |
27 "skia_git": "https://skia.googlesource.com", | 25 "skia_git": "https://skia.googlesource.com", |
28 "swig_revision": "230490", | 26 "swig_revision": "230490", |
29 "nacl_revision": "12523", | 27 "nacl_revision": "12523", |
30 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS | 28 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS |
31 # to update other nacl_*_revision's. | 29 # to update other nacl_*_revision's. |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 "src/third_party/safe_browsing/testing": | 105 "src/third_party/safe_browsing/testing": |
108 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112", | 106 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112", |
109 | 107 |
110 "src/third_party/cacheinvalidation/src": | 108 "src/third_party/cacheinvalidation/src": |
111 (Var("googlecode_url") % "google-cache-invalidation-api") + | 109 (Var("googlecode_url") % "google-cache-invalidation-api") + |
112 "/trunk/src@314", | 110 "/trunk/src@314", |
113 | 111 |
114 "src/third_party/leveldatabase/src": | 112 "src/third_party/leveldatabase/src": |
115 (Var("googlecode_url") % "leveldb") + "/trunk@78", | 113 (Var("googlecode_url") % "leveldb") + "/trunk@78", |
116 | 114 |
117 "src/third_party/libc++/include": | |
118 Var("llvm_url") + "/libcxx/trunk/include@" + Var("libcxx_revision"), | |
119 | |
120 "src/third_party/libc++/src": | |
121 Var("llvm_url") + "/libcxx/trunk/src@" + Var("libcxx_revision"), | |
122 | |
123 "src/third_party/libc++abi/include": | |
124 Var("llvm_url") + "/libcxxabi/trunk/include@" + Var("libcxx_revision"), | |
125 | |
126 "src/third_party/libc++abi/src": | |
127 Var("llvm_url") + "/libcxxabi/trunk/src@" + Var("libcxx_revision"), | |
128 | |
129 "src/third_party/snappy/src": | 115 "src/third_party/snappy/src": |
130 (Var("googlecode_url") % "snappy") + "/trunk@80", | 116 (Var("googlecode_url") % "snappy") + "/trunk@80", |
131 | 117 |
132 "src/tools/grit": | 118 "src/tools/grit": |
133 (Var("googlecode_url") % "grit-i18n") + "/trunk@140", | 119 (Var("googlecode_url") % "grit-i18n") + "/trunk@140", |
134 | 120 |
135 "src/tools/gyp": | 121 "src/tools/gyp": |
136 (Var("googlecode_url") % "gyp") + "/trunk@1806", | 122 (Var("googlecode_url") % "gyp") + "/trunk@1806", |
137 | 123 |
138 "src/tools/swarming_client": | 124 "src/tools/swarming_client": |
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
711 "pattern": ".", | 697 "pattern": ".", |
712 "action": ["python", "src/build/gyp_chromium"], | 698 "action": ["python", "src/build/gyp_chromium"], |
713 }, | 699 }, |
714 { | 700 { |
715 # Check for landmines (reasons to clobber the build). | 701 # Check for landmines (reasons to clobber the build). |
716 "name": "landmines", | 702 "name": "landmines", |
717 "pattern": ".", | 703 "pattern": ".", |
718 "action": ["python", "src/build/landmines.py"], | 704 "action": ["python", "src/build/landmines.py"], |
719 }, | 705 }, |
720 ] | 706 ] |
OLD | NEW |