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

Side by Side Diff: DEPS

Issue 190553003: Roll Chromeos system_api (new methods in cryptohome API) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 # This file is automatically processed to create .DEPS.git which is the file 1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git. 2 # that gclient uses under git.
3 # 3 #
4 # See http://code.google.com/p/chromium/wiki/UsingGit 4 # See http://code.google.com/p/chromium/wiki/UsingGit
5 # 5 #
6 # To test manually, run: 6 # To test manually, run:
7 # python tools/deps2git/deps2git.py -o .DEPS.git 7 # python tools/deps2git/deps2git.py -o .DEPS.git
8 # gclient runhooks 8 # gclient runhooks
9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by 9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by
10 # a bot when you modify this one. 10 # a bot when you modify this one.
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 "@e4e4656e9aa710f0617dab8746ab6116c0506ceb", 470 "@e4e4656e9aa710f0617dab8746ab6116c0506ceb",
471 471
472 # Used on Linux only. CrOS already has a copy. 472 # Used on Linux only. CrOS already has a copy.
473 "src/third_party/cros_dbus_cplusplus/source": 473 "src/third_party/cros_dbus_cplusplus/source":
474 Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" + 474 Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" +
475 "@e4120532bbf3ca9f743b0be1f539381a54d16867", 475 "@e4120532bbf3ca9f743b0be1f539381a54d16867",
476 476
477 # For Linux and Chromium OS. 477 # For Linux and Chromium OS.
478 "src/third_party/cros_system_api": 478 "src/third_party/cros_system_api":
479 Var("chromiumos_git") + "/platform/system_api.git" + 479 Var("chromiumos_git") + "/platform/system_api.git" +
480 "@096d48842a57dbb7c8043201576424f34eb5609c", 480 "@cca4793e883a03da9d472dbe0712104d49119b00",
481 481
482 # Note that this is different from Android's freetype repo. 482 # Note that this is different from Android's freetype repo.
483 "src/third_party/freetype2/src": 483 "src/third_party/freetype2/src":
484 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" + 484 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" +
485 "@d699c2994ecc178c4ed05ac2086061b2034c2178", 485 "@d699c2994ecc178c4ed05ac2086061b2034c2178",
486 486
487 # Build tools for targeting ChromeOS. 487 # Build tools for targeting ChromeOS.
488 "src/third_party/chromite": 488 "src/third_party/chromite":
489 Var("chromiumos_git") + "/chromite.git" + 489 Var("chromiumos_git") + "/chromite.git" +
490 "@1ee2901d33ae698d1f2a1d95e9f3fd5bbd5f13f9", 490 "@1ee2901d33ae698d1f2a1d95e9f3fd5bbd5f13f9",
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 "-s", "src/build/linux/bin/eu-strip.sha1", 752 "-s", "src/build/linux/bin/eu-strip.sha1",
753 ], 753 ],
754 }, 754 },
755 { 755 {
756 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 756 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
757 "name": "gyp", 757 "name": "gyp",
758 "pattern": ".", 758 "pattern": ".",
759 "action": ["python", "src/build/gyp_chromium"], 759 "action": ["python", "src/build/gyp_chromium"],
760 }, 760 },
761 ] 761 ]
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