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

Side by Side Diff: DEPS

Issue 14021003: Rework the deps so that we pull all of Blink into third_party/WebKit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update, rebase Created 7 years, 8 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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://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
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.
88 "src/third_party/WebKit": 84 "src/third_party/WebKit":
89 "/trunk/deps/third_party/WebKit@76115", 85 Var("webkit_trunk") + "@" + Var("webkit_revision"),
90 86
91 "src/third_party/icu": 87 "src/third_party/icu":
92 "/trunk/deps/third_party/icu46@192960", 88 "/trunk/deps/third_party/icu46@192960",
93 89
94 "src/third_party/libexif/sources": 90 "src/third_party/libexif/sources":
95 "/trunk/deps/third_party/libexif/sources@146817", 91 "/trunk/deps/third_party/libexif/sources@146817",
96 92
97 "src/third_party/hunspell": 93 "src/third_party/hunspell":
98 "/trunk/deps/third_party/hunspell@184822", 94 "/trunk/deps/third_party/hunspell@184822",
99 95
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 137
142 "src/third_party/skia/src": 138 "src/third_party/skia/src":
143 (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"), 139 (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
144 140
145 "src/third_party/skia/gyp": 141 "src/third_party/skia/gyp":
146 (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"), 142 (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"),
147 143
148 "src/third_party/skia/include": 144 "src/third_party/skia/include":
149 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"), 145 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
150 146
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
166 "src/third_party/ots": 147 "src/third_party/ots":
167 (Var("googlecode_url") % "ots") + "/trunk@97", 148 (Var("googlecode_url") % "ots") + "/trunk@97",
168 149
169 "src/tools/page_cycler/acid3": 150 "src/tools/page_cycler/acid3":
170 "/trunk/deps/page_cycler/acid3@171600", 151 "/trunk/deps/page_cycler/acid3@171600",
171 152
172 "src/chrome/test/data/perf/canvas_bench": 153 "src/chrome/test/data/perf/canvas_bench":
173 "/trunk/deps/canvas_bench@122605", 154 "/trunk/deps/canvas_bench@122605",
174 155
175 "src/chrome/test/data/perf/frame_rate/content": 156 "src/chrome/test/data/perf/frame_rate/content":
176 "/trunk/deps/frame_rate/content@93671", 157 "/trunk/deps/frame_rate/content@93671",
177 158
178 "src/chrome/test/data/perf/third_party/octane": 159 "src/chrome/test/data/perf/third_party/octane":
179 (Var("googlecode_url") % "octane-benchmark") + "/trunk@19", 160 (Var("googlecode_url") % "octane-benchmark") + "/trunk@19",
180 161
181 "src/third_party/bidichecker": 162 "src/third_party/bidichecker":
182 (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4", 163 (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
183 164
184 "src/third_party/v8-i18n": 165 "src/third_party/v8-i18n":
185 (Var("googlecode_url") % "v8-i18n") + "/trunk@174", 166 (Var("googlecode_url") % "v8-i18n") + "/trunk@174",
186 167
187 # When roll to another webgl conformance tests revision, please goto 168 # When roll to another webgl conformance tests revision, please goto
188 # chrome/test/gpu and run generate_webgl_conformance_test_list.py. 169 # chrome/test/gpu and run generate_webgl_conformance_test_list.py.
189 "src/third_party/webgl_conformance": 170 "src/third_party/webgl_conformance":
190 "/trunk/deps/third_party/webgl/sdk/tests@170088", 171 "/trunk/deps/third_party/webgl/sdk/tests@170088",
191 172
192 # We run these layout tests as UI tests. Since many of the buildbots that 173 # We run these layout tests as UI tests. Since many of the buildbots that
193 # run layout tests do NOT have access to the LayoutTest directory, we need 174 # run layout tests do NOT have access to the LayoutTest directory, we need
194 # to map them here. In practice, these do not take up much space. 175 # 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.
195 "src/content/test/data/layout_tests/LayoutTests/fast/events": 179 "src/content/test/data/layout_tests/LayoutTests/fast/events":
196 Var("webkit_trunk") + "/LayoutTests/fast/events@" + 180 Var("webkit_trunk") + "/LayoutTests/fast/events@" +
197 Var("webkit_revision"), 181 Var("webkit_revision"),
198 "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": 182 "src/content/test/data/layout_tests/LayoutTests/fast/js/resources":
199 Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" + 183 Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
200 Var("webkit_revision"), 184 Var("webkit_revision"),
201 "src/content/test/data/layout_tests/LayoutTests/fast/workers": 185 "src/content/test/data/layout_tests/LayoutTests/fast/workers":
202 Var("webkit_trunk") + "/LayoutTests/fast/workers@" + 186 Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
203 Var("webkit_revision"), 187 Var("webkit_revision"),
204 "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": 188 "src/content/test/data/layout_tests/LayoutTests/http/tests/resources":
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 "src/third_party/sfntly/cpp/src": None, 458 "src/third_party/sfntly/cpp/src": None,
475 "src/third_party/smhasher/src": None, 459 "src/third_party/smhasher/src": None,
476 "src/third_party/snappy/src": None, 460 "src/third_party/snappy/src": None,
477 "src/third_party/swig/Lib": None, 461 "src/third_party/swig/Lib": None,
478 "src/third_party/undoview": None, 462 "src/third_party/undoview": None,
479 "src/third_party/v8-i18n": None, 463 "src/third_party/v8-i18n": None,
480 "src/third_party/webdriver/pylib": None, 464 "src/third_party/webdriver/pylib": None,
481 "src/third_party/webpagereplay": None, 465 "src/third_party/webpagereplay": None,
482 "src/third_party/webrtc": None, 466 "src/third_party/webrtc": None,
483 "src/third_party/WebKit": None, 467 "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,
489 "src/third_party/yasm/source/patched-yasm": None, 468 "src/third_party/yasm/source/patched-yasm": None,
490 "src/tools/page_cycler/acid3": None, 469 "src/tools/page_cycler/acid3": None,
491 "src/v8": None, 470 "src/v8": None,
492 }, 471 },
493 "mac": { 472 "mac": {
494 "src/chrome/tools/test/reference_build/chrome_mac": 473 "src/chrome/tools/test/reference_build/chrome_mac":
495 "/trunk/deps/reference_builds/chrome_mac@137727", 474 "/trunk/deps/reference_builds/chrome_mac@137727",
496 475
497 "src/third_party/GTM": 476 "src/third_party/GTM":
498 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + 477 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
(...skipping 24 matching lines...) Expand all
523 "src/third_party/swig/linux": 502 "src/third_party/swig/linux":
524 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), 503 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
525 504
526 "src/third_party/lss": 505 "src/third_party/lss":
527 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + 506 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
528 Var("lss_revision")), 507 Var("lss_revision")),
529 508
530 "src/third_party/openssl": 509 "src/third_party/openssl":
531 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"), 510 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
532 511
533 "src/third_party/WebKit/Tools/gdb":
534 Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
535
536 "src/third_party/gold": 512 "src/third_party/gold":
537 "/trunk/deps/third_party/gold@168091", 513 "/trunk/deps/third_party/gold@168091",
538 514
539 "src/third_party/libmtp": 515 "src/third_party/libmtp":
540 "/trunk/deps/third_party/libmtp@178673", 516 "/trunk/deps/third_party/libmtp@178673",
541 517
542 # Used on Linux only. CrOS already has a copy. 518 # Used on Linux only. CrOS already has a copy.
543 "src/third_party/mtpd/source": 519 "src/third_party/mtpd/source":
544 Var("chromiumos_git") + "/platform/mtpd.git" + 520 Var("chromiumos_git") + "/platform/mtpd.git" +
545 "@132604f107368f617a3073ba2d515b78641ceeed", 521 "@132604f107368f617a3073ba2d515b78641ceeed",
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 670 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
695 "pattern": ".", 671 "pattern": ".",
696 "action": ["python", "src/build/gyp_chromium"], 672 "action": ["python", "src/build/gyp_chromium"],
697 }, 673 },
698 { 674 {
699 # Check for landmines (reasons to clobber the build). 675 # Check for landmines (reasons to clobber the build).
700 "pattern": ".", 676 "pattern": ".",
701 "action": ["python", "src/build/landmines.py"], 677 "action": ["python", "src/build/landmines.py"],
702 }, 678 },
703 ] 679 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698