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. |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 "/trunk/deps/third_party/hunspell@206172", | 109 "/trunk/deps/third_party/hunspell@206172", |
110 | 110 |
111 "src/third_party/hunspell_dictionaries": | 111 "src/third_party/hunspell_dictionaries": |
112 "/trunk/deps/third_party/hunspell_dictionaries@193701", | 112 "/trunk/deps/third_party/hunspell_dictionaries@193701", |
113 | 113 |
114 "src/third_party/safe_browsing/testing": | 114 "src/third_party/safe_browsing/testing": |
115 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112", | 115 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112", |
116 | 116 |
117 "src/third_party/cacheinvalidation/src": | 117 "src/third_party/cacheinvalidation/src": |
118 (Var("googlecode_url") % "google-cache-invalidation-api") + | 118 (Var("googlecode_url") % "google-cache-invalidation-api") + |
119 "/trunk/src@321", | 119 "/trunk/src@330", |
120 | 120 |
121 "src/third_party/leveldatabase/src": | 121 "src/third_party/leveldatabase/src": |
122 (Var("googlecode_url") % "leveldb") + "/trunk@79", | 122 (Var("googlecode_url") % "leveldb") + "/trunk@79", |
123 | 123 |
124 "src/third_party/libc++/trunk": | 124 "src/third_party/libc++/trunk": |
125 Var("llvm_url") + "/libcxx/trunk@" + Var("libcxx_revision"), | 125 Var("llvm_url") + "/libcxx/trunk@" + Var("libcxx_revision"), |
126 | 126 |
127 "src/third_party/libc++abi/trunk": | 127 "src/third_party/libc++abi/trunk": |
128 Var("llvm_url") + "/libcxxabi/trunk@" + Var("libcxxabi_revision"), | 128 Var("llvm_url") + "/libcxxabi/trunk@" + Var("libcxxabi_revision"), |
129 | 129 |
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
752 "-s", "src/build/linux/bin/eu-strip.sha1", | 752 "-s", "src/build/linux/bin/eu-strip.sha1", |
753 ], | 753 ], |
754 }, | 754 }, |
755 { | 755 { |
756 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 756 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
757 "name": "gyp", | 757 "name": "gyp", |
758 "pattern": ".", | 758 "pattern": ".", |
759 "action": ["python", "src/build/gyp_chromium"], | 759 "action": ["python", "src/build/gyp_chromium"], |
760 }, | 760 }, |
761 ] | 761 ] |
OLD | NEW |