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

Side by Side Diff: DEPS

Issue 10412031: Roll libphonenumber r456 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 8 years, 7 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
OLDNEW
1 # When adding a new dependency, please update the top-level .gitignore file 1 # When adding a new dependency, please update the top-level .gitignore file
2 # to list the dependency's destination directory. 2 # to list the dependency's destination directory.
3 3
4 vars = { 4 vars = {
5 # Use this googlecode_url variable only if there is an internal mirror for it. 5 # Use this googlecode_url variable only if there is an internal mirror for it.
6 # If you do not know, use the full path while defining your new deps entry. 6 # If you do not know, use the full path while defining your new deps entry.
7 "googlecode_url": "http://%s.googlecode.com/svn", 7 "googlecode_url": "http://%s.googlecode.com/svn",
8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", 8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
(...skipping 27 matching lines...) Expand all
38 "nacl_toolchain_pnacl_win_x86_32_hash": 38 "nacl_toolchain_pnacl_win_x86_32_hash":
39 "21efccfdd0c567b46ed568acbb931a686505f4dd", 39 "21efccfdd0c567b46ed568acbb931a686505f4dd",
40 "nacl_toolchain_win_x86_hash": 40 "nacl_toolchain_win_x86_hash":
41 "971ffcb4dd2985c85b3b49ede095d13754145798", 41 "971ffcb4dd2985c85b3b49ede095d13754145798",
42 "nacl_toolchain_win_x86_newlib_hash": 42 "nacl_toolchain_win_x86_newlib_hash":
43 "40165d4b6c1d4c6bfdaafdf74b98adf0de83060d", 43 "40165d4b6c1d4c6bfdaafdf74b98adf0de83060d",
44 "nacl_toolchain_revision": "8612", 44 "nacl_toolchain_revision": "8612",
45 "pnacl_toolchain_revision": "8612", 45 "pnacl_toolchain_revision": "8612",
46 46
47 "libjingle_revision": "145", 47 "libjingle_revision": "145",
48 "libphonenumber_revision": "425", 48 "libphonenumber_revision": "456",
49 "libvpx_revision": "134182", 49 "libvpx_revision": "134182",
50 "lss_revision": "9", 50 "lss_revision": "9",
51 51
52 # These two FFmpeg variables must be updated together. One is used for SVN 52 # These two FFmpeg variables must be updated together. One is used for SVN
53 # checkouts and the other for Git checkouts. 53 # checkouts and the other for Git checkouts.
54 "ffmpeg_revision": "138127", 54 "ffmpeg_revision": "138127",
55 "ffmpeg_hash": "9b8f7bea0a9b919b15a53e1bad56f251e41b558b", 55 "ffmpeg_hash": "9b8f7bea0a9b919b15a53e1bad56f251e41b558b",
56 56
57 "sfntly_revision": "128", 57 "sfntly_revision": "128",
58 "skia_revision": "4036", 58 "skia_revision": "4036",
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 "pattern": ".", 538 "pattern": ".",
539 "action": ["python", "src/build/util/lastchange.py", 539 "action": ["python", "src/build/util/lastchange.py",
540 "-o", "src/build/util/LASTCHANGE"], 540 "-o", "src/build/util/LASTCHANGE"],
541 }, 541 },
542 { 542 {
543 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 543 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
544 "pattern": ".", 544 "pattern": ".",
545 "action": ["python", "src/build/gyp_chromium"], 545 "action": ["python", "src/build/gyp_chromium"],
546 }, 546 },
547 ] 547 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/autofill/phone_number_i18n_unittest.cc » ('j') | third_party/libphonenumber/libphonenumber.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698