OLD | NEW |
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://src.chromium.org/blink/trunk", | 9 "webkit_trunk": "http://src.chromium.org/blink/trunk", |
10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 | 74 |
75 "src/testing/gmock": | 75 "src/testing/gmock": |
76 (Var("googlecode_url") % "googlemock") + "/trunk@410", | 76 (Var("googlecode_url") % "googlemock") + "/trunk@410", |
77 | 77 |
78 "src/third_party/angle": | 78 "src/third_party/angle": |
79 (Var("googlecode_url") % "angleproject") + "/trunk@2184", | 79 (Var("googlecode_url") % "angleproject") + "/trunk@2184", |
80 | 80 |
81 "src/third_party/trace-viewer": | 81 "src/third_party/trace-viewer": |
82 (Var("googlecode_url") % "trace-viewer") + "/trunk@255", | 82 (Var("googlecode_url") % "trace-viewer") + "/trunk@255", |
83 | 83 |
| 84 # Note that this is *not* where we check out WebKit -- this just |
| 85 # puts some extra files into place for the real WebKit checkout to |
| 86 # happen. See lines mentioning "webkit_revision" for the real |
| 87 # WebKit checkout. |
84 "src/third_party/WebKit": | 88 "src/third_party/WebKit": |
85 Var("webkit_trunk") + "@" + Var("webkit_revision"), | 89 "/trunk/deps/third_party/WebKit@76115", |
86 | 90 |
87 "src/third_party/icu": | 91 "src/third_party/icu": |
88 "/trunk/deps/third_party/icu46@192960", | 92 "/trunk/deps/third_party/icu46@192960", |
89 | 93 |
90 "src/third_party/libexif/sources": | 94 "src/third_party/libexif/sources": |
91 "/trunk/deps/third_party/libexif/sources@146817", | 95 "/trunk/deps/third_party/libexif/sources@146817", |
92 | 96 |
93 "src/third_party/hunspell": | 97 "src/third_party/hunspell": |
94 "/trunk/deps/third_party/hunspell@184822", | 98 "/trunk/deps/third_party/hunspell@184822", |
95 | 99 |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 | 141 |
138 "src/third_party/skia/src": | 142 "src/third_party/skia/src": |
139 (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"), | 143 (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"), |
140 | 144 |
141 "src/third_party/skia/gyp": | 145 "src/third_party/skia/gyp": |
142 (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"), | 146 (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"), |
143 | 147 |
144 "src/third_party/skia/include": | 148 "src/third_party/skia/include": |
145 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"), | 149 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"), |
146 | 150 |
| 151 "src/third_party/WebKit/LayoutTests": |
| 152 Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |
| 153 |
| 154 "src/third_party/WebKit/Source": |
| 155 Var("webkit_trunk") + "/Source@" + Var("webkit_revision"), |
| 156 |
| 157 "src/third_party/WebKit/Tools/DumpRenderTree": |
| 158 Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"), |
| 159 |
| 160 "src/third_party/WebKit/Tools/Scripts": |
| 161 Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"), |
| 162 |
| 163 "src/third_party/WebKit/Tools/TestWebKitAPI": |
| 164 Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"), |
| 165 |
147 "src/third_party/ots": | 166 "src/third_party/ots": |
148 (Var("googlecode_url") % "ots") + "/trunk@97", | 167 (Var("googlecode_url") % "ots") + "/trunk@97", |
149 | 168 |
150 "src/tools/page_cycler/acid3": | 169 "src/tools/page_cycler/acid3": |
151 "/trunk/deps/page_cycler/acid3@171600", | 170 "/trunk/deps/page_cycler/acid3@171600", |
152 | 171 |
153 "src/chrome/test/data/perf/canvas_bench": | 172 "src/chrome/test/data/perf/canvas_bench": |
154 "/trunk/deps/canvas_bench@122605", | 173 "/trunk/deps/canvas_bench@122605", |
155 | 174 |
156 "src/chrome/test/data/perf/frame_rate/content": | 175 "src/chrome/test/data/perf/frame_rate/content": |
157 "/trunk/deps/frame_rate/content@93671", | 176 "/trunk/deps/frame_rate/content@93671", |
158 | 177 |
159 "src/chrome/test/data/perf/third_party/octane": | 178 "src/chrome/test/data/perf/third_party/octane": |
160 (Var("googlecode_url") % "octane-benchmark") + "/trunk@19", | 179 (Var("googlecode_url") % "octane-benchmark") + "/trunk@19", |
161 | 180 |
162 "src/third_party/bidichecker": | 181 "src/third_party/bidichecker": |
163 (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4", | 182 (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4", |
164 | 183 |
165 "src/third_party/v8-i18n": | 184 "src/third_party/v8-i18n": |
166 (Var("googlecode_url") % "v8-i18n") + "/trunk@174", | 185 (Var("googlecode_url") % "v8-i18n") + "/trunk@174", |
167 | 186 |
168 # When roll to another webgl conformance tests revision, please goto | 187 # When roll to another webgl conformance tests revision, please goto |
169 # chrome/test/gpu and run generate_webgl_conformance_test_list.py. | 188 # chrome/test/gpu and run generate_webgl_conformance_test_list.py. |
170 "src/third_party/webgl_conformance": | 189 "src/third_party/webgl_conformance": |
171 "/trunk/deps/third_party/webgl/sdk/tests@170088", | 190 "/trunk/deps/third_party/webgl/sdk/tests@170088", |
172 | 191 |
173 # We run these layout tests as UI tests. Since many of the buildbots that | 192 # We run these layout tests as UI tests. Since many of the buildbots that |
174 # run layout tests do NOT have access to the LayoutTest directory, we need | 193 # run layout tests do NOT have access to the LayoutTest directory, we need |
175 # to map them here. In practice, these do not take up much space. | 194 # to map them here. In practice, these do not take up much space. |
176 # | |
177 # TODO: crbug.com/230215. Remove these and update the tests to pull directly | |
178 # from the Blink repo since the layout tests are now always checked out. | |
179 "src/content/test/data/layout_tests/LayoutTests/fast/events": | 195 "src/content/test/data/layout_tests/LayoutTests/fast/events": |
180 Var("webkit_trunk") + "/LayoutTests/fast/events@" + | 196 Var("webkit_trunk") + "/LayoutTests/fast/events@" + |
181 Var("webkit_revision"), | 197 Var("webkit_revision"), |
182 "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": | 198 "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": |
183 Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" + | 199 Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" + |
184 Var("webkit_revision"), | 200 Var("webkit_revision"), |
185 "src/content/test/data/layout_tests/LayoutTests/fast/workers": | 201 "src/content/test/data/layout_tests/LayoutTests/fast/workers": |
186 Var("webkit_trunk") + "/LayoutTests/fast/workers@" + | 202 Var("webkit_trunk") + "/LayoutTests/fast/workers@" + |
187 Var("webkit_revision"), | 203 Var("webkit_revision"), |
188 "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": | 204 "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
458 "src/third_party/sfntly/cpp/src": None, | 474 "src/third_party/sfntly/cpp/src": None, |
459 "src/third_party/smhasher/src": None, | 475 "src/third_party/smhasher/src": None, |
460 "src/third_party/snappy/src": None, | 476 "src/third_party/snappy/src": None, |
461 "src/third_party/swig/Lib": None, | 477 "src/third_party/swig/Lib": None, |
462 "src/third_party/undoview": None, | 478 "src/third_party/undoview": None, |
463 "src/third_party/v8-i18n": None, | 479 "src/third_party/v8-i18n": None, |
464 "src/third_party/webdriver/pylib": None, | 480 "src/third_party/webdriver/pylib": None, |
465 "src/third_party/webpagereplay": None, | 481 "src/third_party/webpagereplay": None, |
466 "src/third_party/webrtc": None, | 482 "src/third_party/webrtc": None, |
467 "src/third_party/WebKit": None, | 483 "src/third_party/WebKit": None, |
| 484 "src/third_party/WebKit/LayoutTests": None, |
| 485 "src/third_party/WebKit/Source": None, |
| 486 "src/third_party/WebKit/Tools/DumpRenderTree": None, |
| 487 "src/third_party/WebKit/Tools/Scripts": None, |
| 488 "src/third_party/WebKit/Tools/TestWebKitAPI": None, |
468 "src/third_party/yasm/source/patched-yasm": None, | 489 "src/third_party/yasm/source/patched-yasm": None, |
469 "src/tools/page_cycler/acid3": None, | 490 "src/tools/page_cycler/acid3": None, |
470 "src/v8": None, | 491 "src/v8": None, |
471 }, | 492 }, |
472 "mac": { | 493 "mac": { |
473 "src/chrome/tools/test/reference_build/chrome_mac": | 494 "src/chrome/tools/test/reference_build/chrome_mac": |
474 "/trunk/deps/reference_builds/chrome_mac@137727", | 495 "/trunk/deps/reference_builds/chrome_mac@137727", |
475 | 496 |
476 "src/third_party/GTM": | 497 "src/third_party/GTM": |
477 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + | 498 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
(...skipping 24 matching lines...) Expand all Loading... |
502 "src/third_party/swig/linux": | 523 "src/third_party/swig/linux": |
503 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), | 524 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), |
504 | 525 |
505 "src/third_party/lss": | 526 "src/third_party/lss": |
506 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + | 527 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + |
507 Var("lss_revision")), | 528 Var("lss_revision")), |
508 | 529 |
509 "src/third_party/openssl": | 530 "src/third_party/openssl": |
510 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"), | 531 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"), |
511 | 532 |
| 533 "src/third_party/WebKit/Tools/gdb": |
| 534 Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"), |
| 535 |
512 "src/third_party/gold": | 536 "src/third_party/gold": |
513 "/trunk/deps/third_party/gold@168091", | 537 "/trunk/deps/third_party/gold@168091", |
514 | 538 |
515 "src/third_party/libmtp": | 539 "src/third_party/libmtp": |
516 "/trunk/deps/third_party/libmtp@178673", | 540 "/trunk/deps/third_party/libmtp@178673", |
517 | 541 |
518 # Used on Linux only. CrOS already has a copy. | 542 # Used on Linux only. CrOS already has a copy. |
519 "src/third_party/mtpd/source": | 543 "src/third_party/mtpd/source": |
520 Var("chromiumos_git") + "/platform/mtpd.git" + | 544 Var("chromiumos_git") + "/platform/mtpd.git" + |
521 "@132604f107368f617a3073ba2d515b78641ceeed", | 545 "@132604f107368f617a3073ba2d515b78641ceeed", |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
670 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 694 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
671 "pattern": ".", | 695 "pattern": ".", |
672 "action": ["python", "src/build/gyp_chromium"], | 696 "action": ["python", "src/build/gyp_chromium"], |
673 }, | 697 }, |
674 { | 698 { |
675 # Check for landmines (reasons to clobber the build). | 699 # Check for landmines (reasons to clobber the build). |
676 "pattern": ".", | 700 "pattern": ".", |
677 "action": ["python", "src/build/landmines.py"], | 701 "action": ["python", "src/build/landmines.py"], |
678 }, | 702 }, |
679 ] | 703 ] |
OLD | NEW |