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

Side by Side Diff: DEPS

Issue 341533004: Do not update libaddressinput strings on 'gclient runhooks'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: No repacking. Created 6 years, 6 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 | « .gitignore ('k') | chrome/tools/build/repack_locales.py » ('j') | 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 -w <gclientdir> 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
8 # where <gcliendir> is the absolute path to the directory containing the 8 # where <gcliendir> is the absolute path to the directory containing the
9 # .gclient file (the parent of "src"). 9 # .gclient file (the parent of "src").
10 # 10 #
(...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 "name": "eu-strip", 748 "name": "eu-strip",
749 "pattern": ".", 749 "pattern": ".",
750 "action": [ "download_from_google_storage", 750 "action": [ "download_from_google_storage",
751 "--no_resume", 751 "--no_resume",
752 "--platform=linux*", 752 "--platform=linux*",
753 "--no_auth", 753 "--no_auth",
754 "--bucket", "chromium-eu-strip", 754 "--bucket", "chromium-eu-strip",
755 "-s", "src/build/linux/bin/eu-strip.sha1", 755 "-s", "src/build/linux/bin/eu-strip.sha1",
756 ], 756 ],
757 }, 757 },
758 # Pull libaddressinput strings to work better with translation tools.
759 {
760 "name": "libaddressinput-strings",
761 "pattern": ".",
762 "action": [
763 "python",
764 "src/third_party/libaddressinput/chromium/tools/update-strings.py",
765 ],
766 },
767 { 758 {
768 "name": "drmemory", 759 "name": "drmemory",
769 "pattern": ".", 760 "pattern": ".",
770 "action": [ "download_from_google_storage", 761 "action": [ "download_from_google_storage",
771 "--no_resume", 762 "--no_resume",
772 "--platform=win32", 763 "--platform=win32",
773 "--no_auth", 764 "--no_auth",
774 "--bucket", "chromium-drmemory", 765 "--bucket", "chromium-drmemory",
775 "-s", "src/third_party/drmemory/drmemory-windows-sfx.exe.sha1", 766 "-s", "src/third_party/drmemory/drmemory-windows-sfx.exe.sha1",
776 ], 767 ],
(...skipping 23 matching lines...) Expand all
800 "src/third_party/apache-win32", 791 "src/third_party/apache-win32",
801 ], 792 ],
802 }, 793 },
803 { 794 {
804 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 795 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
805 "name": "gyp", 796 "name": "gyp",
806 "pattern": ".", 797 "pattern": ".",
807 "action": ["python", "src/build/gyp_chromium"], 798 "action": ["python", "src/build/gyp_chromium"],
808 }, 799 },
809 ] 800 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | chrome/tools/build/repack_locales.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698