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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 "src/third_party/GTM": | 378 "src/third_party/GTM": |
379 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + | 379 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
380 Var("gtm_revision"), | 380 Var("gtm_revision"), |
381 | 381 |
382 "src/third_party/nss": | 382 "src/third_party/nss": |
383 "/trunk/deps/third_party/nss@" + Var("nss_revision"), | 383 "/trunk/deps/third_party/nss@" + Var("nss_revision"), |
384 | 384 |
385 # class-dump utility to generate header files for undocumented SDKs | 385 # class-dump utility to generate header files for undocumented SDKs |
386 "src/testing/iossim/third_party/class-dump": | 386 "src/testing/iossim/third_party/class-dump": |
387 "/trunk/deps/third_party/class-dump@147231", | 387 "/trunk/deps/third_party/class-dump@147231", |
| 388 |
| 389 # Code that's not needed due to not building everything (especially WebKit). |
| 390 "src/build/util/support": None, |
| 391 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non
e, |
| 392 "src/content/test/data/layout_tests/LayoutTests/fast/events": None, |
| 393 "src/content/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
None, |
| 394 "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": None, |
| 395 "src/content/test/data/layout_tests/LayoutTests/fast/workers": None, |
| 396 "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": None, |
| 397 "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": None, |
| 398 "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
None, |
| 399 "src/content/test/data/layout_tests/LayoutTests/http/tests/workers": None, |
| 400 "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
None, |
| 401 "src/content/test/data/layout_tests/LayoutTests/media": None, |
| 402 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/e
vents": None, |
| 403 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/w
orkers": None, |
| 404 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/t
ests/workers": None, |
| 405 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storag
e/domstorage": None, |
| 406 "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/event
s": None, |
| 407 "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/worke
rs": None, |
| 408 "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb": None, |
| 409 "src/content/test/data/layout_tests/LayoutTests/storage/domstorage": None, |
| 410 "src/chrome/test/data/perf/canvas_bench": None, |
| 411 "src/chrome/test/data/perf/frame_rate/content": None, |
| 412 "src/native_client": None, |
| 413 "src/native_client/src/third_party/ppapi": None, |
| 414 "src/native_client_sdk/src/site_scons": None, |
| 415 "src/sandbox/linux/seccomp-legacy": None, |
| 416 "src/third_party/angle": None, |
| 417 "src/third_party/bidichecker": None, |
| 418 "src/third_party/webgl_conformance": None, |
| 419 "src/third_party/ffmpeg": None, |
| 420 "src/third_party/hunspell_dictionaries": None, |
| 421 "src/third_party/hunspell": None, |
| 422 "src/third_party/leveldatabase/src": None, |
| 423 "src/third_party/libexif/sources": None, |
| 424 "src/third_party/libjingle/source": None, |
| 425 "src/third_party/libjpeg_turbo": None, |
| 426 "src/third_party/libphonenumber/src/phonenumbers": None, |
| 427 "src/third_party/libphonenumber/src/test": None, |
| 428 "src/third_party/libphonenumber/src/resources": None, |
| 429 "src/third_party/jsoncpp/source/include": None, |
| 430 "src/third_party/jsoncpp/source/src/lib_json": None, |
| 431 "src/third_party/libsrtp": None, |
| 432 "src/third_party/libvpx": None, |
| 433 "src/third_party/libyuv": None, |
| 434 "src/third_party/mozc/session": None, |
| 435 "src/third_party/mozc/chrome/chromeos/renderer": None, |
| 436 "src/third_party/ots": None, |
| 437 "src/third_party/pylib": None, |
| 438 "src/third_party/pymox/src": None, |
| 439 "src/third_party/safe_browsing/testing": None, |
| 440 "src/third_party/scons-2.0.1": None, |
| 441 "src/third_party/sfntly/cpp/src": None, |
| 442 "src/third_party/skia/src": None, |
| 443 "src/third_party/smhasher/src": None, |
| 444 "src/third_party/snappy/src": None, |
| 445 "src/third_party/swig/Lib": None, |
| 446 "src/third_party/undoview": None, |
| 447 "src/third_party/v8-i18n": None, |
| 448 "src/third_party/webdriver/pylib": None, |
| 449 "src/third_party/webpagereplay": None, |
| 450 "src/third_party/webrtc": None, |
| 451 "src/third_party/WebKit": None, |
| 452 "src/third_party/WebKit/LayoutTests": None, |
| 453 "src/third_party/WebKit/Source": None, |
| 454 "src/third_party/WebKit/Tools/DumpRenderTree": None, |
| 455 "src/third_party/WebKit/Tools/Scripts": None, |
| 456 "src/third_party/WebKit/Tools/TestWebKitAPI": None, |
| 457 "src/third_party/yasm/source/patched-yasm": None, |
| 458 "src/tools/page_cycler/acid3": None, |
| 459 "src/v8": None, |
388 }, | 460 }, |
389 "mac": { | 461 "mac": { |
390 "src/chrome/tools/test/reference_build/chrome_mac": | 462 "src/chrome/tools/test/reference_build/chrome_mac": |
391 "/trunk/deps/reference_builds/chrome_mac@137727", | 463 "/trunk/deps/reference_builds/chrome_mac@137727", |
392 | 464 |
393 "src/third_party/GTM": | 465 "src/third_party/GTM": |
394 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + | 466 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
395 Var("gtm_revision"), | 467 Var("gtm_revision"), |
396 "src/third_party/pdfsqueeze": | 468 "src/third_party/pdfsqueeze": |
397 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", | 469 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
516 "pattern": ".", | 588 "pattern": ".", |
517 "action": ["python", "src/build/util/lastchange.py", | 589 "action": ["python", "src/build/util/lastchange.py", |
518 "-o", "src/build/util/LASTCHANGE"], | 590 "-o", "src/build/util/LASTCHANGE"], |
519 }, | 591 }, |
520 { | 592 { |
521 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 593 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
522 "pattern": ".", | 594 "pattern": ".", |
523 "action": ["python", "src/build/gyp_chromium"], | 595 "action": ["python", "src/build/gyp_chromium"], |
524 }, | 596 }, |
525 ] | 597 ] |
OLD | NEW |