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

Side by Side Diff: DEPS

Issue 98713004: NaCl: Update revision in DEPS, r12488 -> r12497 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix out-of-bounds std::map access in nacl_io testing, and correspondingly broken test. All used pa… Created 7 years 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 | native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_url_loader.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 "webkit_trunk": "http://src.chromium.org/blink/trunk", 20 "webkit_trunk": "http://src.chromium.org/blink/trunk",
21 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 21 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
22 "webkit_revision": "163248", 22 "webkit_revision": "163248",
23 "chromium_git": "https://chromium.googlesource.com", 23 "chromium_git": "https://chromium.googlesource.com",
24 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", 24 "chromiumos_git": "https://chromium.googlesource.com/chromiumos",
25 "skia_git": "https://skia.googlesource.com", 25 "skia_git": "https://skia.googlesource.com",
26 "swig_revision": "230490", 26 "swig_revision": "230490",
27 "nacl_revision": "12488", 27 "nacl_revision": "12497",
28 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS 28 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
29 # to update other nacl_*_revision's. 29 # to update other nacl_*_revision's.
30 "nacl_tools_revision": "12289", # native_client/DEPS: tools_rev 30 "nacl_tools_revision": "12289", # native_client/DEPS: tools_rev
31 "gtm_revision": "616", 31 "gtm_revision": "616",
32 "libaddressinput_revision": "167", 32 "libaddressinput_revision": "167",
33 "libphonenumber_revision": "621", 33 "libphonenumber_revision": "621",
34 "libvpx_revision": "237125", 34 "libvpx_revision": "237125",
35 "lss_revision": "24", 35 "lss_revision": "24",
36 36
37 # These two FFmpeg variables must be updated together. One is used for SVN 37 # These two FFmpeg variables must be updated together. One is used for SVN
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 "pattern": ".", 693 "pattern": ".",
694 "action": ["python", "src/build/gyp_chromium"], 694 "action": ["python", "src/build/gyp_chromium"],
695 }, 695 },
696 { 696 {
697 # Check for landmines (reasons to clobber the build). 697 # Check for landmines (reasons to clobber the build).
698 "name": "landmines", 698 "name": "landmines",
699 "pattern": ".", 699 "pattern": ".",
700 "action": ["python", "src/build/landmines.py"], 700 "action": ["python", "src/build/landmines.py"],
701 }, 701 },
702 ] 702 ]
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_url_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698