Chromium Code Reviews| 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": "200337", | 42 "nss_revision": "200337", |
| 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": "201600", | 46 "swarm_revision": "201600", |
| 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://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", | |
|
rohitrao (ping after 24h)
2013/05/30 23:57:11
Thanks for going back and removing these unused va
| |
| 57 } | 51 } |
| 58 | 52 |
| 59 deps = { | 53 deps = { |
| 60 "src/breakpad/src": | 54 "src/breakpad/src": |
| 61 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1182", | 55 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1182", |
| 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/sdch/open-vcdiff": | 60 "src/sdch/open-vcdiff": |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 396 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + | 390 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
| 397 Var("gtm_revision"), | 391 Var("gtm_revision"), |
| 398 | 392 |
| 399 "src/third_party/nss": | 393 "src/third_party/nss": |
| 400 "/trunk/deps/third_party/nss@" + Var("nss_revision"), | 394 "/trunk/deps/third_party/nss@" + Var("nss_revision"), |
| 401 | 395 |
| 402 # class-dump utility to generate header files for undocumented SDKs | 396 # class-dump utility to generate header files for undocumented SDKs |
| 403 "src/testing/iossim/third_party/class-dump": | 397 "src/testing/iossim/third_party/class-dump": |
| 404 "/trunk/deps/third_party/class-dump@199203", | 398 "/trunk/deps/third_party/class-dump@199203", |
| 405 | 399 |
| 406 # Pull only the headers from WebKit. | 400 # Code that's not needed due to not building everything |
| 407 "src/third_party/WebKit/Source/WebKit/chromium/public": | |
| 408 Var("ios_webkit_trunk") + "/Source/WebKit/chromium/public@" + | |
| 409 Var("ios_webkit_revision"), | |
| 410 "src/third_party/WebKit/Source/Platform/chromium/public": | |
| 411 Var("ios_webkit_trunk") + "/Source/Platform/chromium/public@" + | |
| 412 Var("ios_webkit_revision"), | |
| 413 # Pull only the headers from Blink. | |
| 414 "src/third_party/WebKit/public": | |
| 415 Var("webkit_trunk") + "/public@" + Var("webkit_revision"), | |
| 416 | |
| 417 # Code that's not needed due to not building everything (especially WebKit). | |
| 418 "src/build/util/support": None, | 401 "src/build/util/support": None, |
| 419 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non e, | 402 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non e, |
| 420 "src/content/test/data/layout_tests/LayoutTests/editing/pasteboard/resources ": None, | 403 "src/content/test/data/layout_tests/LayoutTests/editing/pasteboard/resources ": None, |
| 421 "src/content/test/data/layout_tests/LayoutTests/fast/events": None, | 404 "src/content/test/data/layout_tests/LayoutTests/fast/events": None, |
| 422 "src/content/test/data/layout_tests/LayoutTests/fast/filesystem_temp": None, | 405 "src/content/test/data/layout_tests/LayoutTests/fast/filesystem_temp": None, |
| 423 "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": None, | 406 "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": None, |
| 424 "src/content/test/data/layout_tests/LayoutTests/fast/workers": None, | 407 "src/content/test/data/layout_tests/LayoutTests/fast/workers": None, |
| 425 "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": None, | 408 "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": None, |
| 426 "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": None, | 409 "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": None, |
| 427 "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests": None, | 410 "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests": None, |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 461 "src/third_party/scons-2.0.1": None, | 444 "src/third_party/scons-2.0.1": None, |
| 462 "src/third_party/sfntly/cpp/src": None, | 445 "src/third_party/sfntly/cpp/src": None, |
| 463 "src/third_party/smhasher/src": None, | 446 "src/third_party/smhasher/src": None, |
| 464 "src/third_party/snappy/src": None, | 447 "src/third_party/snappy/src": None, |
| 465 "src/third_party/swig/Lib": None, | 448 "src/third_party/swig/Lib": None, |
| 466 "src/third_party/undoview": None, | 449 "src/third_party/undoview": None, |
| 467 "src/third_party/v8-i18n": None, | 450 "src/third_party/v8-i18n": None, |
| 468 "src/third_party/webdriver/pylib": None, | 451 "src/third_party/webdriver/pylib": None, |
| 469 "src/third_party/webpagereplay": None, | 452 "src/third_party/webpagereplay": None, |
| 470 "src/third_party/webrtc": None, | 453 "src/third_party/webrtc": None, |
| 471 "src/third_party/WebKit": None, | |
| 472 "src/third_party/yasm/source/patched-yasm": None, | 454 "src/third_party/yasm/source/patched-yasm": None, |
| 473 "src/tools/page_cycler/acid3": None, | 455 "src/tools/page_cycler/acid3": None, |
| 474 "src/v8": None, | 456 "src/v8": None, |
| 475 }, | 457 }, |
| 476 "mac": { | 458 "mac": { |
| 477 "src/chrome/tools/test/reference_build/chrome_mac": | 459 "src/chrome/tools/test/reference_build/chrome_mac": |
| 478 "/trunk/deps/reference_builds/chrome_mac@197743", | 460 "/trunk/deps/reference_builds/chrome_mac@197743", |
| 479 | 461 |
| 480 "src/third_party/GTM": | 462 "src/third_party/GTM": |
| 481 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + | 463 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 683 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 665 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 684 "pattern": ".", | 666 "pattern": ".", |
| 685 "action": ["python", "src/build/gyp_chromium"], | 667 "action": ["python", "src/build/gyp_chromium"], |
| 686 }, | 668 }, |
| 687 { | 669 { |
| 688 # Check for landmines (reasons to clobber the build). | 670 # Check for landmines (reasons to clobber the build). |
| 689 "pattern": ".", | 671 "pattern": ".", |
| 690 "action": ["python", "src/build/landmines.py"], | 672 "action": ["python", "src/build/landmines.py"], |
| 691 }, | 673 }, |
| 692 ] | 674 ] |
| OLD | NEW |