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

Side by Side Diff: DEPS

Issue 2282173002: Remoge GYP from DEPS.
Patch Set: Created 4 years, 3 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 # This file is used to manage the dependencies of the Chromium src repo. It is 1 # This file is used to manage the dependencies of the Chromium src repo. It is
2 # used by gclient to determine what version of each dependency to check out, and 2 # used by gclient to determine what version of each dependency to check out, and
3 # where. 3 # where.
4 # 4 #
5 # For more information, please refer to the official documentation: 5 # For more information, please refer to the official documentation:
6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code
7 # 7 #
8 # When adding a new dependency, please update the top-level .gitignore file 8 # When adding a new dependency, please update the top-level .gitignore file
9 # to list the dependency's destination directory. 9 # to list the dependency's destination directory.
10 # 10 #
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 145
146 'src/third_party/hunspell_dictionaries': 146 'src/third_party/hunspell_dictionaries':
147 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'dc6 e7c25bf47cbfb466e0701fd2728b4a12e79d5', 147 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'dc6 e7c25bf47cbfb466e0701fd2728b4a12e79d5',
148 148
149 'src/third_party/leveldatabase/src': 149 'src/third_party/leveldatabase/src':
150 Var('chromium_git') + '/external/leveldb.git' + '@' + 'a7bff697baa062c8f6b8f b760eacf658712b611a', 150 Var('chromium_git') + '/external/leveldb.git' + '@' + 'a7bff697baa062c8f6b8f b760eacf658712b611a',
151 151
152 'src/third_party/snappy/src': 152 'src/third_party/snappy/src':
153 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958 c7c0933d22e80c20bf', 153 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958 c7c0933d22e80c20bf',
154 154
155 'src/tools/gyp':
156 Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba5872 8ff219637458563',
157
158 'src/tools/swarming_client': 155 'src/tools/swarming_client':
159 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_ revision'), 156 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_ revision'),
160 157
161 'src/v8': 158 'src/v8':
162 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), 159 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
163 160
164 'src/native_client': 161 'src/native_client':
165 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nac l_revision'), 162 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nac l_revision'),
166 163
167 'src/third_party/sfntly/src': 164 'src/third_party/sfntly/src':
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 }, 792 },
796 { 793 {
797 # Update skia_commit_hash.h. 794 # Update skia_commit_hash.h.
798 'name': 'lastchange_skia', 795 'name': 'lastchange_skia',
799 'pattern': '.', 796 'pattern': '.',
800 'action': ['python', 'src/build/util/lastchange.py', 797 'action': ['python', 'src/build/util/lastchange.py',
801 '-m', 'SKIA_COMMIT_HASH', 798 '-m', 'SKIA_COMMIT_HASH',
802 '-s', 'src/third_party/skia', 799 '-s', 'src/third_party/skia',
803 '--header', 'src/skia/ext/skia_commit_hash.h'], 800 '--header', 'src/skia/ext/skia_commit_hash.h'],
804 }, 801 },
805 # Pull GN binaries. This needs to be before running GYP below. 802 # Pull GN binaries.
806 { 803 {
807 'name': 'gn_win', 804 'name': 'gn_win',
808 'pattern': '.', 805 'pattern': '.',
809 'action': [ 'download_from_google_storage', 806 'action': [ 'download_from_google_storage',
810 '--no_resume', 807 '--no_resume',
811 '--platform=win32', 808 '--platform=win32',
812 '--no_auth', 809 '--no_auth',
813 '--bucket', 'chromium-gn', 810 '--bucket', 'chromium-gn',
814 '-s', 'src/buildtools/win/gn.exe.sha1', 811 '-s', 'src/buildtools/win/gn.exe.sha1',
815 ], 812 ],
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 'name': 'doclava', 998 'name': 'doclava',
1002 'pattern': '.', 999 'pattern': '.',
1003 'action': ['python', 1000 'action': ['python',
1004 'src/build/android/download_doclava.py', 1001 'src/build/android/download_doclava.py',
1005 ], 1002 ],
1006 }, 1003 },
1007 ] 1004 ]
1008 1005
1009 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1006 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1010 recursedeps = [("src/third_party/angle", "DEPS.chromium")] 1007 recursedeps = [("src/third_party/angle", "DEPS.chromium")]
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