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

Side by Side Diff: chrome/test/functional.DEPS/DEPS

Issue 10820008: Add content/test/data to functional.DEPS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 2
3 deps = { 3 deps = {
4 'src/chrome/test/data': '/trunk/src/chrome/test/data', 4 'src/chrome/test/data': '/trunk/src/chrome/test/data',
5 'src/chrome/test/functional': '/trunk/src/chrome/test/functional', 5 'src/chrome/test/functional': '/trunk/src/chrome/test/functional',
6 'src/chrome/test/pyautolib': '/trunk/src/chrome/test/pyautolib', 6 'src/chrome/test/pyautolib': '/trunk/src/chrome/test/pyautolib',
7 'src/content/test/data': '/trunk/src/content/test/data',
7 'src/net/data/ssl/certificates': '/trunk/src/net/data/ssl/certificates', 8 'src/net/data/ssl/certificates': '/trunk/src/net/data/ssl/certificates',
8 'src/net/tools/testserver': '/trunk/src/net/tools/testserver', 9 'src/net/tools/testserver': '/trunk/src/net/tools/testserver',
9 'src/third_party/pyftpdlib/src': 'http://pyftpdlib.googlecode.com/svn/trunk', 10 'src/third_party/pyftpdlib/src': 'http://pyftpdlib.googlecode.com/svn/trunk',
10 'src/third_party/simplejson': '/trunk/src/third_party/simplejson', 11 'src/third_party/simplejson': '/trunk/src/third_party/simplejson',
11 'src/third_party/tlslite': '/trunk/src/third_party/tlslite', 12 'src/third_party/tlslite': '/trunk/src/third_party/tlslite',
12 'src/third_party/webdriver/pylib/selenium': 13 'src/third_party/webdriver/pylib/selenium':
13 'http://selenium.googlecode.com/svn/trunk/py/selenium@16922', 14 'http://selenium.googlecode.com/svn/trunk/py/selenium@16922',
14 } 15 }
15 16
16 deps_os = { 17 deps_os = {
17 'win': { 18 'win': {
18 'src/third_party/python_26': '/trunk/tools/third_party/python_26@66685', 19 'src/third_party/python_26': '/trunk/tools/third_party/python_26@66685',
19 } 20 }
20 } 21 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698