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://svn.webkit.org/repository/webkit/trunk", | 9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", |
10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 "src/third_party/GTM": | 409 "src/third_party/GTM": |
410 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + | 410 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
411 Var("gtm_revision"), | 411 Var("gtm_revision"), |
412 | 412 |
413 "src/third_party/nss": | 413 "src/third_party/nss": |
414 "/trunk/deps/third_party/nss@" + Var("nss_revision"), | 414 "/trunk/deps/third_party/nss@" + Var("nss_revision"), |
415 | 415 |
416 # class-dump utility to generate header files for undocumented SDKs | 416 # class-dump utility to generate header files for undocumented SDKs |
417 "src/testing/iossim/third_party/class-dump": | 417 "src/testing/iossim/third_party/class-dump": |
418 "/trunk/deps/third_party/class-dump@147231", | 418 "/trunk/deps/third_party/class-dump@147231", |
| 419 |
| 420 # Code that's not needed due to not building everything (especially WebKit). |
| 421 "src/build/util/support": None, |
| 422 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non
e, |
| 423 "src/content/test/data/layout_tests/LayoutTests/fast/events": None, |
| 424 "src/content/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
None, |
| 425 "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": None, |
| 426 "src/content/test/data/layout_tests/LayoutTests/fast/workers": None, |
| 427 "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": None, |
| 428 "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": None, |
| 429 "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
None, |
| 430 "src/content/test/data/layout_tests/LayoutTests/http/tests/workers": None, |
| 431 "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
None, |
| 432 "src/content/test/data/layout_tests/LayoutTests/media": None, |
| 433 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/e
vents": None, |
| 434 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/w
orkers": None, |
| 435 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/t
ests/workers": None, |
| 436 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storag
e/domstorage": None, |
| 437 "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/event
s": None, |
| 438 "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/worke
rs": None, |
| 439 "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb": None, |
| 440 "src/content/test/data/layout_tests/LayoutTests/storage/domstorage": None, |
| 441 "src/chrome/test/data/perf/canvas_bench": None, |
| 442 "src/chrome/test/data/perf/frame_rate/content": None, |
| 443 "src/native_client": None, |
| 444 "src/native_client/src/third_party/ppapi": None, |
| 445 "src/native_client_sdk/src/site_scons": None, |
| 446 "src/sandbox/linux/seccomp-legacy": None, |
| 447 "src/third_party/angle": None, |
| 448 "src/third_party/bidichecker": None, |
| 449 "src/third_party/webgl_conformance": None, |
| 450 "src/third_party/ffmpeg": None, |
| 451 "src/third_party/hunspell_dictionaries": None, |
| 452 "src/third_party/hunspell": None, |
| 453 "src/third_party/leveldatabase/src": None, |
| 454 "src/third_party/libexif/sources": None, |
| 455 "src/third_party/libjingle/source": None, |
| 456 "src/third_party/libjpeg_turbo": None, |
| 457 "src/third_party/libphonenumber/src/phonenumbers": None, |
| 458 "src/third_party/libphonenumber/src/test": None, |
| 459 "src/third_party/libphonenumber/src/resources": None, |
| 460 "src/third_party/jsoncpp/source/include": None, |
| 461 "src/third_party/jsoncpp/source/src/lib_json": None, |
| 462 "src/third_party/libsrtp": None, |
| 463 "src/third_party/libvpx": None, |
| 464 "src/third_party/libyuv": None, |
| 465 "src/third_party/mozc/session": None, |
| 466 "src/third_party/mozc/chrome/chromeos/renderer": None, |
| 467 "src/third_party/ots": None, |
| 468 "src/third_party/pylib": None, |
| 469 "src/third_party/pymox/src": None, |
| 470 "src/third_party/safe_browsing/testing": None, |
| 471 "src/third_party/scons-2.0.1": None, |
| 472 "src/third_party/sfntly/cpp/src": None, |
| 473 "src/third_party/skia/src": None, |
| 474 "src/third_party/smhasher/src": None, |
| 475 "src/third_party/snappy/src": None, |
| 476 "src/third_party/swig/Lib": None, |
| 477 "src/third_party/undoview": None, |
| 478 "src/third_party/v8-i18n": None, |
| 479 "src/third_party/webdriver/pylib": None, |
| 480 "src/third_party/webpagereplay": None, |
| 481 "src/third_party/webrtc": None, |
| 482 "src/third_party/WebKit": None, |
| 483 "src/third_party/WebKit/LayoutTests": None, |
| 484 "src/third_party/WebKit/Source": None, |
| 485 "src/third_party/WebKit/Tools/DumpRenderTree": None, |
| 486 "src/third_party/WebKit/Tools/Scripts": None, |
| 487 "src/third_party/WebKit/Tools/TestWebKitAPI": None, |
| 488 "src/third_party/yasm/source/patched-yasm": None, |
| 489 "src/tools/page_cycler/acid3": None, |
| 490 "src/v8": None, |
419 }, | 491 }, |
420 "mac": { | 492 "mac": { |
421 "src/chrome/tools/test/reference_build/chrome_mac": | 493 "src/chrome/tools/test/reference_build/chrome_mac": |
422 "/trunk/deps/reference_builds/chrome_mac@137727", | 494 "/trunk/deps/reference_builds/chrome_mac@137727", |
423 | 495 |
424 "src/third_party/GTM": | 496 "src/third_party/GTM": |
425 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + | 497 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
426 Var("gtm_revision"), | 498 Var("gtm_revision"), |
427 "src/third_party/pdfsqueeze": | 499 "src/third_party/pdfsqueeze": |
428 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", | 500 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
571 "pattern": ".", | 643 "pattern": ".", |
572 "action": ["python", "src/build/util/lastchange.py", | 644 "action": ["python", "src/build/util/lastchange.py", |
573 "-o", "src/build/util/LASTCHANGE"], | 645 "-o", "src/build/util/LASTCHANGE"], |
574 }, | 646 }, |
575 { | 647 { |
576 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 648 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
577 "pattern": ".", | 649 "pattern": ".", |
578 "action": ["python", "src/build/gyp_chromium"], | 650 "action": ["python", "src/build/gyp_chromium"], |
579 }, | 651 }, |
580 ] | 652 ] |
OLD | NEW |