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

Side by Side Diff: DEPS

Issue 2167703002: DEPS update: Breakpad 51db53eec729, LSS 3f6478ac95ed, NaCl 412a6e2bb153 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update generate_breakpad_symbols.py for Breakpad 220c852dc209 Created 4 years, 5 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 | components/crash/content/tools/generate_breakpad_symbols.py » ('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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 # the commit queue can handle CLs rolling google-toolbox-for-mac 69 # the commit queue can handle CLs rolling google-toolbox-for-mac
70 # and whatever else without interference from each other. 70 # and whatever else without interference from each other.
71 'google_toolbox_for_mac_revision': 'e7b41fad2e7f77abf560c79f984c60d5ec6d419c', 71 'google_toolbox_for_mac_revision': 'e7b41fad2e7f77abf560c79f984c60d5ec6d419c',
72 # Three lines of non-changing comments so that 72 # Three lines of non-changing comments so that
73 # the commit queue can handle CLs rolling lighttpd 73 # the commit queue can handle CLs rolling lighttpd
74 # and whatever else without interference from each other. 74 # and whatever else without interference from each other.
75 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb', 75 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb',
76 # Three lines of non-changing comments so that 76 # Three lines of non-changing comments so that
77 # the commit queue can handle CLs rolling lss 77 # the commit queue can handle CLs rolling lss
78 # and whatever else without interference from each other. 78 # and whatever else without interference from each other.
79 'lss_revision': '4fc942258fe5509549333b9487ec018e3c8c5b10', 79 'lss_revision': '3f6478ac95edf86cd3da300c2c0d34a438f5dbeb',
80 # Three lines of non-changing comments so that 80 # Three lines of non-changing comments so that
81 # the commit queue can handle CLs rolling NaCl 81 # the commit queue can handle CLs rolling NaCl
82 # and whatever else without interference from each other. 82 # and whatever else without interference from each other.
83 'nacl_revision': '0ea1fef9391b6084be99b9238542b4782365e23c', 83 'nacl_revision': '412a6e2bb153f39f22b9b3e47bc1ed0abb82df3f',
84 # Three lines of non-changing comments so that 84 # Three lines of non-changing comments so that
85 # the commit queue can handle CLs rolling freetype-android 85 # the commit queue can handle CLs rolling freetype-android
86 # and whatever else without interference from each other. 86 # and whatever else without interference from each other.
87 'freetype_android_revision': 'a512b0fe7a8d9db0e5aa9c0a4db1e92cb861722d', 87 'freetype_android_revision': 'a512b0fe7a8d9db0e5aa9c0a4db1e92cb861722d',
88 # Three lines of non-changing comments so that 88 # Three lines of non-changing comments so that
89 # the commit queue can handle CLs rolling catapult 89 # the commit queue can handle CLs rolling catapult
90 # and whatever else without interference from each other. 90 # and whatever else without interference from each other.
91 'catapult_revision': 'c66d67b05d049ecbeba9c50803081f591c14b243', 91 'catapult_revision': 'c66d67b05d049ecbeba9c50803081f591c14b243',
92 # Three lines of non-changing comments so that 92 # Three lines of non-changing comments so that
93 # the commit queue can handle CLs rolling libFuzzer 93 # the commit queue can handle CLs rolling libFuzzer
94 # and whatever else without interference from each other. 94 # and whatever else without interference from each other.
95 'libfuzzer_revision': '3ae6b1d1102488f26d25d045fd82208ce00a8c66', # from svn r evision 272061 95 'libfuzzer_revision': '3ae6b1d1102488f26d25d045fd82208ce00a8c66', # from svn r evision 272061
96 } 96 }
97 97
98 # Only these hosts are allowed for dependencies in this DEPS file. 98 # Only these hosts are allowed for dependencies in this DEPS file.
99 # If you need to add a new host, contact chrome infrastracture team. 99 # If you need to add a new host, contact chrome infrastracture team.
100 allowed_hosts = [ 100 allowed_hosts = [
101 'chromium.googlesource.com', 101 'chromium.googlesource.com',
102 'boringssl.googlesource.com', 102 'boringssl.googlesource.com',
103 'pdfium.googlesource.com', 103 'pdfium.googlesource.com',
104 'android.googlesource.com', 104 'android.googlesource.com',
105 ] 105 ]
106 106
107 deps = { 107 deps = {
108 'src/breakpad/src': 108 'src/breakpad/src':
109 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '7c70f47255713629c 8053826008bd00f98d71ced', 109 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '51db53eec7293a35c b6fc10bd2e333f22dd9d201',
110 110
111 'src/buildtools': 111 'src/buildtools':
112 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev ision'), 112 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev ision'),
113 113
114 'src/sdch/open-vcdiff': 114 'src/sdch/open-vcdiff':
115 Var('chromium_git') + '/external/github.com/google/open-vcdiff.git' + '@' + ' 21d7d0b9c3d0c3ccbdb221c85ae889373f0a2a58', 115 Var('chromium_git') + '/external/github.com/google/open-vcdiff.git' + '@' + ' 21d7d0b9c3d0c3ccbdb221c85ae889373f0a2a58',
116 116
117 'src/testing/gtest': 117 'src/testing/gtest':
118 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6 f8a66431cb592dad629028a50b3dd418a408c87', 118 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6 f8a66431cb592dad629028a50b3dd418a408c87',
119 119
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 355
356 'src/chrome/installer/mac/third_party/xz/xz': 356 'src/chrome/installer/mac/third_party/xz/xz':
357 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2 641376bce7cdbc7284f7', 357 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2 641376bce7cdbc7284f7',
358 }, 358 },
359 'unix': { 359 'unix': {
360 # Linux, really. 360 # Linux, really.
361 'src/third_party/xdg-utils': 361 'src/third_party/xdg-utils':
362 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1 7b8c9067a1022e4416ee7ed5e0d', 362 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1 7b8c9067a1022e4416ee7ed5e0d',
363 363
364 'src/third_party/lss': 364 'src/third_party/lss':
365 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va r('lss_revision'), 365 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revisi on'),
366 366
367 # For Linux and Chromium OS. 367 # For Linux and Chromium OS.
368 'src/third_party/cros_system_api': 368 'src/third_party/cros_system_api':
369 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'c74bf5 1d2bc256adf09b6cfb2e353262fa43a736', 369 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'c74bf5 1d2bc256adf09b6cfb2e353262fa43a736',
370 370
371 # Note that this is different from Android's freetype repo. 371 # Note that this is different from Android's freetype repo.
372 'src/third_party/freetype2/src': 372 'src/third_party/freetype2/src':
373 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'fc 1532a7c4c592f24a4c1a0261d2845524ca5cff', 373 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'fc 1532a7c4c592f24a4c1a0261d2845524ca5cff',
374 374
375 'src/third_party/freetype-android/src': 375 'src/third_party/freetype-android/src':
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 'src/third_party/robolectric/lib': 465 'src/third_party/robolectric/lib':
466 Var('chromium_git') + '/chromium/third_party/robolectric.git' + '@' + '6b6 3c99a8b6967acdb42cbed0adb067c80efc810', 466 Var('chromium_git') + '/chromium/third_party/robolectric.git' + '@' + '6b6 3c99a8b6967acdb42cbed0adb067c80efc810',
467 467
468 'src/third_party/ub-uiautomator/lib': 468 'src/third_party/ub-uiautomator/lib':
469 Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + ' 00270549ce3161ae72ceb24712618ea28b4f9434', 469 Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + ' 00270549ce3161ae72ceb24712618ea28b4f9434',
470 470
471 'src/third_party/leakcanary/src': 471 'src/third_party/leakcanary/src':
472 Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e', 472 Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e',
473 473
474 'src/third_party/lss': 474 'src/third_party/lss':
475 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va r('lss_revision'), 475 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revisi on'),
476 476
477 'src/third_party/requests/src': 477 'src/third_party/requests/src':
478 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + ' @' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', 478 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + ' @' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
479 479
480 'src/third_party/custom_tabs_client/src': 480 'src/third_party/custom_tabs_client/src':
481 Var('chromium_git') + '/external/github.com/GoogleChrome/custom-tabs-clien t.git' + '@' + 'fd52c2d90732d9a31a0bdf883d11d16f1d7b5243', 481 Var('chromium_git') + '/external/github.com/GoogleChrome/custom-tabs-clien t.git' + '@' + 'fd52c2d90732d9a31a0bdf883d11d16f1d7b5243',
482 }, 482 },
483 } 483 }
484 484
485 recursedeps = [ 'src/third_party/android_tools' ] 485 recursedeps = [ 'src/third_party/android_tools' ]
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 { 954 {
955 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 955 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
956 'name': 'gyp', 956 'name': 'gyp',
957 'pattern': '.', 957 'pattern': '.',
958 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'], 958 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'],
959 }, 959 },
960 ] 960 ]
961 961
962 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 962 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
963 recursedeps = [("src/third_party/angle", "DEPS.chromium")] 963 recursedeps = [("src/third_party/angle", "DEPS.chromium")]
OLDNEW
« no previous file with comments | « no previous file | components/crash/content/tools/generate_breakpad_symbols.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698