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

Side by Side Diff: DEPS

Issue 24538003: [rac] Add libaddressinput dependency (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Roll deps2git Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « .gitignore ('k') | third_party/libaddressinput/LICENSE » ('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 automatically processed to create .DEPS.git which is the file 1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git. 2 # that gclient uses under git.
3 # 3 #
4 # See http://code.google.com/p/chromium/wiki/UsingGit 4 # See http://code.google.com/p/chromium/wiki/UsingGit
5 # 5 #
6 # To test manually, run: 6 # To test manually, run:
7 # python tools/deps2git/deps2git.py -o .DEPS.git 7 # python tools/deps2git/deps2git.py -o .DEPS.git
8 # gclient runhooks 8 # gclient runhooks
9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by 9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by
10 # a bot when you modify this one. 10 # a bot when you modify this one.
(...skipping 12 matching lines...) Expand all
23 "chromium_git": "https://chromium.googlesource.com", 23 "chromium_git": "https://chromium.googlesource.com",
24 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", 24 "chromiumos_git": "https://chromium.googlesource.com/chromiumos",
25 "skia_git": "https://skia.googlesource.com", 25 "skia_git": "https://skia.googlesource.com",
26 "swig_revision": "230490", 26 "swig_revision": "230490",
27 "nacl_revision": "12352", 27 "nacl_revision": "12352",
28 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS 28 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
29 # to update other nacl_*_revision's. 29 # to update other nacl_*_revision's.
30 "nacl_tools_revision": "12289", # native_client/DEPS: tools_rev 30 "nacl_tools_revision": "12289", # native_client/DEPS: tools_rev
31 "gtm_revision": "616", 31 "gtm_revision": "616",
32 32
33 # TODO(rouslan): Get security approval when including more of the code.
34 "libaddressinput_revision": "146",
35
33 "libphonenumber_revision": "621", 36 "libphonenumber_revision": "621",
34 "libvpx_revision": "232686", 37 "libvpx_revision": "232686",
35 "lss_revision": "24", 38 "lss_revision": "24",
36 39
37 # These two FFmpeg variables must be updated together. One is used for SVN 40 # These two FFmpeg variables must be updated together. One is used for SVN
38 # checkouts and the other for Git checkouts. 41 # checkouts and the other for Git checkouts.
39 "ffmpeg_revision": "233439", 42 "ffmpeg_revision": "233439",
40 "ffmpeg_hash": "8f24a147ed76f6220bd812113a733ac90a4f421f", 43 "ffmpeg_hash": "8f24a147ed76f6220bd812113a733ac90a4f421f",
41 44
42 "sfntly_revision": "228", 45 "sfntly_revision": "228",
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "src/third_party/jsoncpp/source/src/lib_json": 226 "src/third_party/jsoncpp/source/src/lib_json":
224 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + 227 (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
225 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), 228 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
226 229
227 "src/third_party/libyuv": 230 "src/third_party/libyuv":
228 (Var("googlecode_url") % "libyuv") + "/trunk@723", 231 (Var("googlecode_url") % "libyuv") + "/trunk@723",
229 232
230 "src/third_party/smhasher/src": 233 "src/third_party/smhasher/src":
231 (Var("googlecode_url") % "smhasher") + "/trunk@149", 234 (Var("googlecode_url") % "smhasher") + "/trunk@149",
232 235
236 "src/third_party/libaddressinput/src/cpp":
237 (Var("googlecode_url") % "libaddressinput") + "/trunk/cpp@" +
238 Var("libaddressinput_revision"),
239 "src/third_party/libaddressinput/src/testdata":
240 (Var("googlecode_url") % "libaddressinput") + "/trunk/testdata@" +
241 Var("libaddressinput_revision"),
242
233 "src/third_party/libphonenumber/src/phonenumbers": 243 "src/third_party/libphonenumber/src/phonenumbers":
234 (Var("googlecode_url") % "libphonenumber") + 244 (Var("googlecode_url") % "libphonenumber") +
235 "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"), 245 "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
236 "src/third_party/libphonenumber/src/test": 246 "src/third_party/libphonenumber/src/test":
237 (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" + 247 (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
238 Var("libphonenumber_revision"), 248 Var("libphonenumber_revision"),
239 "src/third_party/libphonenumber/src/resources": 249 "src/third_party/libphonenumber/src/resources":
240 (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" + 250 (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
241 Var("libphonenumber_revision"), 251 Var("libphonenumber_revision"),
242 252
243 "src/tools/deps2git": 253 "src/tools/deps2git":
244 "/trunk/tools/deps2git@230538", 254 "/trunk/tools/deps2git@234015",
245 255
246 "src/third_party/webpagereplay": 256 "src/third_party/webpagereplay":
247 (Var("googlecode_url") % "web-page-replay") + "/trunk@524", 257 (Var("googlecode_url") % "web-page-replay") + "/trunk@524",
248 258
249 "src/third_party/pywebsocket/src": 259 "src/third_party/pywebsocket/src":
250 (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662", 260 (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662",
251 261
252 "src/third_party/opus/src": 262 "src/third_party/opus/src":
253 "/trunk/deps/third_party/opus@185324", 263 "/trunk/deps/third_party/opus@185324",
254 264
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 # Code that's not needed due to not building everything 353 # Code that's not needed due to not building everything
344 "src/build/util/support": None, 354 "src/build/util/support": None,
345 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non e, 355 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non e,
346 "src/chrome/test/data/perf/canvas_bench": None, 356 "src/chrome/test/data/perf/canvas_bench": None,
347 "src/chrome/test/data/perf/frame_rate/content": None, 357 "src/chrome/test/data/perf/frame_rate/content": None,
348 "src/chrome/test/data/perf/third_party/octane": None, 358 "src/chrome/test/data/perf/third_party/octane": None,
349 "src/media/cdm/ppapi/api": None, 359 "src/media/cdm/ppapi/api": None,
350 "src/native_client": None, 360 "src/native_client": None,
351 "src/native_client/src/third_party/ppapi": None, 361 "src/native_client/src/third_party/ppapi": None,
352 "src/third_party/angle_dx11": None, 362 "src/third_party/angle_dx11": None,
363 "src/third_party/bidichecker": None,
353 "src/third_party/cld_2/src": None, 364 "src/third_party/cld_2/src": None,
354 "src/third_party/bidichecker": None,
355 "src/third_party/webgl_conformance": None,
356 "src/third_party/ffmpeg": None, 365 "src/third_party/ffmpeg": None,
357 "src/third_party/hunspell_dictionaries": None, 366 "src/third_party/hunspell_dictionaries": None,
358 "src/third_party/hunspell": None, 367 "src/third_party/hunspell": None,
368 "src/third_party/libaddressinput/src/cpp": None,
369 "src/third_party/libaddressinput/src/testdata": None,
359 "src/third_party/libexif/sources": None, 370 "src/third_party/libexif/sources": None,
360 "src/third_party/libjpeg_turbo": None, 371 "src/third_party/libjpeg_turbo": None,
361 "src/third_party/libsrtp": None, 372 "src/third_party/libsrtp": None,
362 "src/third_party/usrsctp/usrsctplib": None,
363 "src/third_party/libvpx": None, 373 "src/third_party/libvpx": None,
364 "src/third_party/libyuv": None, 374 "src/third_party/libyuv": None,
365 "src/third_party/mesa/src": None, 375 "src/third_party/mesa/src": None,
366 "src/third_party/opus/src": None, 376 "src/third_party/opus/src": None,
367 "src/third_party/openmax_dl": None, 377 "src/third_party/openmax_dl": None,
368 "src/third_party/ots": None, 378 "src/third_party/ots": None,
369 "src/third_party/pymox/src": None, 379 "src/third_party/pymox/src": None,
370 "src/third_party/safe_browsing/testing": None, 380 "src/third_party/safe_browsing/testing": None,
371 "src/third_party/scons-2.0.1": None, 381 "src/third_party/scons-2.0.1": None,
372 "src/third_party/sfntly/cpp/src": None, 382 "src/third_party/sfntly/cpp/src": None,
373 "src/third_party/smhasher/src": None, 383 "src/third_party/smhasher/src": None,
374 "src/third_party/swig/Lib": None, 384 "src/third_party/swig/Lib": None,
375 "src/third_party/undoview": None, 385 "src/third_party/undoview": None,
386 "src/third_party/usrsctp/usrsctplib": None,
376 "src/third_party/v8-i18n": None, 387 "src/third_party/v8-i18n": None,
377 "src/third_party/webdriver/pylib": None, 388 "src/third_party/webdriver/pylib": None,
389 "src/third_party/webgl_conformance": None,
378 "src/third_party/webpagereplay": None, 390 "src/third_party/webpagereplay": None,
379 "src/third_party/webrtc": None, 391 "src/third_party/webrtc": None,
380 "src/third_party/yasm/source/patched-yasm": None, 392 "src/third_party/yasm/source/patched-yasm": None,
381 "src/tools/page_cycler/acid3": None, 393 "src/tools/page_cycler/acid3": None,
382 "src/v8": None, 394 "src/v8": None,
383 }, 395 },
384 "mac": { 396 "mac": {
385 "src/chrome/tools/test/reference_build/chrome_mac": 397 "src/chrome/tools/test/reference_build/chrome_mac":
386 "/trunk/deps/reference_builds/chrome_mac@221746", 398 "/trunk/deps/reference_builds/chrome_mac@221746",
387 399
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 508
497 "src/third_party/lss": 509 "src/third_party/lss":
498 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + 510 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
499 Var("lss_revision")), 511 Var("lss_revision")),
500 512
501 "src/third_party/openssl": 513 "src/third_party/openssl":
502 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"), 514 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
503 515
504 "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/brail le": 516 "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/brail le":
505 (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/goo glecode/eyesfree/braille@797", 517 (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/goo glecode/eyesfree/braille@797",
518
519 # Android shouldn't use this address validation library.
520 "src/third_party/libaddressinput/src/cpp": None,
521 "src/third_party/libaddressinput/src/testdata": None,
506 }, 522 },
507 } 523 }
508 524
509 525
510 include_rules = [ 526 include_rules = [
511 # Everybody can use some things. 527 # Everybody can use some things.
512 "+base", 528 "+base",
513 "+build", 529 "+build",
514 "+ipc", 530 "+ipc",
515 531
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 "pattern": ".", 661 "pattern": ".",
646 "action": ["python", "src/build/gyp_chromium"], 662 "action": ["python", "src/build/gyp_chromium"],
647 }, 663 },
648 { 664 {
649 # Check for landmines (reasons to clobber the build). 665 # Check for landmines (reasons to clobber the build).
650 "name": "landmines", 666 "name": "landmines",
651 "pattern": ".", 667 "pattern": ".",
652 "action": ["python", "src/build/landmines.py"], 668 "action": ["python", "src/build/landmines.py"],
653 }, 669 },
654 ] 670 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | third_party/libaddressinput/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698