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

Side by Side Diff: DEPS

Issue 319373003: Use libaddressinput on all platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « 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 -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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "src/media/cdm/ppapi/api": None, 394 "src/media/cdm/ppapi/api": None,
395 "src/native_client": None, 395 "src/native_client": None,
396 "src/native_client/src/third_party/ppapi": None, 396 "src/native_client/src/third_party/ppapi": None,
397 "src/third_party/angle": None, 397 "src/third_party/angle": None,
398 "src/third_party/bidichecker": None, 398 "src/third_party/bidichecker": None,
399 "src/third_party/brotli/src": None, 399 "src/third_party/brotli/src": None,
400 "src/third_party/cld_2/src": None, 400 "src/third_party/cld_2/src": None,
401 "src/third_party/ffmpeg": None, 401 "src/third_party/ffmpeg": None,
402 "src/third_party/hunspell_dictionaries": None, 402 "src/third_party/hunspell_dictionaries": None,
403 "src/third_party/hunspell": None, 403 "src/third_party/hunspell": None,
404 "src/third_party/libaddressinput/src/cpp": None,
405 "src/third_party/libaddressinput/src/testdata": None,
406 "src/third_party/libc++/trunk": None, 404 "src/third_party/libc++/trunk": None,
407 "src/third_party/libc++abi/trunk": None, 405 "src/third_party/libc++abi/trunk": None,
408 "src/third_party/libexif/sources": None, 406 "src/third_party/libexif/sources": None,
409 "src/third_party/libjpeg_turbo": None, 407 "src/third_party/libjpeg_turbo": None,
410 "src/third_party/libsrtp": None, 408 "src/third_party/libsrtp": None,
411 "src/third_party/libvpx": None, 409 "src/third_party/libvpx": None,
412 "src/third_party/libyuv": None, 410 "src/third_party/libyuv": None,
413 "src/third_party/mesa/src": None, 411 "src/third_party/mesa/src": None,
414 "src/third_party/opus/src": None, 412 "src/third_party/opus/src": None,
415 "src/third_party/openmax_dl": None, 413 "src/third_party/openmax_dl": None,
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 538
541 "src/third_party/jsr-305/src": 539 "src/third_party/jsr-305/src":
542 (Var("googlecode_url") % "jsr-305") + "/trunk@51", 540 (Var("googlecode_url") % "jsr-305") + "/trunk@51",
543 541
544 "src/third_party/lss": 542 "src/third_party/lss":
545 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + 543 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
546 Var("lss_revision")), 544 Var("lss_revision")),
547 545
548 "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/brail le": 546 "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/brail le":
549 (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/goo glecode/eyesfree/braille@797", 547 (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/goo glecode/eyesfree/braille@797",
550
551 # Android shouldn't use this address validation library.
552 "src/third_party/libaddressinput/src/cpp": None,
553 "src/third_party/libaddressinput/src/testdata": None,
554 }, 548 },
555 } 549 }
556 550
557 551
558 include_rules = [ 552 include_rules = [
559 # Everybody can use some things. 553 # Everybody can use some things.
560 "+base", 554 "+base",
561 "+build", 555 "+build",
562 "+ipc", 556 "+ipc",
563 557
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 "pattern": ".", 751 "pattern": ".",
758 "action": [ "download_from_google_storage", 752 "action": [ "download_from_google_storage",
759 "--no_resume", 753 "--no_resume",
760 "--platform=linux*", 754 "--platform=linux*",
761 "--no_auth", 755 "--no_auth",
762 "--bucket", "chromium-eu-strip", 756 "--bucket", "chromium-eu-strip",
763 "-s", "src/build/linux/bin/eu-strip.sha1", 757 "-s", "src/build/linux/bin/eu-strip.sha1",
764 ], 758 ],
765 }, 759 },
766 # Pull libaddressinput strings to work better with translation tools. 760 # Pull libaddressinput strings to work better with translation tools.
767 # This is a no-op on android and ios platforms.
768 { 761 {
769 "name": "libaddressinput-strings", 762 "name": "libaddressinput-strings",
770 "pattern": ".", 763 "pattern": ".",
771 "action": [ 764 "action": [
772 "python", 765 "python",
773 "src/third_party/libaddressinput/chromium/tools/update-strings.py", 766 "src/third_party/libaddressinput/chromium/tools/update-strings.py",
774 ], 767 ],
775 }, 768 },
776 { 769 {
777 "name": "drmemory", 770 "name": "drmemory",
778 "pattern": ".", 771 "pattern": ".",
779 "action": [ "download_from_google_storage", 772 "action": [ "download_from_google_storage",
780 "--no_resume", 773 "--no_resume",
781 "--platform=win32", 774 "--platform=win32",
782 "--no_auth", 775 "--no_auth",
783 "--bucket", "chromium-drmemory", 776 "--bucket", "chromium-drmemory",
784 "-s", "src/third_party/drmemory/drmemory-windows-sfx.exe.sha1", 777 "-s", "src/third_party/drmemory/drmemory-windows-sfx.exe.sha1",
785 ], 778 ],
786 }, 779 },
787 { 780 {
788 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 781 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
789 "name": "gyp", 782 "name": "gyp",
790 "pattern": ".", 783 "pattern": ".",
791 "action": ["python", "src/build/gyp_chromium"], 784 "action": ["python", "src/build/gyp_chromium"],
792 }, 785 },
793 ] 786 ]
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