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

Side by Side Diff: tools/deps/dartium.deps/DEPS.chromium

Issue 2724303004: Remove mojo download from dartium DEPS (Closed)
Patch Set: Created 3 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
« 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 vars = { 1 vars = {
2 'webkit_revision': 'abaaf1d0b6b6483140b5dca34e80fc259833ddf7', # from svn revi sion 198714 2 'webkit_revision': 'abaaf1d0b6b6483140b5dca34e80fc259833ddf7', # from svn revi sion 198714
3 'angle_revision': 3 'angle_revision':
4 '44897140a2ae07dc5ba88190100179baa6fe7914', 4 '44897140a2ae07dc5ba88190100179baa6fe7914',
5 'boringssl_revision': 5 'boringssl_revision':
6 'de24aadc5bc01130b6a9d25582203bb5308fabe1', 6 'de24aadc5bc01130b6a9d25582203bb5308fabe1',
7 'buildspec_platforms': 7 'buildspec_platforms':
8 'ios,', 8 'ios,',
9 'buildtools_revision': 9 'buildtools_revision':
10 'ecc8e253abac3b6186a97573871a084f4c0ca3ae', 10 'ecc8e253abac3b6186a97573871a084f4c0ca3ae',
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 'src/third_party/apache-win32' 616 'src/third_party/apache-win32'
617 ], 617 ],
618 'pattern': 618 'pattern':
619 '\\.sha1', 619 '\\.sha1',
620 'name': 620 'name':
621 'apache_win32' 621 'apache_win32'
622 }, 622 },
623 { 623 {
624 'action': [ 624 'action': [
625 'python', 625 'python',
626 'src/third_party/mojo/src/mojo/public/tools/download_shell_binary.py',
627 '--tools-directory=../../../../../../tools'
628 ],
629 'pattern':
630 '',
631 'name':
632 'download_mojo_shell'
633 },
634 {
635 'action': [
636 'python',
637 'src/third_party/instrumented_libraries/scripts/download_binaries.py' 626 'src/third_party/instrumented_libraries/scripts/download_binaries.py'
638 ], 627 ],
639 'pattern': 628 'pattern':
640 '\\.sha1', 629 '\\.sha1',
641 'name': 630 'name':
642 'instrumented_libraries' 631 'instrumented_libraries'
643 }, 632 },
644 { 633 {
645 'action': [ 634 'action': [
646 'python', 635 'python',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 skip_child_includes = [ 681 skip_child_includes = [
693 'breakpad', 682 'breakpad',
694 'native_client_sdk', 683 'native_client_sdk',
695 'out', 684 'out',
696 'sdch', 685 'sdch',
697 'skia', 686 'skia',
698 'testing', 687 'testing',
699 'v8', 688 'v8',
700 'win8' 689 'win8'
701 ] 690 ]
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