Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Side by Side Diff: DEPS

Issue 7744036: Add webdriver py bindings to functional.DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/test/functional.DEPS/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 vars = { 1 vars = {
2 # Use this googlecode_url variable only if there is an internal mirror for it. 2 # Use this googlecode_url variable only if there is an internal mirror for it.
3 # If you do not know, use the full path while defining your new deps entry. 3 # If you do not know, use the full path while defining your new deps entry.
4 "googlecode_url": "http://%s.googlecode.com/svn", 4 "googlecode_url": "http://%s.googlecode.com/svn",
5 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 5 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
6 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 6 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
7 "webkit_revision": "93781", 7 "webkit_revision": "93781",
8 "chromium_git": "http://git.chromium.org/git", 8 "chromium_git": "http://git.chromium.org/git",
9 "swig_revision": "69281", 9 "swig_revision": "69281",
10 "nacl_revision": "6539", 10 "nacl_revision": "6539",
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/filesystem": 217 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/filesystem":
218 Var("webkit_trunk") + "/LayoutTests/http/tests/filesystem@" + 218 Var("webkit_trunk") + "/LayoutTests/http/tests/filesystem@" +
219 Var("webkit_revision"), 219 Var("webkit_revision"),
220 220
221 "src/third_party/swig/Lib": 221 "src/third_party/swig/Lib":
222 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), 222 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
223 223
224 # WebDriver keeps client and test code separate, and merges when the 224 # WebDriver keeps client and test code separate, and merges when the
225 # python egg is installed. We run tests directly from src, so import 225 # python egg is installed. We run tests directly from src, so import
226 # the code into the structure expected by the tests. 226 # the code into the structure expected by the tests.
227 # Make sure you update chrome/test/functional.DEPS/DEPS too.
227 "src/third_party/webdriver/python/selenium": 228 "src/third_party/webdriver/python/selenium":
228 "http://selenium.googlecode.com/svn/trunk/py/selenium@13487", 229 "http://selenium.googlecode.com/svn/trunk/py/selenium@13487",
229 "src/third_party/webdriver/python/selenium/test": 230 "src/third_party/webdriver/python/selenium/test":
230 "http://selenium.googlecode.com/svn/trunk/py/test@13487", 231 "http://selenium.googlecode.com/svn/trunk/py/test@13487",
231 232
232 "src/third_party/libvpx": 233 "src/third_party/libvpx":
233 "/trunk/deps/third_party/libvpx@" + 234 "/trunk/deps/third_party/libvpx@" +
234 Var("libvpx_revision"), 235 Var("libvpx_revision"),
235 236
236 "src/third_party/ffmpeg": 237 "src/third_party/ffmpeg":
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 "--file-hash", "linux_x86_newlib", 416 "--file-hash", "linux_x86_newlib",
416 Var("nacl_toolchain_linux_x86_newlib_hash"), 417 Var("nacl_toolchain_linux_x86_newlib_hash"),
417 ], 418 ],
418 }, 419 },
419 { 420 {
420 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 421 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
421 "pattern": ".", 422 "pattern": ".",
422 "action": ["python", "src/build/gyp_chromium"], 423 "action": ["python", "src/build/gyp_chromium"],
423 }, 424 },
424 ] 425 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/test/functional.DEPS/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698