[email protected] | ed71194 | 2012-05-19 06:57:06 | [diff] [blame] | 1 | # When adding a new dependency, please update the top-level .gitignore file |
| 2 | # to list the dependency's destination directory. |
| 3 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 4 | vars = { |
[email protected] | 44a2e45 | 2010-09-26 17:04:16 | [diff] [blame] | 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. |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 7 | "googlecode_url": "http://%s.googlecode.com/svn", |
[email protected] | 3bd20ee4 | 2011-10-22 00:33:19 | [diff] [blame] | 8 | "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", |
[email protected] | 8e303b2 | 2010-08-18 21:03:12 | [diff] [blame] | 9 | "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", |
[email protected] | d657f3cc | 2010-09-02 03:44:04 | [diff] [blame] | 10 | "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
[email protected] | be3e7cd6 | 2012-11-16 16:30:03 | [diff] [blame] | 11 | "webkit_revision": "134928", |
[email protected] | aa7e9157 | 2012-11-15 16:36:04 | [diff] [blame] | 12 | |
[email protected] | 9b6a2374 | 2012-11-16 20:25:35 | [diff] [blame^] | 13 | "chromium_git": "http://chromium.googlesource.com", |
| 14 | "chromiumos_git": "https://chromium.googlesource.com/chromiumos", |
[email protected] | ea6528b | 2010-12-16 19:06:47 | [diff] [blame] | 15 | "swig_revision": "69281", |
[email protected] | 97d1006 | 2012-11-16 20:09:38 | [diff] [blame] | 16 | "nacl_revision": "10290", |
[email protected] | bfc0c99 | 2011-07-16 02:49:47 | [diff] [blame] | 17 | # After changing nacl_revision, run 'glient sync' and check native_client/DEPS |
| 18 | # to update other nacl_*_revision's. |
[email protected] | dddae3e | 2012-10-18 17:02:22 | [diff] [blame] | 19 | "nacl_tools_revision": "10001", # native_client/DEPS: tools_rev |
[email protected] | 46fd8ea | 2012-09-18 19:21:49 | [diff] [blame] | 20 | "gtm_revision": "578", |
[email protected] | 89e43f65 | 2011-08-18 00:03:17 | [diff] [blame] | 21 | |
[email protected] | 4e1d1e7e | 2012-11-16 03:14:58 | [diff] [blame] | 22 | "libjingle_revision": "235", |
[email protected] | a3e4003 | 2012-05-29 23:00:12 | [diff] [blame] | 23 | "libphonenumber_revision": "456", |
[email protected] | 9069b805 | 2012-11-16 10:00:16 | [diff] [blame] | 24 | "libvpx_revision": "165134", |
[email protected] | 856eb49 | 2012-11-13 20:41:48 | [diff] [blame] | 25 | "lss_revision": "17", |
[email protected] | 859b463 | 2012-03-01 22:32:14 | [diff] [blame] | 26 | |
| 27 | # These two FFmpeg variables must be updated together. One is used for SVN |
| 28 | # checkouts and the other for Git checkouts. |
[email protected] | 3dc4da6 | 2012-11-06 03:29:37 | [diff] [blame] | 29 | "ffmpeg_revision": "166067", |
| 30 | "ffmpeg_hash": "ca54d18833e0caccbc4bcddc3df9f15d08c4b567", |
[email protected] | 859b463 | 2012-03-01 22:32:14 | [diff] [blame] | 31 | |
[email protected] | 81712eb | 2012-07-09 21:16:46 | [diff] [blame] | 32 | "sfntly_revision": "134", |
[email protected] | da41082c | 2012-11-16 13:31:58 | [diff] [blame] | 33 | "skia_revision": "6446", |
[email protected] | 5eb3022e | 2011-11-23 16:42:26 | [diff] [blame] | 34 | # Three lines of non-changing comments so that |
| 35 | # the commit queue can handle CLs rolling Skia |
| 36 | # and V8 without interference from each other. |
[email protected] | cbfa396 | 2012-11-16 17:53:39 | [diff] [blame] | 37 | "v8_revision": "12947", |
[email protected] | 20e0e75 | 2012-09-14 15:56:52 | [diff] [blame] | 38 | # Three lines of non-changing comments so that |
| 39 | # the commit queue can handle CLs rolling WebRTC |
| 40 | # and V8 without interference from each other. |
[email protected] | 3384459 | 2012-11-14 03:17:44 | [diff] [blame] | 41 | "webrtc_revision": "3088", |
[email protected] | 2daa3c9 | 2012-01-09 23:08:50 | [diff] [blame] | 42 | "jsoncpp_revision": "248", |
[email protected] | 9f5babf4 | 2012-11-13 10:04:18 | [diff] [blame] | 43 | "nss_revision": "166832", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 44 | } |
| 45 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 46 | deps = { |
| 47 | "src/breakpad/src": |
[email protected] | 3115bc6 | 2012-11-15 03:38:24 | [diff] [blame] | 48 | (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1082", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 49 | |
| 50 | "src/googleurl": |
[email protected] | a4c022a | 2012-10-13 22:36:05 | [diff] [blame] | 51 | (Var("googlecode_url") % "google-url") + "/trunk@180", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 52 | |
[email protected] | cbedb891 | 2012-07-17 18:02:14 | [diff] [blame] | 53 | "src/sandbox/linux/seccomp-legacy": |
[email protected] | 05d39ee | 2012-10-25 17:35:22 | [diff] [blame] | 54 | (Var("googlecode_url") % "seccompsandbox") + "/trunk@188", |
[email protected] | cbedb891 | 2012-07-17 18:02:14 | [diff] [blame] | 55 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 56 | "src/sdch/open-vcdiff": |
[email protected] | 17bc098 | 2012-04-04 03:26:07 | [diff] [blame] | 57 | (Var("googlecode_url") % "open-vcdiff") + "/trunk@42", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 58 | |
| 59 | "src/testing/gtest": |
[email protected] | 5fd05d85 | 2012-08-15 01:17:27 | [diff] [blame] | 60 | (Var("googlecode_url") % "googletest") + "/trunk@621", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 61 | |
[email protected] | c6bc0bd | 2011-01-27 19:55:06 | [diff] [blame] | 62 | "src/testing/gmock": |
[email protected] | cf8873f | 2012-04-10 22:42:47 | [diff] [blame] | 63 | (Var("googlecode_url") % "googlemock") + "/trunk@405", |
[email protected] | c6bc0bd | 2011-01-27 19:55:06 | [diff] [blame] | 64 | |
[email protected] | 121de34 | 2010-04-28 22:52:43 | [diff] [blame] | 65 | "src/third_party/angle": |
[email protected] | 693ca51 | 2012-11-13 18:09:13 | [diff] [blame] | 66 | (Var("googlecode_url") % "angleproject") + "/trunk@1389", |
[email protected] | 121de34 | 2010-04-28 22:52:43 | [diff] [blame] | 67 | |
[email protected] | c655359 | 2012-06-12 19:06:43 | [diff] [blame] | 68 | "src/third_party/trace-viewer": |
[email protected] | b515769 | 2012-10-17 08:30:30 | [diff] [blame] | 69 | (Var("googlecode_url") % "trace-viewer") + "/trunk@179", |
[email protected] | c655359 | 2012-06-12 19:06:43 | [diff] [blame] | 70 | |
[email protected] | 1ec9e29 | 2011-02-01 21:38:18 | [diff] [blame] | 71 | # Note that this is *not* where we check out WebKit -- this just |
| 72 | # puts some extra files into place for the real WebKit checkout to |
| 73 | # happen. See lines mentioning "webkit_revision" for the real |
| 74 | # WebKit checkout. |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 75 | "src/third_party/WebKit": |
[email protected] | 8cf2642 | 2011-02-27 00:33:44 | [diff] [blame] | 76 | "/trunk/deps/third_party/WebKit@76115", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 77 | |
[email protected] | 28062949 | 2009-09-09 06:49:08 | [diff] [blame] | 78 | "src/third_party/icu": |
[email protected] | 0fd018a | 2012-10-14 00:48:03 | [diff] [blame] | 79 | "/trunk/deps/third_party/icu46@161442", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 80 | |
[email protected] | 47d1a47a5 | 2012-06-18 20:39:36 | [diff] [blame] | 81 | "src/third_party/libexif/sources": |
[email protected] | ff47be8e0 | 2012-07-16 19:49:19 | [diff] [blame] | 82 | "/trunk/deps/third_party/libexif/sources@146817", |
[email protected] | 47d1a47a5 | 2012-06-18 20:39:36 | [diff] [blame] | 83 | |
[email protected] | adee30d | 2009-08-21 15:15:16 | [diff] [blame] | 84 | "src/third_party/hunspell": |
[email protected] | 0152c8c | 2012-08-01 13:25:58 | [diff] [blame] | 85 | "/trunk/deps/third_party/hunspell@149334", |
[email protected] | a0c30347 | 2010-06-03 03:32:31 | [diff] [blame] | 86 | |
| 87 | "src/third_party/hunspell_dictionaries": |
[email protected] | 488b60e | 2012-11-03 00:39:10 | [diff] [blame] | 88 | "/trunk/deps/third_party/hunspell_dictionaries@164817", |
[email protected] | 5c965dd | 2009-09-04 21:11:43 | [diff] [blame] | 89 | |
[email protected] | 1ebf896 | 2010-09-28 17:51:57 | [diff] [blame] | 90 | "src/third_party/safe_browsing/testing": |
[email protected] | f49e1c4 | 2012-09-14 18:54:07 | [diff] [blame] | 91 | (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112", |
[email protected] | 1ebf896 | 2010-09-28 17:51:57 | [diff] [blame] | 92 | |
[email protected] | 3c8fd03e | 2012-10-12 21:35:17 | [diff] [blame] | 93 | "src/third_party/cacheinvalidation/src": |
[email protected] | 70e982a | 2011-04-07 23:38:13 | [diff] [blame] | 94 | (Var("googlecode_url") % "google-cache-invalidation-api") + |
[email protected] | b0ebbcb0 | 2012-10-31 06:16:23 | [diff] [blame] | 95 | "/trunk/src@245", |
[email protected] | 2cbb95c | 2010-04-23 03:03:26 | [diff] [blame] | 96 | |
[email protected] | 0d77342 | 2011-08-16 11:20:57 | [diff] [blame] | 97 | "src/third_party/leveldatabase/src": |
[email protected] | 12f855e | 2012-10-13 10:21:31 | [diff] [blame] | 98 | (Var("googlecode_url") % "leveldb") + "/trunk@68", |
[email protected] | 9ce15e92 | 2011-03-22 22:24:42 | [diff] [blame] | 99 | |
[email protected] | 9ce15e92 | 2011-03-22 22:24:42 | [diff] [blame] | 100 | "src/third_party/snappy/src": |
[email protected] | fd1ddcb3 | 2012-07-02 18:31:18 | [diff] [blame] | 101 | (Var("googlecode_url") % "snappy") + "/trunk@63", |
[email protected] | 9ce15e92 | 2011-03-22 22:24:42 | [diff] [blame] | 102 | |
[email protected] | e1633ca | 2011-09-23 12:23:48 | [diff] [blame] | 103 | "src/tools/grit": |
[email protected] | 7cb114b2 | 2012-11-05 19:53:22 | [diff] [blame] | 104 | (Var("googlecode_url") % "grit-i18n") + "/trunk@84", |
[email protected] | e1633ca | 2011-09-23 12:23:48 | [diff] [blame] | 105 | |
[email protected] | acb9f72 | 2010-03-25 17:14:59 | [diff] [blame] | 106 | "src/tools/gyp": |
[email protected] | ac99ce8 | 2012-11-16 13:49:21 | [diff] [blame] | 107 | (Var("googlecode_url") % "gyp") + "/trunk@1535", |
[email protected] | acb9f72 | 2010-03-25 17:14:59 | [diff] [blame] | 108 | |
[email protected] | 5dcce7f8 | 2012-10-04 00:08:07 | [diff] [blame] | 109 | "src/tools/swarm_client": |
[email protected] | 9a6edf2 | 2012-11-16 16:09:23 | [diff] [blame] | 110 | "/trunk/tools/swarm_client@168204", |
[email protected] | 5dcce7f8 | 2012-10-04 00:08:07 | [diff] [blame] | 111 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 112 | "src/v8": |
[email protected] | 2726b38 | 2011-12-19 14:58:28 | [diff] [blame] | 113 | (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 114 | |
[email protected] | 3c22184 | 2009-07-13 21:09:38 | [diff] [blame] | 115 | "src/native_client": |
[email protected] | 8e303b2 | 2010-08-18 21:03:12 | [diff] [blame] | 116 | Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), |
[email protected] | 6f0a2dd | 2011-12-05 21:59:01 | [diff] [blame] | 117 | |
[email protected] | bbc90fef | 2011-11-28 19:08:27 | [diff] [blame] | 118 | "src/third_party/pymox/src": |
[email protected] | b77adf2 | 2011-11-30 04:35:24 | [diff] [blame] | 119 | (Var("googlecode_url") % "pymox") + "/trunk@70", |
[email protected] | 70e982a | 2011-04-07 23:38:13 | [diff] [blame] | 120 | |
[email protected] | 2d78334 | 2010-08-11 20:48:28 | [diff] [blame] | 121 | "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": |
[email protected] | b70ffd1f | 2010-09-08 22:50:17 | [diff] [blame] | 122 | Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" + |
[email protected] | 2d78334 | 2010-08-11 20:48:28 | [diff] [blame] | 123 | Var("nacl_revision"), |
[email protected] | 3c22184 | 2009-07-13 21:09:38 | [diff] [blame] | 124 | |
[email protected] | c43f3ed | 2011-12-14 05:40:30 | [diff] [blame] | 125 | "src/third_party/sfntly/cpp/src": |
| 126 | (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" + |
[email protected] | f536426 | 2011-07-22 17:57:59 | [diff] [blame] | 127 | Var("sfntly_revision"), |
| 128 | |
[email protected] | 8eb0eeb | 2009-10-23 14:52:40 | [diff] [blame] | 129 | "src/third_party/skia/src": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 130 | (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"), |
[email protected] | 8eb0eeb | 2009-10-23 14:52:40 | [diff] [blame] | 131 | |
[email protected] | 360dc91 | 2012-08-13 20:53:53 | [diff] [blame] | 132 | "src/third_party/skia/gyp": |
| 133 | (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"), |
| 134 | |
[email protected] | 8eb0eeb | 2009-10-23 14:52:40 | [diff] [blame] | 135 | "src/third_party/skia/include": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 136 | (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"), |
[email protected] | d5282e7 | 2009-05-13 13:16:52 | [diff] [blame] | 137 | |
[email protected] | e6e47fc | 2009-07-13 19:18:23 | [diff] [blame] | 138 | "src/third_party/WebKit/LayoutTests": |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 139 | Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |
| 140 | |
[email protected] | c1d9cdc | 2011-01-17 06:50:01 | [diff] [blame] | 141 | "src/third_party/WebKit/Source": |
| 142 | Var("webkit_trunk") + "/Source@" + Var("webkit_revision"), |
[email protected] | dec7b17 | 2009-09-23 22:11:35 | [diff] [blame] | 143 | |
[email protected] | c92db21 | 2010-12-18 03:25:19 | [diff] [blame] | 144 | "src/third_party/WebKit/Tools/DumpRenderTree": |
| 145 | Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"), |
[email protected] | 55eb397 | 2010-04-07 03:07:51 | [diff] [blame] | 146 | |
[email protected] | c92db21 | 2010-12-18 03:25:19 | [diff] [blame] | 147 | "src/third_party/WebKit/Tools/Scripts": |
| 148 | Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"), |
[email protected] | f3d80d9 | 2010-02-09 01:57:54 | [diff] [blame] | 149 | |
[email protected] | 6f2f220d | 2011-09-15 15:08:01 | [diff] [blame] | 150 | "src/third_party/WebKit/Tools/TestWebKitAPI": |
| 151 | Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"), |
| 152 | |
[email protected] | d7bdd38 | 2009-11-13 02:15:59 | [diff] [blame] | 153 | "src/third_party/ots": |
[email protected] | 67f961d0 | 2012-09-04 20:33:33 | [diff] [blame] | 154 | (Var("googlecode_url") % "ots") + "/trunk@95", |
[email protected] | d7bdd38 | 2009-11-13 02:15:59 | [diff] [blame] | 155 | |
[email protected] | 58734d6 | 2009-06-30 00:12:53 | [diff] [blame] | 156 | "src/tools/page_cycler/acid3": |
[email protected] | dd9ec03 | 2012-08-06 10:58:06 | [diff] [blame] | 157 | "/trunk/deps/page_cycler/acid3@150075", |
[email protected] | 0735266 | 2009-07-13 23:22:33 | [diff] [blame] | 158 | |
[email protected] | 700e7e3 | 2012-02-22 17:04:38 | [diff] [blame] | 159 | "src/chrome/test/data/perf/canvas_bench": |
| 160 | "/trunk/deps/canvas_bench@122605", |
| 161 | |
[email protected] | 40646b01 | 2011-07-26 02:30:26 | [diff] [blame] | 162 | "src/chrome/test/data/perf/frame_rate/content": |
| 163 | "/trunk/deps/frame_rate/content@93671", |
| 164 | |
[email protected] | 2a18cabc | 2011-04-12 10:36:04 | [diff] [blame] | 165 | "src/third_party/bidichecker": |
[email protected] | 8183066d | 2011-05-08 00:33:41 | [diff] [blame] | 166 | (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4", |
[email protected] | 2a18cabc | 2011-04-12 10:36:04 | [diff] [blame] | 167 | |
[email protected] | 94e77c3 | 2011-08-12 17:54:29 | [diff] [blame] | 168 | "src/third_party/v8-i18n": |
[email protected] | 484de3a | 2012-11-12 13:43:06 | [diff] [blame] | 169 | (Var("googlecode_url") % "v8-i18n") + "/trunk@157", |
[email protected] | 94e77c3 | 2011-08-12 17:54:29 | [diff] [blame] | 170 | |
[email protected] | db6a76f | 2011-10-19 22:42:51 | [diff] [blame] | 171 | # When roll to another webgl conformance tests revision, please goto |
| 172 | # chrome/test/gpu and run generate_webgl_conformance_test_list.py. |
[email protected] | 8a63e4e8 | 2011-07-21 04:55:45 | [diff] [blame] | 173 | "src/third_party/webgl_conformance": |
[email protected] | 79c3f23 | 2012-07-26 22:16:18 | [diff] [blame] | 174 | "/trunk/deps/third_party/webgl/sdk/tests@148561", |
[email protected] | 1f7077f | 2011-07-12 12:58:05 | [diff] [blame] | 175 | |
[email protected] | 2d8ea6b | 2010-12-18 05:06:44 | [diff] [blame] | 176 | # We run these layout tests as UI tests. Since many of the buildbots that |
[email protected] | 6d37449 | 2009-08-05 06:02:07 | [diff] [blame] | 177 | # run layout tests do NOT have access to the LayoutTest directory, we need |
[email protected] | 2d8ea6b | 2010-12-18 05:06:44 | [diff] [blame] | 178 | # to map them here. In practice, these do not take up much space. |
[email protected] | e8d05dc | 2012-03-22 03:19:10 | [diff] [blame] | 179 | "src/content/test/data/layout_tests/LayoutTests/fast/events": |
[email protected] | 6d37449 | 2009-08-05 06:02:07 | [diff] [blame] | 180 | Var("webkit_trunk") + "/LayoutTests/fast/events@" + |
| 181 | Var("webkit_revision"), |
[email protected] | e8d05dc | 2012-03-22 03:19:10 | [diff] [blame] | 182 | "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": |
[email protected] | 53d4e7d | 2009-09-24 05:14:30 | [diff] [blame] | 183 | Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" + |
| 184 | Var("webkit_revision"), |
[email protected] | e8d05dc | 2012-03-22 03:19:10 | [diff] [blame] | 185 | "src/content/test/data/layout_tests/LayoutTests/fast/workers": |
[email protected] | 6d37449 | 2009-08-05 06:02:07 | [diff] [blame] | 186 | Var("webkit_trunk") + "/LayoutTests/fast/workers@" + |
| 187 | Var("webkit_revision"), |
[email protected] | e8d05dc | 2012-03-22 03:19:10 | [diff] [blame] | 188 | "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": |
[email protected] | 6d37449 | 2009-08-05 06:02:07 | [diff] [blame] | 189 | Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" + |
| 190 | Var("webkit_revision"), |
[email protected] | e8d05dc | 2012-03-22 03:19:10 | [diff] [blame] | 191 | "src/content/test/data/layout_tests/LayoutTests/http/tests/workers": |
[email protected] | 6d37449 | 2009-08-05 06:02:07 | [diff] [blame] | 192 | Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" + |
| 193 | Var("webkit_revision"), |
[email protected] | e8d05dc | 2012-03-22 03:19:10 | [diff] [blame] | 194 | "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": |
[email protected] | 6d37449 | 2009-08-05 06:02:07 | [diff] [blame] | 195 | Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" + |
| 196 | Var("webkit_revision"), |
[email protected] | e8d05dc | 2012-03-22 03:19:10 | [diff] [blame] | 197 | "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests": |
[email protected] | fc4c9312 | 2010-10-04 07:24:16 | [diff] [blame] | 198 | Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" + |
| 199 | Var("webkit_revision"), |
[email protected] | e8d05dc | 2012-03-22 03:19:10 | [diff] [blame] | 200 | "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers": |
[email protected] | 4d19b9e | 2010-04-20 01:41:28 | [diff] [blame] | 201 | Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" + |
| 202 | Var("webkit_revision"), |
[email protected] | 6d0e9ec | 2012-03-29 17:47:14 | [diff] [blame] | 203 | "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/events": |
| 204 | Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/events@" + |
| 205 | Var("webkit_revision"), |
[email protected] | e8d05dc | 2012-03-22 03:19:10 | [diff] [blame] | 206 | "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events": |
[email protected] | f6b551d | 2010-04-03 00:49:55 | [diff] [blame] | 207 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" + |
| 208 | Var("webkit_revision"), |
[email protected] | e8d05dc | 2012-03-22 03:19:10 | [diff] [blame] | 209 | "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers": |
[email protected] | f6b551d | 2010-04-03 00:49:55 | [diff] [blame] | 210 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" + |
| 211 | Var("webkit_revision"), |
[email protected] | e8d05dc | 2012-03-22 03:19:10 | [diff] [blame] | 212 | "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": |
[email protected] | 446f96c | 2010-06-28 22:32:32 | [diff] [blame] | 213 | Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" + |
| 214 | Var("webkit_revision"), |
[email protected] | e8d05dc | 2012-03-22 03:19:10 | [diff] [blame] | 215 | "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers": |
[email protected] | f6b551d | 2010-04-03 00:49:55 | [diff] [blame] | 216 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" + |
| 217 | Var("webkit_revision"), |
[email protected] | e8d05dc | 2012-03-22 03:19:10 | [diff] [blame] | 218 | "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage": |
[email protected] | f6b551d | 2010-04-03 00:49:55 | [diff] [blame] | 219 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" + |
| 220 | Var("webkit_revision"), |
[email protected] | e8d05dc | 2012-03-22 03:19:10 | [diff] [blame] | 221 | "src/content/test/data/layout_tests/LayoutTests/storage/domstorage": |
[email protected] | 6d37449 | 2009-08-05 06:02:07 | [diff] [blame] | 222 | Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" + |
| 223 | Var("webkit_revision"), |
[email protected] | e8d05dc | 2012-03-22 03:19:10 | [diff] [blame] | 224 | "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb": |
[email protected] | 9569b21 | 2012-01-11 10:03:08 | [diff] [blame] | 225 | Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" + |
| 226 | Var("webkit_revision"), |
[email protected] | f53c524 | 2012-09-10 05:41:43 | [diff] [blame] | 227 | "src/content/test/data/layout_tests/LayoutTests/fast/files": |
| 228 | Var("webkit_trunk") + "/LayoutTests/fast/files@" + |
| 229 | Var("webkit_revision"), |
[email protected] | e8d05dc | 2012-03-22 03:19:10 | [diff] [blame] | 230 | "src/content/test/data/layout_tests/LayoutTests/fast/filesystem/resources": |
[email protected] | 466ee60 | 2010-10-07 08:01:57 | [diff] [blame] | 231 | Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" + |
| 232 | Var("webkit_revision"), |
[email protected] | e8d05dc | 2012-03-22 03:19:10 | [diff] [blame] | 233 | "src/content/test/data/layout_tests/LayoutTests/media": |
[email protected] | c3900af | 2012-02-18 08:20:49 | [diff] [blame] | 234 | Var("webkit_trunk") + "/LayoutTests/media@" + |
[email protected] | b520d4e3 | 2011-03-25 19:11:43 | [diff] [blame] | 235 | Var("webkit_revision"), |
[email protected] | 9f341ec | 2010-01-27 20:59:35 | [diff] [blame] | 236 | |
| 237 | "src/third_party/swig/Lib": |
| 238 | "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), |
[email protected] | e8ae38c | 2010-03-25 02:35:50 | [diff] [blame] | 239 | |
[email protected] | 971f6ffb | 2011-11-05 00:30:55 | [diff] [blame] | 240 | # Make sure you update the two functional.DEPS and webdriver.DEPS too. |
| 241 | "src/third_party/webdriver/pylib": |
[email protected] | a2c4b6f | 2012-06-07 00:27:49 | [diff] [blame] | 242 | (Var("googlecode_url") % "selenium") + "/trunk/py@16922", |
[email protected] | d9b19e3 | 2011-01-29 02:09:08 | [diff] [blame] | 243 | |
[email protected] | a93c77b | 2010-11-04 00:08:47 | [diff] [blame] | 244 | "src/third_party/libvpx": |
| 245 | "/trunk/deps/third_party/libvpx@" + |
| 246 | Var("libvpx_revision"), |
| 247 | |
[email protected] | 25ebc08 | 2010-06-02 06:13:07 | [diff] [blame] | 248 | "src/third_party/ffmpeg": |
[email protected] | 859b463 | 2012-03-01 22:32:14 | [diff] [blame] | 249 | "/trunk/deps/third_party/ffmpeg@" + |
[email protected] | e8ae38c | 2010-03-25 02:35:50 | [diff] [blame] | 250 | Var("ffmpeg_revision"), |
[email protected] | e55badb | 2010-05-07 23:55:35 | [diff] [blame] | 251 | |
[email protected] | 7b7a16b | 2010-06-03 04:08:18 | [diff] [blame] | 252 | "src/third_party/libjingle/source": |
[email protected] | e18194c | 2011-05-27 02:42:41 | [diff] [blame] | 253 | (Var("googlecode_url") % "libjingle") + "/trunk@" + |
[email protected] | 7b7a16b | 2010-06-03 04:08:18 | [diff] [blame] | 254 | Var("libjingle_revision"), |
[email protected] | 68187f0 | 2010-08-17 16:50:07 | [diff] [blame] | 255 | |
[email protected] | 44f3e79 | 2012-01-28 03:18:55 | [diff] [blame] | 256 | "src/third_party/libsrtp": |
[email protected] | fb03b64 | 2012-10-18 03:23:06 | [diff] [blame] | 257 | "/trunk/deps/third_party/libsrtp@162569", |
[email protected] | 44f3e79 | 2012-01-28 03:18:55 | [diff] [blame] | 258 | |
[email protected] | 68187f0 | 2010-08-17 16:50:07 | [diff] [blame] | 259 | "src/third_party/speex": |
[email protected] | 6dcada2 | 2012-10-04 22:51:36 | [diff] [blame] | 260 | "/trunk/deps/third_party/speex@160092", |
[email protected] | c038370e | 2010-09-22 20:20:12 | [diff] [blame] | 261 | |
[email protected] | 53dc4051 | 2010-11-29 17:09:16 | [diff] [blame] | 262 | "src/third_party/yasm/source/patched-yasm": |
[email protected] | 8d0078e | 2012-09-12 09:49:50 | [diff] [blame] | 263 | "/trunk/deps/third_party/yasm/patched-yasm@154708", |
[email protected] | 76ce152 | 2010-12-13 12:02:42 | [diff] [blame] | 264 | |
| 265 | "src/third_party/libjpeg_turbo": |
[email protected] | 0152c8c | 2012-08-01 13:25:58 | [diff] [blame] | 266 | "/trunk/deps/third_party/libjpeg_turbo@149334", |
[email protected] | cc1b1465 | 2011-01-17 12:35:57 | [diff] [blame] | 267 | |
| 268 | "src/third_party/flac": |
[email protected] | fac3875 | 2012-10-14 01:24:07 | [diff] [blame] | 269 | "/trunk/deps/third_party/flac@160844", |
[email protected] | f94eda9 | 2011-02-25 00:34:00 | [diff] [blame] | 270 | |
[email protected] | 4e7b5f9 | 2011-07-22 20:58:29 | [diff] [blame] | 271 | "src/third_party/pyftpdlib/src": |
[email protected] | 107541a | 2012-01-23 20:28:02 | [diff] [blame] | 272 | (Var("googlecode_url") % "pyftpdlib") + "/trunk@977", |
[email protected] | 4e7b5f9 | 2011-07-22 20:58:29 | [diff] [blame] | 273 | |
[email protected] | b67b086 | 2011-03-28 17:42:36 | [diff] [blame] | 274 | "src/third_party/scons-2.0.1": |
[email protected] | 91c3c300 | 2011-05-06 20:00:05 | [diff] [blame] | 275 | Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" + |
| 276 | Var("nacl_tools_revision"), |
[email protected] | 185a691 | 2011-06-17 19:34:07 | [diff] [blame] | 277 | |
| 278 | "src/third_party/webrtc": |
[email protected] | c4c8195 | 2012-10-26 16:36:26 | [diff] [blame] | 279 | (Var("googlecode_url") % "webrtc") + "/stable/webrtc@" + Var("webrtc_revision"), |
[email protected] | 21c24fa7 | 2011-09-05 13:35:02 | [diff] [blame] | 280 | |
[email protected] | 3bd20ee4 | 2011-10-22 00:33:19 | [diff] [blame] | 281 | "src/third_party/jsoncpp/source/include": |
| 282 | (Var("sourceforge_url") % {"repo": "jsoncpp"}) + |
| 283 | "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"), |
| 284 | |
| 285 | "src/third_party/jsoncpp/source/src/lib_json": |
| 286 | (Var("sourceforge_url") % {"repo": "jsoncpp"}) + |
| 287 | "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), |
| 288 | |
[email protected] | 1e29b4e | 2011-11-03 01:25:19 | [diff] [blame] | 289 | "src/third_party/libyuv": |
[email protected] | cf93f4a | 2012-11-13 21:31:19 | [diff] [blame] | 290 | (Var("googlecode_url") % "libyuv") + "/trunk@481", |
[email protected] | 1e29b4e | 2011-11-03 01:25:19 | [diff] [blame] | 291 | |
[email protected] | 21c24fa7 | 2011-09-05 13:35:02 | [diff] [blame] | 292 | "src/third_party/mozc/session": |
[email protected] | dbc37da | 2011-12-06 07:47:09 | [diff] [blame] | 293 | (Var("googlecode_url") % "mozc") + "/trunk/src/session@83", |
| 294 | |
| 295 | "src/third_party/mozc/chrome/chromeos/renderer": |
| 296 | (Var("googlecode_url") % "mozc") + "/trunk/src/chrome/chromeos/renderer@83", |
[email protected] | e4230ef | 2011-09-09 04:35:22 | [diff] [blame] | 297 | |
| 298 | "src/third_party/smhasher/src": |
[email protected] | 8aa980e | 2012-11-12 23:30:22 | [diff] [blame] | 299 | (Var("googlecode_url") % "smhasher") + "/trunk@147", |
[email protected] | f0736ff | 2011-12-03 04:19:20 | [diff] [blame] | 300 | |
| 301 | "src/third_party/libphonenumber/src/phonenumbers": |
| 302 | (Var("googlecode_url") % "libphonenumber") + |
| 303 | "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"), |
| 304 | "src/third_party/libphonenumber/src/test": |
| 305 | (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" + |
| 306 | Var("libphonenumber_revision"), |
| 307 | "src/third_party/libphonenumber/src/resources": |
| 308 | (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" + |
| 309 | Var("libphonenumber_revision"), |
[email protected] | d12c2050 | 2012-02-01 11:40:19 | [diff] [blame] | 310 | |
| 311 | "src/third_party/undoview": |
| 312 | "/trunk/deps/third_party/undoview@119694", |
[email protected] | a546f639 | 2012-03-19 22:06:00 | [diff] [blame] | 313 | |
| 314 | "src/tools/deps2git": |
[email protected] | c4c8195 | 2012-10-26 16:36:26 | [diff] [blame] | 315 | "/trunk/tools/deps2git@163971", |
[email protected] | 7a0b54d | 2012-05-11 23:31:58 | [diff] [blame] | 316 | |
| 317 | "src/third_party/webpagereplay": |
[email protected] | 39ad293c | 2012-10-23 22:01:26 | [diff] [blame] | 318 | (Var("googlecode_url") % "web-page-replay") + "/trunk@501", |
[email protected] | 51e3e3d | 2012-08-21 02:27:44 | [diff] [blame] | 319 | |
| 320 | "src/third_party/pywebsocket/src": |
[email protected] | b81d58d | 2012-10-09 11:29:17 | [diff] [blame] | 321 | (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662", |
[email protected] | 9a97803 | 2012-10-19 03:43:14 | [diff] [blame] | 322 | |
| 323 | "src/third_party/opus/src": |
[email protected] | 51fcd55 | 2012-11-02 00:20:29 | [diff] [blame] | 324 | "/trunk/deps/third_party/opus@165487", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 325 | } |
| 326 | |
[email protected] | 00c51767 | 2010-11-04 00:27:29 | [diff] [blame] | 327 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 328 | deps_os = { |
| 329 | "win": { |
[email protected] | 997af21 | 2011-07-01 19:13:36 | [diff] [blame] | 330 | "src/chrome/tools/test/reference_build/chrome_win": |
[email protected] | 6d0f909 | 2012-05-17 22:14:38 | [diff] [blame] | 331 | "/trunk/deps/reference_builds/chrome_win@137747", |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 332 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 333 | "src/third_party/cygwin": |
[email protected] | fde2649 | 2012-04-25 17:36:21 | [diff] [blame] | 334 | "/trunk/deps/third_party/cygwin@133786", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 335 | |
[email protected] | c4ecdcf | 2010-11-23 03:18:19 | [diff] [blame] | 336 | "src/third_party/python_26": |
[email protected] | 58747b7 | 2011-06-15 00:47:06 | [diff] [blame] | 337 | "/trunk/tools/third_party/python_26@89111", |
[email protected] | f73eb0b5 | 2009-08-08 01:13:39 | [diff] [blame] | 338 | |
[email protected] | 7e6497f | 2011-03-30 18:52:23 | [diff] [blame] | 339 | "src/third_party/psyco_win32": |
| 340 | "/trunk/deps/third_party/psyco_win32@79861", |
| 341 | |
[email protected] | 6c7b7926 | 2012-07-18 23:50:45 | [diff] [blame] | 342 | "src/third_party/bison": |
| 343 | "/trunk/deps/third_party/bison@147303", |
| 344 | |
| 345 | "src/third_party/gperf": |
| 346 | "/trunk/deps/third_party/gperf@147304", |
| 347 | |
| 348 | "src/third_party/perl": |
[email protected] | 582ce83 | 2012-07-23 21:24:00 | [diff] [blame] | 349 | "/trunk/deps/third_party/perl@147900", |
[email protected] | 6c7b7926 | 2012-07-18 23:50:45 | [diff] [blame] | 350 | |
[email protected] | 5b30d47 | 2009-12-03 22:02:38 | [diff] [blame] | 351 | "src/third_party/lighttpd": |
| 352 | "/trunk/deps/third_party/lighttpd@33727", |
| 353 | |
[email protected] | 84409061 | 2009-09-25 15:03:34 | [diff] [blame] | 354 | # Chrome Frame related deps |
| 355 | "src/third_party/xulrunner-sdk": |
[email protected] | 9aaa0a5 | 2012-01-31 18:42:41 | [diff] [blame] | 356 | "/trunk/deps/third_party/xulrunner-sdk@119756", |
[email protected] | 997af21 | 2011-07-01 19:13:36 | [diff] [blame] | 357 | "src/chrome_frame/tools/test/reference_build/chrome_win": |
| 358 | "/trunk/deps/reference_builds/chrome_win@89574", |
[email protected] | 3577031 | 2009-10-28 01:21:48 | [diff] [blame] | 359 | |
| 360 | # Parses Windows PE/COFF executable format. |
| 361 | "src/third_party/pefile": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 362 | (Var("googlecode_url") % "pefile") + "/trunk@63", |
[email protected] | 4b167a3 | 2010-01-25 17:54:08 | [diff] [blame] | 363 | |
| 364 | # NSS, for SSLClientSocketNSS. |
| 365 | "src/third_party/nss": |
[email protected] | 464ad17 | 2012-02-08 16:34:40 | [diff] [blame] | 366 | "/trunk/deps/third_party/nss@" + Var("nss_revision"), |
[email protected] | 9f341ec | 2010-01-27 20:59:35 | [diff] [blame] | 367 | |
| 368 | "src/third_party/swig/win": |
| 369 | "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), |
[email protected] | 3b32fa6 | 2010-02-25 23:17:09 | [diff] [blame] | 370 | |
[email protected] | b13b6a3e | 2012-04-13 23:01:38 | [diff] [blame] | 371 | # GNU binutils assembler for x86-32. |
| 372 | "src/third_party/gnu_binutils": |
| 373 | (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" + |
| 374 | Var("nacl_tools_revision")), |
| 375 | # GNU binutils assembler for x86-64. |
[email protected] | 3b32fa6 | 2010-02-25 23:17:09 | [diff] [blame] | 376 | "src/third_party/mingw-w64/mingw/bin": |
[email protected] | 71d3a32 | 2011-11-04 20:57:24 | [diff] [blame] | 377 | (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" + |
[email protected] | 91c3c300 | 2011-05-06 20:00:05 | [diff] [blame] | 378 | Var("nacl_tools_revision")), |
[email protected] | 1c26217 | 2010-06-10 15:25:46 | [diff] [blame] | 379 | |
[email protected] | 76ce152 | 2010-12-13 12:02:42 | [diff] [blame] | 380 | # Dependencies used by libjpeg-turbo |
| 381 | "src/third_party/yasm/binaries": |
[email protected] | 8d0078e | 2012-09-12 09:49:50 | [diff] [blame] | 382 | "/trunk/deps/third_party/yasm/binaries@154708", |
[email protected] | 51ce0e17 | 2011-08-05 16:16:23 | [diff] [blame] | 383 | |
[email protected] | 3b104b6 | 2011-10-18 19:12:46 | [diff] [blame] | 384 | # Binary level profile guided optimizations. This points to the |
[email protected] | 51ce0e17 | 2011-08-05 16:16:23 | [diff] [blame] | 385 | # latest release binaries for the toolchain. |
| 386 | "src/third_party/syzygy/binaries": |
[email protected] | 24607155 | 2012-09-07 21:52:17 | [diff] [blame] | 387 | (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1083", |
[email protected] | bbc90fef | 2011-11-28 19:08:27 | [diff] [blame] | 388 | |
| 389 | # Binaries for nacl sdk. |
| 390 | "src/third_party/nacl_sdk_binaries": |
| 391 | "/trunk/deps/third_party/nacl_sdk_binaries@111576", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 392 | }, |
[email protected] | a6b749d | 2012-07-02 17:11:21 | [diff] [blame] | 393 | "ios": { |
| 394 | "src/third_party/GTM": |
| 395 | (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
| 396 | Var("gtm_revision"), |
[email protected] | 9e10dbc | 2012-07-10 15:39:59 | [diff] [blame] | 397 | |
| 398 | "src/third_party/nss": |
| 399 | "/trunk/deps/third_party/nss@" + Var("nss_revision"), |
[email protected] | 6bb12cc7 | 2012-07-27 15:30:39 | [diff] [blame] | 400 | |
| 401 | # class-dump utility to generate header files for undocumented SDKs |
| 402 | "src/testing/iossim/third_party/class-dump": |
| 403 | "/trunk/deps/third_party/class-dump@147231", |
[email protected] | 50c432e | 2012-08-01 15:29:51 | [diff] [blame] | 404 | |
[email protected] | 20bb4917 | 2012-09-07 22:46:39 | [diff] [blame] | 405 | # Pull only the headers from WebKit. |
| 406 | "src/third_party/WebKit/Source/WebKit/chromium/public": |
| 407 | Var("webkit_trunk") + "/Source/WebKit/chromium/public@" + |
| 408 | Var("webkit_revision"), |
| 409 | "src/third_party/WebKit/Source/Platform/chromium/public": |
| 410 | Var("webkit_trunk") + "/Source/Platform/chromium/public@" + |
| 411 | Var("webkit_revision"), |
| 412 | |
[email protected] | 50c432e | 2012-08-01 15:29:51 | [diff] [blame] | 413 | # Code that's not needed due to not building everything (especially WebKit). |
| 414 | "src/build/util/support": None, |
| 415 | "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None, |
| 416 | "src/content/test/data/layout_tests/LayoutTests/fast/events": None, |
| 417 | "src/content/test/data/layout_tests/LayoutTests/fast/filesystem/resources": None, |
| 418 | "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": None, |
| 419 | "src/content/test/data/layout_tests/LayoutTests/fast/workers": None, |
| 420 | "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": None, |
| 421 | "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": None, |
| 422 | "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests": None, |
| 423 | "src/content/test/data/layout_tests/LayoutTests/http/tests/workers": None, |
| 424 | "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": None, |
| 425 | "src/content/test/data/layout_tests/LayoutTests/media": None, |
| 426 | "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events": None, |
| 427 | "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers": None, |
| 428 | "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers": None, |
| 429 | "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage": None, |
| 430 | "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/events": None, |
| 431 | "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers": None, |
| 432 | "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb": None, |
| 433 | "src/content/test/data/layout_tests/LayoutTests/storage/domstorage": None, |
| 434 | "src/chrome/test/data/perf/canvas_bench": None, |
| 435 | "src/chrome/test/data/perf/frame_rate/content": None, |
| 436 | "src/native_client": None, |
| 437 | "src/native_client/src/third_party/ppapi": None, |
[email protected] | 50c432e | 2012-08-01 15:29:51 | [diff] [blame] | 438 | "src/sandbox/linux/seccomp-legacy": None, |
| 439 | "src/third_party/angle": None, |
| 440 | "src/third_party/bidichecker": None, |
| 441 | "src/third_party/webgl_conformance": None, |
| 442 | "src/third_party/ffmpeg": None, |
| 443 | "src/third_party/hunspell_dictionaries": None, |
| 444 | "src/third_party/hunspell": None, |
| 445 | "src/third_party/leveldatabase/src": None, |
| 446 | "src/third_party/libexif/sources": None, |
| 447 | "src/third_party/libjingle/source": None, |
| 448 | "src/third_party/libjpeg_turbo": None, |
| 449 | "src/third_party/libphonenumber/src/phonenumbers": None, |
| 450 | "src/third_party/libphonenumber/src/test": None, |
| 451 | "src/third_party/libphonenumber/src/resources": None, |
| 452 | "src/third_party/jsoncpp/source/include": None, |
| 453 | "src/third_party/jsoncpp/source/src/lib_json": None, |
| 454 | "src/third_party/libsrtp": None, |
| 455 | "src/third_party/libvpx": None, |
| 456 | "src/third_party/libyuv": None, |
| 457 | "src/third_party/mozc/session": None, |
| 458 | "src/third_party/mozc/chrome/chromeos/renderer": None, |
| 459 | "src/third_party/ots": None, |
| 460 | "src/third_party/pylib": None, |
| 461 | "src/third_party/pymox/src": None, |
| 462 | "src/third_party/safe_browsing/testing": None, |
| 463 | "src/third_party/scons-2.0.1": None, |
| 464 | "src/third_party/sfntly/cpp/src": None, |
[email protected] | 50c432e | 2012-08-01 15:29:51 | [diff] [blame] | 465 | "src/third_party/smhasher/src": None, |
| 466 | "src/third_party/snappy/src": None, |
| 467 | "src/third_party/swig/Lib": None, |
| 468 | "src/third_party/undoview": None, |
| 469 | "src/third_party/v8-i18n": None, |
| 470 | "src/third_party/webdriver/pylib": None, |
| 471 | "src/third_party/webpagereplay": None, |
| 472 | "src/third_party/webrtc": None, |
| 473 | "src/third_party/WebKit": None, |
| 474 | "src/third_party/WebKit/LayoutTests": None, |
| 475 | "src/third_party/WebKit/Source": None, |
| 476 | "src/third_party/WebKit/Tools/DumpRenderTree": None, |
| 477 | "src/third_party/WebKit/Tools/Scripts": None, |
| 478 | "src/third_party/WebKit/Tools/TestWebKitAPI": None, |
| 479 | "src/third_party/yasm/source/patched-yasm": None, |
| 480 | "src/tools/page_cycler/acid3": None, |
| 481 | "src/v8": None, |
[email protected] | a6b749d | 2012-07-02 17:11:21 | [diff] [blame] | 482 | }, |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 483 | "mac": { |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 484 | "src/chrome/tools/test/reference_build/chrome_mac": |
[email protected] | 2f89d00 | 2012-05-17 20:34:31 | [diff] [blame] | 485 | "/trunk/deps/reference_builds/chrome_mac@137727", |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 486 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 487 | "src/third_party/GTM": |
[email protected] | a6b749d | 2012-07-02 17:11:21 | [diff] [blame] | 488 | (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
| 489 | Var("gtm_revision"), |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 490 | "src/third_party/pdfsqueeze": |
[email protected] | c348fc3 | 2012-07-27 04:01:23 | [diff] [blame] | 491 | (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", |
[email protected] | 5b30d47 | 2009-12-03 22:02:38 | [diff] [blame] | 492 | "src/third_party/lighttpd": |
[email protected] | 06cafed | 2009-12-03 22:33:33 | [diff] [blame] | 493 | "/trunk/deps/third_party/lighttpd@33737", |
[email protected] | 5b30d47 | 2009-12-03 22:02:38 | [diff] [blame] | 494 | |
[email protected] | 9f341ec | 2010-01-27 20:59:35 | [diff] [blame] | 495 | "src/third_party/swig/mac": |
| 496 | "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), |
[email protected] | d4852bd | 2010-05-28 16:56:22 | [diff] [blame] | 497 | |
| 498 | # NSS, for SSLClientSocketNSS. |
| 499 | "src/third_party/nss": |
[email protected] | 464ad17 | 2012-02-08 16:34:40 | [diff] [blame] | 500 | "/trunk/deps/third_party/nss@" + Var("nss_revision"), |
[email protected] | 82f869be | 2010-06-22 20:33:50 | [diff] [blame] | 501 | |
| 502 | "src/chrome/installer/mac/third_party/xz/xz": |
[email protected] | aef5bbf | 2011-06-02 22:22:39 | [diff] [blame] | 503 | "/trunk/deps/third_party/xz@87706", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 504 | }, |
[email protected] | ef525cc | 2009-07-10 17:08:16 | [diff] [blame] | 505 | "unix": { |
| 506 | # Linux, really. |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 507 | "src/chrome/tools/test/reference_build/chrome_linux": |
[email protected] | 2bca5a8 | 2012-05-17 19:53:53 | [diff] [blame] | 508 | "/trunk/deps/reference_builds/chrome_linux@137712", |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 509 | |
[email protected] | ef525cc | 2009-07-10 17:08:16 | [diff] [blame] | 510 | "src/third_party/xdg-utils": |
[email protected] | 0152c8c | 2012-08-01 13:25:58 | [diff] [blame] | 511 | "/trunk/deps/third_party/xdg-utils@149334", |
[email protected] | e0d0014 | 2009-09-18 22:10:27 | [diff] [blame] | 512 | |
[email protected] | 9f341ec | 2010-01-27 20:59:35 | [diff] [blame] | 513 | "src/third_party/swig/linux": |
| 514 | "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), |
[email protected] | 8351a63 | 2010-09-24 19:19:10 | [diff] [blame] | 515 | |
| 516 | "src/third_party/lss": |
[email protected] | 79fcff71 | 2011-12-06 06:44:08 | [diff] [blame] | 517 | ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + |
| 518 | Var("lss_revision")), |
[email protected] | 8f205b0 | 2010-11-10 22:48:17 | [diff] [blame] | 519 | |
| 520 | "src/third_party/openssl": |
[email protected] | 42cf4b36 | 2012-11-07 16:57:12 | [diff] [blame] | 521 | "/trunk/deps/third_party/openssl@157142", |
[email protected] | 43e7563 | 2011-03-07 19:02:33 | [diff] [blame] | 522 | |
| 523 | "src/third_party/WebKit/Tools/gdb": |
| 524 | Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"), |
[email protected] | b07806c1 | 2012-02-03 22:44:59 | [diff] [blame] | 525 | |
| 526 | "src/third_party/gold": |
[email protected] | dd9ec03 | 2012-08-06 10:58:06 | [diff] [blame] | 527 | "/trunk/deps/third_party/gold@149858", |
[email protected] | 97b384d9 | 2012-06-29 21:38:26 | [diff] [blame] | 528 | |
[email protected] | 2fdab13 | 2012-08-01 20:38:00 | [diff] [blame] | 529 | "src/third_party/libmtp": |
[email protected] | 24ec68f | 2012-11-15 03:52:24 | [diff] [blame] | 530 | "/trunk/deps/third_party/libmtp@167836", |
[email protected] | 2fdab13 | 2012-08-01 20:38:00 | [diff] [blame] | 531 | |
[email protected] | 1f31e6f | 2012-10-17 13:09:36 | [diff] [blame] | 532 | # Used on Linux only. CrOS already has a copy. |
[email protected] | d9e5fef4 | 2012-10-20 17:14:22 | [diff] [blame] | 533 | "src/third_party/mtpd/source": |
| 534 | Var("chromiumos_git") + "/platform/mtpd.git" + |
| 535 | "@47f8e78eefbeeda76ec43cac3d2bdc54a010115c", |
| 536 | |
| 537 | # Used on Linux only. CrOS already has a copy. |
[email protected] | 1f31e6f | 2012-10-17 13:09:36 | [diff] [blame] | 538 | "src/third_party/cros_dbus_cplusplus/source": |
| 539 | Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" + |
| 540 | "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900", |
| 541 | |
[email protected] | 28b9ab6d | 2012-10-13 20:53:15 | [diff] [blame] | 542 | # For Linux and Chromium OS. |
[email protected] | 97b384d9 | 2012-06-29 21:38:26 | [diff] [blame] | 543 | "src/third_party/cros_system_api": |
[email protected] | cc004ef9 | 2012-06-29 22:16:12 | [diff] [blame] | 544 | Var("chromiumos_git") + "/platform/system_api.git" + |
[email protected] | b9569a9 | 2012-11-16 19:07:41 | [diff] [blame] | 545 | "@16e22d62da60372e70fb274a2bace6c10bf53003", |
[email protected] | ef525cc | 2009-07-10 17:08:16 | [diff] [blame] | 546 | }, |
[email protected] | 18081a1 | 2012-05-30 12:48:56 | [diff] [blame] | 547 | "android": { |
| 548 | "src/third_party/freetype": |
| 549 | Var("chromium_git") + "/chromium/src/third_party/freetype.git" + |
[email protected] | d7c427ad | 2012-11-16 17:09:47 | [diff] [blame] | 550 | "@96551feab72aac26836e9aaf4fae0962d39d5ab0", |
[email protected] | 18081a1 | 2012-05-30 12:48:56 | [diff] [blame] | 551 | |
| 552 | "src/third_party/aosp": |
[email protected] | 79c3f23 | 2012-07-26 22:16:18 | [diff] [blame] | 553 | "/trunk/deps/third_party/aosp@148330", |
[email protected] | 7bef240 | 2012-07-30 22:19:06 | [diff] [blame] | 554 | |
| 555 | "src/third_party/android_tools": |
| 556 | Var("chromium_git") + "/android_tools.git" + |
[email protected] | 99b4901 | 2012-11-12 22:04:17 | [diff] [blame] | 557 | "@e2124aef9cb91dac3a597d353cd217ed328221e5", |
[email protected] | 58cae12 | 2012-11-01 18:17:24 | [diff] [blame] | 558 | |
| 559 | "src/third_party/findbugs": |
| 560 | "/trunk/deps/third_party/findbugs@163586", |
[email protected] | 18081a1 | 2012-05-30 12:48:56 | [diff] [blame] | 561 | }, |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 562 | } |
| 563 | |
| 564 | |
| 565 | include_rules = [ |
| 566 | # Everybody can use some things. |
| 567 | "+base", |
| 568 | "+build", |
[email protected] | f82ef06 | 2012-04-27 17:52:54 | [diff] [blame] | 569 | "+googleurl", |
[email protected] | 946d1b2 | 2009-07-22 23:57:21 | [diff] [blame] | 570 | "+ipc", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 571 | |
| 572 | # For now, we allow ICU to be included by specifying "unicode/...", although |
[email protected] | 00feb46 | 2010-08-21 02:55:43 | [diff] [blame] | 573 | # this should probably change. |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 574 | "+unicode", |
| 575 | "+testing", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 576 | ] |
| 577 | |
| 578 | |
| 579 | # checkdeps.py shouldn't check include paths for files in these dirs: |
| 580 | skip_child_includes = [ |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 581 | "breakpad", |
| 582 | "chrome_frame", |
[email protected] | 15f1834 | 2012-05-09 17:55:57 | [diff] [blame] | 583 | "delegate_execute", |
[email protected] | c436762b | 2012-09-06 16:10:35 | [diff] [blame] | 584 | "metro_driver", |
[email protected] | 07ffef1a | 2011-11-21 01:09:05 | [diff] [blame] | 585 | "native_client_sdk", |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 586 | "o3d", |
[email protected] | 0dd3a0ab | 2011-02-18 08:17:44 | [diff] [blame] | 587 | "pdf", |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 588 | "sdch", |
| 589 | "skia", |
| 590 | "testing", |
| 591 | "third_party", |
| 592 | "v8", |
[email protected] | f3e80ee | 2012-09-06 15:25:57 | [diff] [blame] | 593 | "win8", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 594 | ] |
[email protected] | bfa24b96 | 2009-03-02 00:16:16 | [diff] [blame] | 595 | |
| 596 | |
| 597 | hooks = [ |
| 598 | { |
[email protected] | 89e43f65 | 2011-08-18 00:03:17 | [diff] [blame] | 599 | # This downloads binaries for Native Client's newlib toolchain. |
| 600 | # Done in lieu of building the toolchain from scratch as it can take |
| 601 | # anywhere from 30 minutes to 4 hours depending on platform to build. |
| 602 | "pattern": ".", |
| 603 | "action": [ |
| 604 | "python", "src/build/download_nacl_toolchains.py", |
[email protected] | bbc90fef | 2011-11-28 19:08:27 | [diff] [blame] | 605 | "--no-arm-trusted", |
[email protected] | bbc90fef | 2011-11-28 19:08:27 | [diff] [blame] | 606 | "--save-downloads-dir", |
| 607 | "src/native_client_sdk/src/build_tools/toolchain_archives", |
[email protected] | c467968 | 2012-01-13 19:32:33 | [diff] [blame] | 608 | "--keep", |
[email protected] | 89e43f65 | 2011-08-18 00:03:17 | [diff] [blame] | 609 | ], |
| 610 | }, |
[email protected] | 3a0b249 | 2011-08-24 20:41:16 | [diff] [blame] | 611 | { |
[email protected] | 875288e1 | 2011-09-03 01:55:25 | [diff] [blame] | 612 | # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes |
| 613 | # zero seconds to run. If something changed, it downloads a prebuilt clang, |
| 614 | # which takes ~20s, but clang speeds up builds by more than 20s. |
| 615 | "pattern": ".", |
| 616 | "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"], |
| 617 | }, |
| 618 | { |
[email protected] | ace8e41 | 2012-01-30 19:35:17 | [diff] [blame] | 619 | # Update the cygwin mount on Windows. |
| 620 | "pattern": ".", |
| 621 | "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"], |
| 622 | }, |
| 623 | { |
[email protected] | 31a46df | 2012-05-31 09:25:47 | [diff] [blame] | 624 | # Update LASTCHANGE. This is also run by export_tarball.py in |
| 625 | # src/tools/export_tarball - please keep them in sync. |
[email protected] | 9046a11 | 2012-01-31 20:45:25 | [diff] [blame] | 626 | "pattern": ".", |
| 627 | "action": ["python", "src/build/util/lastchange.py", |
| 628 | "-o", "src/build/util/LASTCHANGE"], |
| 629 | }, |
| 630 | { |
[email protected] | 3a0b249 | 2011-08-24 20:41:16 | [diff] [blame] | 631 | # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 632 | "pattern": ".", |
| 633 | "action": ["python", "src/build/gyp_chromium"], |
| 634 | }, |
[email protected] | abab8d7 | 2012-11-14 04:59:48 | [diff] [blame] | 635 | { |
| 636 | # Check for landmines (reasons to clobber the build). |
| 637 | "pattern": ".", |
| 638 | "action": ["python", "src/build/landmines.py"], |
| 639 | }, |
[email protected] | bfa24b96 | 2009-03-02 00:16:16 | [diff] [blame] | 640 | ] |