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

Side by Side Diff: DEPS

Issue 1161813003: Reland "Roll DEPS to class-dump 3.5" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add second OWNER Created 5 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
« no previous file with comments | « .gitignore ('k') | testing/iossim/iossim.gyp » ('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 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'src/ios/third_party/gcdwebserver/src': 338 'src/ios/third_party/gcdwebserver/src':
339 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@ ' + '3d5fd0b8281a7224c057deb2d17709b5bea64836', 339 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@ ' + '3d5fd0b8281a7224c057deb2d17709b5bea64836',
340 340
341 'src/third_party/google_toolbox_for_mac/src': 341 'src/third_party/google_toolbox_for_mac/src':
342 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + Var(' google_toolbox_for_mac_revision'), 342 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + Var(' google_toolbox_for_mac_revision'),
343 343
344 'src/third_party/nss': 344 'src/third_party/nss':
345 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), 345 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'),
346 346
347 # class-dump utility to generate header files for undocumented SDKs 347 # class-dump utility to generate header files for undocumented SDKs
348 'src/testing/iossim/third_party/class-dump': 348 'src/third_party/class-dump/src':
349 Var('chromium_git') + '/chromium/deps/class-dump.git' + '@' + '89bd40883c76 7584240b4dade8b74e6f57b9bdab', 349 Var('chromium_git') + '/external/github.com/nygard/class-dump.git' + '@' + '93e7c6a5419380d89656dcc511dc60d475199b67',
350 350
351 # Code that's not needed due to not building everything 351 # Code that's not needed due to not building everything
352 'src/chrome/test/data/perf/canvas_bench': None, 352 'src/chrome/test/data/perf/canvas_bench': None,
353 'src/chrome/test/data/perf/frame_rate/content': None, 353 'src/chrome/test/data/perf/frame_rate/content': None,
354 'src/native_client': None, 354 'src/native_client': None,
355 'src/third_party/ffmpeg': None, 355 'src/third_party/ffmpeg': None,
356 'src/third_party/hunspell_dictionaries': None, 356 'src/third_party/hunspell_dictionaries': None,
357 'src/third_party/webgl': None, 357 'src/third_party/webgl': None,
358 }, 358 },
359 'mac': { 359 'mac': {
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 # corresponding .py files have already been deleted. 784 # corresponding .py files have already been deleted.
785 'name': 'remove_stale_pyc_files', 785 'name': 'remove_stale_pyc_files',
786 'pattern': 'src/tools/.*\\.py', 786 'pattern': 'src/tools/.*\\.py',
787 'action': [ 787 'action': [
788 'python', 788 'python',
789 'src/tools/remove_stale_pyc_files.py', 789 'src/tools/remove_stale_pyc_files.py',
790 'src/tools', 790 'src/tools',
791 ], 791 ],
792 }, 792 },
793 ] 793 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | testing/iossim/iossim.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698