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", | |
20 "webkit_trunk": "http://src.chromium.org/blink/trunk", | 21 "webkit_trunk": "http://src.chromium.org/blink/trunk", |
21 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 22 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
22 "webkit_revision": "163292", | 23 "webkit_revision": "163292", |
23 "chromium_git": "https://chromium.googlesource.com", | 24 "chromium_git": "https://chromium.googlesource.com", |
24 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", | 25 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", |
25 "skia_git": "https://skia.googlesource.com", | 26 "skia_git": "https://skia.googlesource.com", |
26 "swig_revision": "230490", | 27 "swig_revision": "230490", |
27 "nacl_revision": "12497", | 28 "nacl_revision": "12497", |
28 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS | 29 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS |
29 # to update other nacl_*_revision's. | 30 # to update other nacl_*_revision's. |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
105 "src/third_party/safe_browsing/testing": | 106 "src/third_party/safe_browsing/testing": |
106 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112", | 107 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112", |
107 | 108 |
108 "src/third_party/cacheinvalidation/src": | 109 "src/third_party/cacheinvalidation/src": |
109 (Var("googlecode_url") % "google-cache-invalidation-api") + | 110 (Var("googlecode_url") % "google-cache-invalidation-api") + |
110 "/trunk/src@314", | 111 "/trunk/src@314", |
111 | 112 |
112 "src/third_party/leveldatabase/src": | 113 "src/third_party/leveldatabase/src": |
113 (Var("googlecode_url") % "leveldb") + "/trunk@77", | 114 (Var("googlecode_url") % "leveldb") + "/trunk@77", |
114 | 115 |
116 "src/third_party/libc++/trunk": | |
117 Var("llvm_url") + "/libcxx/trunk", | |
Alexander Potapenko
2013/12/09 13:52:56
We must pin fixed versions of libc++ and libc++abi
alextaran1
2013/12/10 13:49:30
Done.
| |
118 | |
119 "src/third_party/libc++abi/trunk": | |
120 Var("llvm_url") + "/libcxxabi/trunk", | |
121 | |
115 "src/third_party/snappy/src": | 122 "src/third_party/snappy/src": |
116 (Var("googlecode_url") % "snappy") + "/trunk@80", | 123 (Var("googlecode_url") % "snappy") + "/trunk@80", |
117 | 124 |
118 "src/tools/grit": | 125 "src/tools/grit": |
119 (Var("googlecode_url") % "grit-i18n") + "/trunk@140", | 126 (Var("googlecode_url") % "grit-i18n") + "/trunk@140", |
120 | 127 |
121 "src/tools/gyp": | 128 "src/tools/gyp": |
122 (Var("googlecode_url") % "gyp") + "/trunk@1806", | 129 (Var("googlecode_url") % "gyp") + "/trunk@1806", |
123 | 130 |
124 "src/tools/swarming_client": | 131 "src/tools/swarming_client": |
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
693 "pattern": ".", | 700 "pattern": ".", |
694 "action": ["python", "src/build/gyp_chromium"], | 701 "action": ["python", "src/build/gyp_chromium"], |
695 }, | 702 }, |
696 { | 703 { |
697 # Check for landmines (reasons to clobber the build). | 704 # Check for landmines (reasons to clobber the build). |
698 "name": "landmines", | 705 "name": "landmines", |
699 "pattern": ".", | 706 "pattern": ".", |
700 "action": ["python", "src/build/landmines.py"], | 707 "action": ["python", "src/build/landmines.py"], |
701 }, | 708 }, |
702 ] | 709 ] |
OLD | NEW |