| 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 30 matching lines...) Expand all Loading... |
| 41 "jsoncpp_revision": "248", | 41 "jsoncpp_revision": "248", |
| 42 "nss_revision": "196262", | 42 "nss_revision": "196262", |
| 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": "196453", | 46 "swarm_revision": "196453", |
| 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": "194187", | 50 "openssl_revision": "194187", |
| 51 | |
| 52 "ios_webkit_trunk": "http://src.chromium.org/blink/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", | |
| 57 } | 51 } |
| 58 | 52 |
| 59 deps = { | 53 deps = { |
| 60 "src/breakpad/src": | 54 "src/breakpad/src": |
| 61 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1155", | 55 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1155", |
| 62 | 56 |
| 63 "src/googleurl": | 57 "src/googleurl": |
| 64 (Var("googlecode_url") % "google-url") + "/trunk@183", | 58 (Var("googlecode_url") % "google-url") + "/trunk@183", |
| 65 | 59 |
| 66 "src/sandbox/linux/seccomp-legacy": | 60 "src/sandbox/linux/seccomp-legacy": |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + | 402 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
| 409 Var("gtm_revision"), | 403 Var("gtm_revision"), |
| 410 | 404 |
| 411 "src/third_party/nss": | 405 "src/third_party/nss": |
| 412 "/trunk/deps/third_party/nss@" + Var("nss_revision"), | 406 "/trunk/deps/third_party/nss@" + Var("nss_revision"), |
| 413 | 407 |
| 414 # class-dump utility to generate header files for undocumented SDKs | 408 # class-dump utility to generate header files for undocumented SDKs |
| 415 "src/testing/iossim/third_party/class-dump": | 409 "src/testing/iossim/third_party/class-dump": |
| 416 "/trunk/deps/third_party/class-dump@147231", | 410 "/trunk/deps/third_party/class-dump@147231", |
| 417 | 411 |
| 418 # Pull only the headers from WebKit. | |
| 419 "src/third_party/WebKit/Source/WebKit/chromium/public": | |
| 420 Var("ios_webkit_trunk") + "/Source/WebKit/chromium/public@" + | |
| 421 Var("ios_webkit_revision"), | |
| 422 "src/third_party/WebKit/Source/Platform/chromium/public": | |
| 423 Var("ios_webkit_trunk") + "/Source/Platform/chromium/public@" + | |
| 424 Var("ios_webkit_revision"), | |
| 425 | |
| 426 # Code that's not needed due to not building everything (especially WebKit). | 412 # Code that's not needed due to not building everything (especially WebKit). |
| 427 "src/build/util/support": None, | 413 "src/build/util/support": None, |
| 428 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non
e, | 414 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non
e, |
| 429 "src/content/test/data/layout_tests/LayoutTests/editing/pasteboard/resources
": None, | 415 "src/content/test/data/layout_tests/LayoutTests/editing/pasteboard/resources
": None, |
| 430 "src/content/test/data/layout_tests/LayoutTests/fast/events": None, | 416 "src/content/test/data/layout_tests/LayoutTests/fast/events": None, |
| 431 "src/content/test/data/layout_tests/LayoutTests/fast/filesystem_temp": None, | 417 "src/content/test/data/layout_tests/LayoutTests/fast/filesystem_temp": None, |
| 432 "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": None, | 418 "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": None, |
| 433 "src/content/test/data/layout_tests/LayoutTests/fast/workers": None, | 419 "src/content/test/data/layout_tests/LayoutTests/fast/workers": None, |
| 434 "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": None, | 420 "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": None, |
| 435 "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": None, | 421 "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": None, |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 690 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 676 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 691 "pattern": ".", | 677 "pattern": ".", |
| 692 "action": ["python", "src/build/gyp_chromium"], | 678 "action": ["python", "src/build/gyp_chromium"], |
| 693 }, | 679 }, |
| 694 { | 680 { |
| 695 # Check for landmines (reasons to clobber the build). | 681 # Check for landmines (reasons to clobber the build). |
| 696 "pattern": ".", | 682 "pattern": ".", |
| 697 "action": ["python", "src/build/landmines.py"], | 683 "action": ["python", "src/build/landmines.py"], |
| 698 }, | 684 }, |
| 699 ] | 685 ] |
| OLD | NEW |