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

Side by Side Diff: DEPS

Issue 239553004: Allow external users to use simple chrome again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 "@926038efc28089447a2f9292d7dc8cdc7eff7a36", 472 "@926038efc28089447a2f9292d7dc8cdc7eff7a36",
473 473
474 # Note that this is different from Android's freetype repo. 474 # Note that this is different from Android's freetype repo.
475 "src/third_party/freetype2/src": 475 "src/third_party/freetype2/src":
476 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" + 476 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" +
477 "@d699c2994ecc178c4ed05ac2086061b2034c2178", 477 "@d699c2994ecc178c4ed05ac2086061b2034c2178",
478 478
479 # Build tools for targeting ChromeOS. 479 # Build tools for targeting ChromeOS.
480 "src/third_party/chromite": 480 "src/third_party/chromite":
481 Var("chromiumos_git") + "/chromite.git" + 481 Var("chromiumos_git") + "/chromite.git" +
482 "@473f7ab6baf1781618f379a7680b56048b5e0ec1", 482 "@5f6a47786408789bc4622a34b491c0a9d0a69c68",
483 483
484 # Dependency of chromite.git. 484 # Dependency of chromite.git.
485 "src/third_party/pyelftools": 485 "src/third_party/pyelftools":
486 Var("chromiumos_git") + "/third_party/pyelftools.git" + 486 Var("chromiumos_git") + "/third_party/pyelftools.git" +
487 "@bdc1d380acd88d4bfaf47265008091483b0d614e", 487 "@bdc1d380acd88d4bfaf47265008091483b0d614e",
488 488
489 "src/third_party/undoview": 489 "src/third_party/undoview":
490 "/trunk/deps/third_party/undoview@119694", 490 "/trunk/deps/third_party/undoview@119694",
491 491
492 "src/third_party/liblouis/src": 492 "src/third_party/liblouis/src":
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 "-s", "src/build/linux/bin/eu-strip.sha1", 756 "-s", "src/build/linux/bin/eu-strip.sha1",
757 ], 757 ],
758 }, 758 },
759 { 759 {
760 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 760 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
761 "name": "gyp", 761 "name": "gyp",
762 "pattern": ".", 762 "pattern": ".",
763 "action": ["python", "src/build/gyp_chromium"], 763 "action": ["python", "src/build/gyp_chromium"],
764 }, 764 },
765 ] 765 ]
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