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

Side by Side Diff: DEPS

Issue 107933006: Get rid of ui_cocoa_third_party_toolkits target from ui.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm License File line from README.chromium Created 7 years 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
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 10 matching lines...) Expand all
21 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 21 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
22 "webkit_revision": "163979", 22 "webkit_revision": "163979",
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": "12544", 27 "nacl_revision": "12544",
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": "12526", # native_client/DEPS: tools_rev 30 "nacl_tools_revision": "12526", # native_client/DEPS: tools_rev
31 "gtm_revision": "616", 31 "google_toolbox_for_mac_revision": "616",
32 "libaddressinput_revision": "176", 32 "libaddressinput_revision": "176",
33 "libphonenumber_revision": "621", 33 "libphonenumber_revision": "621",
34 "libvpx_revision": "240222", 34 "libvpx_revision": "240222",
35 "lss_revision": "24", 35 "lss_revision": "24",
36 36
37 # These two FFmpeg variables must be updated together. One is used for SVN 37 # These two FFmpeg variables must be updated together. One is used for SVN
38 # checkouts and the other for Git checkouts. 38 # checkouts and the other for Git checkouts.
39 "ffmpeg_revision": "240434", 39 "ffmpeg_revision": "240434",
40 "ffmpeg_hash": "c6c988923be6b8fd1f381522d478813e14505ce2", 40 "ffmpeg_hash": "c6c988923be6b8fd1f381522d478813e14505ce2",
41 41
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 # Binary level profile guided optimizations. This points to the 334 # Binary level profile guided optimizations. This points to the
335 # latest release binaries for the toolchain. 335 # latest release binaries for the toolchain.
336 "src/third_party/syzygy/binaries": 336 "src/third_party/syzygy/binaries":
337 (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1909", 337 (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1909",
338 338
339 # Binaries for nacl sdk. 339 # Binaries for nacl sdk.
340 "src/third_party/nacl_sdk_binaries": 340 "src/third_party/nacl_sdk_binaries":
341 "/trunk/deps/third_party/nacl_sdk_binaries@111576", 341 "/trunk/deps/third_party/nacl_sdk_binaries@111576",
342 }, 342 },
343 "ios": { 343 "ios": {
344 "src/third_party/GTM": 344 "src/third_party/google_toolbox_for_mac/src":
345 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + 345 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
346 Var("gtm_revision"), 346 Var("google_toolbox_for_mac_revision"),
347 347
348 "src/third_party/nss": 348 "src/third_party/nss":
349 "/trunk/deps/third_party/nss@" + Var("nss_revision"), 349 "/trunk/deps/third_party/nss@" + Var("nss_revision"),
350 350
351 # class-dump utility to generate header files for undocumented SDKs 351 # class-dump utility to generate header files for undocumented SDKs
352 "src/testing/iossim/third_party/class-dump": 352 "src/testing/iossim/third_party/class-dump":
353 "/trunk/deps/third_party/class-dump@199203", 353 "/trunk/deps/third_party/class-dump@199203",
354 354
355 # Code that's not needed due to not building everything 355 # Code that's not needed due to not building everything
356 "src/build/util/support": None, 356 "src/build/util/support": None,
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 "src/third_party/webpagereplay": None, 392 "src/third_party/webpagereplay": None,
393 "src/third_party/webrtc": None, 393 "src/third_party/webrtc": None,
394 "src/third_party/yasm/source/patched-yasm": None, 394 "src/third_party/yasm/source/patched-yasm": None,
395 "src/tools/page_cycler/acid3": None, 395 "src/tools/page_cycler/acid3": None,
396 "src/v8": None, 396 "src/v8": None,
397 }, 397 },
398 "mac": { 398 "mac": {
399 "src/chrome/tools/test/reference_build/chrome_mac": 399 "src/chrome/tools/test/reference_build/chrome_mac":
400 "/trunk/deps/reference_builds/chrome_mac@237381", 400 "/trunk/deps/reference_builds/chrome_mac@237381",
401 401
402 "src/third_party/GTM": 402 "src/third_party/google_toolbox_for_mac/src":
403 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + 403 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
404 Var("gtm_revision"), 404 Var("google_toolbox_for_mac_revision"),
405
405 "src/third_party/pdfsqueeze": 406 "src/third_party/pdfsqueeze":
406 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", 407 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
408
407 "src/third_party/lighttpd": 409 "src/third_party/lighttpd":
408 "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"), 410 "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
409 411
410 "src/third_party/swig/mac": 412 "src/third_party/swig/mac":
411 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), 413 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
412 414
413 # NSS, for SSLClientSocketNSS. 415 # NSS, for SSLClientSocketNSS.
414 "src/third_party/nss": 416 "src/third_party/nss":
415 "/trunk/deps/third_party/nss@" + Var("nss_revision"), 417 "/trunk/deps/third_party/nss@" + Var("nss_revision"),
416 418
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 "pattern": ".", 694 "pattern": ".",
693 "action": ["python", "src/build/gyp_chromium"], 695 "action": ["python", "src/build/gyp_chromium"],
694 }, 696 },
695 { 697 {
696 # Check for landmines (reasons to clobber the build). 698 # Check for landmines (reasons to clobber the build).
697 "name": "landmines", 699 "name": "landmines",
698 "pattern": ".", 700 "pattern": ".",
699 "action": ["python", "src/build/landmines.py"], 701 "action": ["python", "src/build/landmines.py"],
700 }, 702 },
701 ] 703 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698