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

Side by Side Diff: DEPS

Issue 10696062: Revert 145000 - chromeos: Merge tools/cros.DEPS/DEPS into the main DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1191/src/
Patch Set: Created 8 years, 5 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 | tools/cros.DEPS/DEPS » ('j') | 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",
11 "webkit_revision": "121589", 11 "webkit_revision": "121589",
12 "chromium_git": "http://git.chromium.org/git", 12 "chromium_git": "http://git.chromium.org/git",
13 "chromiumos_git": "http://git.chromium.org/chromiumos",
14 "swig_revision": "69281", 13 "swig_revision": "69281",
15 "nacl_revision": "9053", 14 "nacl_revision": "9053",
16 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS 15 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
17 # to update other nacl_*_revision's. 16 # to update other nacl_*_revision's.
18 "nacl_tools_revision": "9016", # native_client/DEPS: tools_rev 17 "nacl_tools_revision": "9016", # native_client/DEPS: tools_rev
19 18
20 # These hashes need to be updated when nacl_toolchain_revision is changed. 19 # These hashes need to be updated when nacl_toolchain_revision is changed.
21 # After changing nacl_toolchain_revision, run 'gclient runhooks' to get the 20 # After changing nacl_toolchain_revision, run 'gclient runhooks' to get the
22 # new values. 21 # new values.
23 "nacl_toolchain_linux_x86_hash": 22 "nacl_toolchain_linux_x86_hash":
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 Var("lss_revision")), 435 Var("lss_revision")),
437 436
438 "src/third_party/openssl": 437 "src/third_party/openssl":
439 "/trunk/deps/third_party/openssl@130472", 438 "/trunk/deps/third_party/openssl@130472",
440 439
441 "src/third_party/WebKit/Tools/gdb": 440 "src/third_party/WebKit/Tools/gdb":
442 Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"), 441 Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
443 442
444 "src/third_party/gold": 443 "src/third_party/gold":
445 "/trunk/deps/third_party/gold@124239", 444 "/trunk/deps/third_party/gold@124239",
446 445 » » },
447 # For Chromium OS.
448 "src/third_party/cros_system_api":
449 Var("chromiumos_git") + "/platform/system_api.git" +
450 "@a6b76c4e38f97311a7c577758467c5e2c5f3b123",
451 },
452 "android": { 446 "android": {
453 "src/third_party/freetype": 447 "src/third_party/freetype":
454 Var("chromium_git") + "/chromium/src/third_party/freetype.git" + 448 Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
455 "@1f74e4e7ad3ca4163b4578fc30da26a165dd55e7", 449 "@1f74e4e7ad3ca4163b4578fc30da26a165dd55e7",
456 450
457 "src/third_party/aosp": 451 "src/third_party/aosp":
458 "/trunk/deps/third_party/aosp@122156", 452 "/trunk/deps/third_party/aosp@122156",
459 }, 453 },
460 } 454 }
461 455
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 "pattern": ".", 543 "pattern": ".",
550 "action": ["python", "src/build/util/lastchange.py", 544 "action": ["python", "src/build/util/lastchange.py",
551 "-o", "src/build/util/LASTCHANGE"], 545 "-o", "src/build/util/LASTCHANGE"],
552 }, 546 },
553 { 547 {
554 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 548 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
555 "pattern": ".", 549 "pattern": ".",
556 "action": ["python", "src/build/gyp_chromium"], 550 "action": ["python", "src/build/gyp_chromium"],
557 }, 551 },
558 ] 552 ]
OLDNEW
« no previous file with comments | « no previous file | tools/cros.DEPS/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698