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

Side by Side Diff: DEPS

Issue 1723663002: Adds the OCHamcrest library to the iOS build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change ios/chrome/tools/build/ios_copy_files.py to use hardlinks if possible Created 4 years, 10 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 | « BUILD.gn ('k') | ios/DEPS » ('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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 # ANGLE uses dEQP for GPU testing 334 # ANGLE uses dEQP for GPU testing
335 'src/third_party/deqp/src': 335 'src/third_party/deqp/src':
336 Var('deqp_url') + '@' + Var('deqp_revision'), 336 Var('deqp_url') + '@' + Var('deqp_revision'),
337 }, 337 },
338 'ios': { 338 'ios': {
339 'src/ios/third_party/fishhook/src': 339 'src/ios/third_party/fishhook/src':
340 Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c', 340 Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c',
341 'src/ios/third_party/gcdwebserver/src': 341 'src/ios/third_party/gcdwebserver/src':
342 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@ ' + '3d5fd0b8281a7224c057deb2d17709b5bea64836', 342 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@ ' + '3d5fd0b8281a7224c057deb2d17709b5bea64836',
343 343
344 'src/ios/third_party/ochamcrest/src':
345 Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@' + '5b50930c66d1e537918a87eef0943d6750729dc5',
346
344 'src/third_party/google_toolbox_for_mac/src': 347 'src/third_party/google_toolbox_for_mac/src':
345 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac. git' + '@' + Var('google_toolbox_for_mac_revision'), 348 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac. git' + '@' + Var('google_toolbox_for_mac_revision'),
346 349
347 'src/third_party/nss': 350 'src/third_party/nss':
348 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), 351 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'),
349 352
350 # class-dump utility to generate header files for undocumented SDKs 353 # class-dump utility to generate header files for undocumented SDKs
351 'src/third_party/class-dump/src': 354 'src/third_party/class-dump/src':
352 Var('chromium_git') + '/external/github.com/nygard/class-dump.git' + '@' + '978d177ca6f0d2e5e34acf3e8dadc63e3140ebbc', 355 Var('chromium_git') + '/external/github.com/nygard/class-dump.git' + '@' + '978d177ca6f0d2e5e34acf3e8dadc63e3140ebbc',
353 356
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 'src/tools', 838 'src/tools',
836 ], 839 ],
837 }, 840 },
838 { 841 {
839 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 842 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
840 'name': 'gyp', 843 'name': 'gyp',
841 'pattern': '.', 844 'pattern': '.',
842 'action': ['python', 'src/build/gyp_chromium'], 845 'action': ['python', 'src/build/gyp_chromium'],
843 }, 846 },
844 ] 847 ]
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | ios/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698