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

Side by Side Diff: DEPS

Issue 9411001: clang: -Wswitch warning tweaks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: icu 122103 Created 8 years, 10 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 | third_party/yasm/yasm.gyp » ('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 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", 5 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
7 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 7 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
8 "webkit_revision": "107781", 8 "webkit_revision": "107781",
9 "chromium_git": "http://git.chromium.org/git", 9 "chromium_git": "http://git.chromium.org/git",
10 "swig_revision": "69281", 10 "swig_revision": "69281",
(...skipping 23 matching lines...) Expand all
34 "8dbc9546ece247a90bbaeab58450854be1289252", 34 "8dbc9546ece247a90bbaeab58450854be1289252",
35 "nacl_toolchain_win_x86_newlib_hash": 35 "nacl_toolchain_win_x86_newlib_hash":
36 "408f8c946802a0acd6f9004b73fce74ca60ac1db", 36 "408f8c946802a0acd6f9004b73fce74ca60ac1db",
37 "nacl_toolchain_revision": "7712", 37 "nacl_toolchain_revision": "7712",
38 "pnacl_toolchain_revision": "7700", 38 "pnacl_toolchain_revision": "7700",
39 39
40 "libjingle_revision": "115", 40 "libjingle_revision": "115",
41 "libphonenumber_revision": "425", 41 "libphonenumber_revision": "425",
42 "libvpx_revision": "119942", 42 "libvpx_revision": "119942",
43 "lss_revision": "9", 43 "lss_revision": "9",
44 "ffmpeg_revision": "120865", 44 "ffmpeg_revision": "122092",
45 "sfntly_revision": "118", 45 "sfntly_revision": "118",
46 "skia_revision": "3180", 46 "skia_revision": "3180",
47 # Three lines of non-changing comments so that 47 # Three lines of non-changing comments so that
48 # the commit queue can handle CLs rolling Skia 48 # the commit queue can handle CLs rolling Skia
49 # and V8 without interference from each other. 49 # and V8 without interference from each other.
50 "v8_revision": "10703", 50 "v8_revision": "10703",
51 "webrtc_revision": "1538", 51 "webrtc_revision": "1538",
52 "jsoncpp_revision": "248", 52 "jsoncpp_revision": "248",
53 "nss_revision": "117974", 53 "nss_revision": "122093",
54 "rlz_revision": "52", 54 "rlz_revision": "52",
55 } 55 }
56 56
57 deps = { 57 deps = {
58 "src/breakpad/src": 58 "src/breakpad/src":
59 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@915", 59 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@915",
60 60
61 "src/build/util/support": 61 "src/build/util/support":
62 "/trunk/deps/support@20411", 62 "/trunk/deps/support@20411",
63 63
(...skipping 16 matching lines...) Expand all
80 (Var("googlecode_url") % "angleproject") + "/trunk@985", 80 (Var("googlecode_url") % "angleproject") + "/trunk@985",
81 81
82 # Note that this is *not* where we check out WebKit -- this just 82 # Note that this is *not* where we check out WebKit -- this just
83 # puts some extra files into place for the real WebKit checkout to 83 # puts some extra files into place for the real WebKit checkout to
84 # happen. See lines mentioning "webkit_revision" for the real 84 # happen. See lines mentioning "webkit_revision" for the real
85 # WebKit checkout. 85 # WebKit checkout.
86 "src/third_party/WebKit": 86 "src/third_party/WebKit":
87 "/trunk/deps/third_party/WebKit@76115", 87 "/trunk/deps/third_party/WebKit@76115",
88 88
89 "src/third_party/icu": 89 "src/third_party/icu":
90 "/trunk/deps/third_party/icu46@121777", 90 "/trunk/deps/third_party/icu46@122103",
91 91
92 "src/third_party/hunspell": 92 "src/third_party/hunspell":
93 "/trunk/deps/third_party/hunspell@110423", 93 "/trunk/deps/third_party/hunspell@110423",
94 94
95 "src/third_party/hunspell_dictionaries": 95 "src/third_party/hunspell_dictionaries":
96 "/trunk/deps/third_party/hunspell_dictionaries@79099", 96 "/trunk/deps/third_party/hunspell_dictionaries@79099",
97 97
98 "src/third_party/safe_browsing/testing": 98 "src/third_party/safe_browsing/testing":
99 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106", 99 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106",
100 100
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 "pattern": ".", 514 "pattern": ".",
515 "action": ["python", "src/build/util/lastchange.py", 515 "action": ["python", "src/build/util/lastchange.py",
516 "-o", "src/build/util/LASTCHANGE"], 516 "-o", "src/build/util/LASTCHANGE"],
517 }, 517 },
518 { 518 {
519 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 519 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
520 "pattern": ".", 520 "pattern": ".",
521 "action": ["python", "src/build/gyp_chromium"], 521 "action": ["python", "src/build/gyp_chromium"],
522 }, 522 },
523 ] 523 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/yasm/yasm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698