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

Side by Side Diff: DEPS

Issue 10829123: This broke official buildspec creation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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://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
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,
460 }, 388 },
461 "mac": { 389 "mac": {
462 "src/chrome/tools/test/reference_build/chrome_mac": 390 "src/chrome/tools/test/reference_build/chrome_mac":
463 "/trunk/deps/reference_builds/chrome_mac@137727", 391 "/trunk/deps/reference_builds/chrome_mac@137727",
464 392
465 "src/third_party/GTM": 393 "src/third_party/GTM":
466 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + 394 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
467 Var("gtm_revision"), 395 Var("gtm_revision"),
468 "src/third_party/pdfsqueeze": 396 "src/third_party/pdfsqueeze":
469 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", 397 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 "pattern": ".", 516 "pattern": ".",
589 "action": ["python", "src/build/util/lastchange.py", 517 "action": ["python", "src/build/util/lastchange.py",
590 "-o", "src/build/util/LASTCHANGE"], 518 "-o", "src/build/util/LASTCHANGE"],
591 }, 519 },
592 { 520 {
593 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 521 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
594 "pattern": ".", 522 "pattern": ".",
595 "action": ["python", "src/build/gyp_chromium"], 523 "action": ["python", "src/build/gyp_chromium"],
596 }, 524 },
597 ] 525 ]
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