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

Side by Side Diff: DEPS

Issue 927463003: Upstream the third-party gcdwebserver dependency for iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 343
344 # Binaries for nacl sdk. 344 # Binaries for nacl sdk.
345 'src/third_party/nacl_sdk_binaries': 345 'src/third_party/nacl_sdk_binaries':
346 Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759df ca03bdc774da7ecbf974f6e2b84f43699a5', 346 Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759df ca03bdc774da7ecbf974f6e2b84f43699a5',
347 347
348 # Omaha code for src/app_installer/. 348 # Omaha code for src/app_installer/.
349 'src/third_party/omaha/src/omaha': 349 'src/third_party/omaha/src/omaha':
350 Var('chromium_git') + '/external/omaha.git' + '@' + '098c7a3d157218dab4eed5 95e8f2fbe5a20a0bae', 350 Var('chromium_git') + '/external/omaha.git' + '@' + '098c7a3d157218dab4eed5 95e8f2fbe5a20a0bae',
351 }, 351 },
352 'ios': { 352 'ios': {
353 'src/ios/third_party/gcdwebserver/src':
354 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@ ' + '18889793b75d7ee593d62ac88997caad850acdb6',
355
353 'src/third_party/google_toolbox_for_mac/src': 356 'src/third_party/google_toolbox_for_mac/src':
354 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + Var(' google_toolbox_for_mac_revision'), 357 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + Var(' google_toolbox_for_mac_revision'),
355 358
356 'src/third_party/nss': 359 'src/third_party/nss':
357 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), 360 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'),
358 361
359 # class-dump utility to generate header files for undocumented SDKs 362 # class-dump utility to generate header files for undocumented SDKs
360 'src/testing/iossim/third_party/class-dump': 363 'src/testing/iossim/third_party/class-dump':
361 Var('chromium_git') + '/chromium/deps/class-dump.git' + '@' + '89bd40883c76 7584240b4dade8b74e6f57b9bdab', 364 Var('chromium_git') + '/chromium/deps/class-dump.git' + '@' + '89bd40883c76 7584240b4dade8b74e6f57b9bdab',
362 365
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 # corresponding .py files have already been deleted. 780 # corresponding .py files have already been deleted.
778 'name': 'remove_stale_pyc_files', 781 'name': 'remove_stale_pyc_files',
779 'pattern': 'src/tools/.*\\.py', 782 'pattern': 'src/tools/.*\\.py',
780 'action': [ 783 'action': [
781 'python', 784 'python',
782 'src/tools/remove_stale_pyc_files.py', 785 'src/tools/remove_stale_pyc_files.py',
783 'src/tools', 786 'src/tools',
784 ], 787 ],
785 }, 788 },
786 ] 789 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698