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

Side by Side Diff: DEPS

Issue 13603005: Differentiate blink from webkit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: blink_trunk -> webkit_trunk 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 30 matching lines...) Expand all
41 "jsoncpp_revision": "248", 41 "jsoncpp_revision": "248",
42 "nss_revision": "191424", 42 "nss_revision": "191424",
43 # Three lines of non-changing comments so that 43 # Three lines of non-changing comments so that
44 # the commit queue can handle CLs rolling swarm_client 44 # the commit queue can handle CLs rolling swarm_client
45 # and whatever else without interference from each other. 45 # and whatever else without interference from each other.
46 "swarm_revision": "191052", 46 "swarm_revision": "191052",
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 openssl 48 # the commit queue can handle CLs rolling openssl
49 # and whatever else without interference from each other. 49 # and whatever else without interference from each other.
50 "openssl_revision": "191822", 50 "openssl_revision": "191822",
51
52 "ios_webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
53 # Three lines of non-changing comments so that
54 # the commit queue can handle CLs rolling openssl
55 # and whatever else without interference from each other.
56 "ios_webkit_revision": "147503",
51 } 57 }
52 58
53 deps = { 59 deps = {
54 "src/breakpad/src": 60 "src/breakpad/src":
55 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1139", 61 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1139",
56 62
57 "src/googleurl": 63 "src/googleurl":
58 (Var("googlecode_url") % "google-url") + "/trunk@183", 64 (Var("googlecode_url") % "google-url") + "/trunk@183",
59 65
60 "src/sandbox/linux/seccomp-legacy": 66 "src/sandbox/linux/seccomp-legacy":
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 422
417 "src/third_party/nss": 423 "src/third_party/nss":
418 "/trunk/deps/third_party/nss@" + Var("nss_revision"), 424 "/trunk/deps/third_party/nss@" + Var("nss_revision"),
419 425
420 # class-dump utility to generate header files for undocumented SDKs 426 # class-dump utility to generate header files for undocumented SDKs
421 "src/testing/iossim/third_party/class-dump": 427 "src/testing/iossim/third_party/class-dump":
422 "/trunk/deps/third_party/class-dump@147231", 428 "/trunk/deps/third_party/class-dump@147231",
423 429
424 # Pull only the headers from WebKit. 430 # Pull only the headers from WebKit.
425 "src/third_party/WebKit/Source/WebKit/chromium/public": 431 "src/third_party/WebKit/Source/WebKit/chromium/public":
426 Var("webkit_trunk") + "/Source/WebKit/chromium/public@" + 432 Var("ios_webkit_trunk") + "/Source/WebKit/chromium/public@" +
427 Var("webkit_revision"), 433 Var("ios_webkit_revision"),
428 "src/third_party/WebKit/Source/Platform/chromium/public": 434 "src/third_party/WebKit/Source/Platform/chromium/public":
429 Var("webkit_trunk") + "/Source/Platform/chromium/public@" + 435 Var("ios_webkit_trunk") + "/Source/Platform/chromium/public@" +
430 Var("webkit_revision"), 436 Var("ios_webkit_revision"),
431 437
432 # Code that's not needed due to not building everything (especially WebKit). 438 # Code that's not needed due to not building everything (especially WebKit).
433 "src/build/util/support": None, 439 "src/build/util/support": None,
434 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non e, 440 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non e,
435 "src/content/test/data/layout_tests/LayoutTests/editing/pasteboard/resources ": None, 441 "src/content/test/data/layout_tests/LayoutTests/editing/pasteboard/resources ": None,
436 "src/content/test/data/layout_tests/LayoutTests/fast/events": None, 442 "src/content/test/data/layout_tests/LayoutTests/fast/events": None,
437 "src/content/test/data/layout_tests/LayoutTests/fast/filesystem_temp": None, 443 "src/content/test/data/layout_tests/LayoutTests/fast/filesystem_temp": None,
438 "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": None, 444 "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": None,
439 "src/content/test/data/layout_tests/LayoutTests/fast/workers": None, 445 "src/content/test/data/layout_tests/LayoutTests/fast/workers": None,
440 "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": None, 446 "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": None,
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 705 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
700 "pattern": ".", 706 "pattern": ".",
701 "action": ["python", "src/build/gyp_chromium"], 707 "action": ["python", "src/build/gyp_chromium"],
702 }, 708 },
703 { 709 {
704 # Check for landmines (reasons to clobber the build). 710 # Check for landmines (reasons to clobber the build).
705 "pattern": ".", 711 "pattern": ".",
706 "action": ["python", "src/build/landmines.py"], 712 "action": ["python", "src/build/landmines.py"],
707 }, 713 },
708 ] 714 ]
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