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

Side by Side Diff: DEPS.chromium

Issue 365863002: Rolling 1.5 chrome and blink forward. (Closed) Base URL: http://dart.googlecode.com/svn/branches/1.5/deps/dartium.deps/
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « DEPS ('k') | no next file » | 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 -w <gclientdir> 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
8 # gclient runhooks 8 # gclient runhooks
9 # where <gcliendir> is the absolute path to the directory containing the 9 # where <gcliendir> is the absolute path to the directory containing the
10 # .gclient file (the parent of "src"). 10 # .gclient file (the parent of "src").
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 "src/third_party/swig/linux": 464 "src/third_party/swig/linux":
465 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), 465 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
466 466
467 "src/third_party/lss": 467 "src/third_party/lss":
468 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + 468 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
469 Var("lss_revision")), 469 Var("lss_revision")),
470 470
471 # For Linux and Chromium OS. 471 # For Linux and Chromium OS.
472 "src/third_party/cros_system_api": 472 "src/third_party/cros_system_api":
473 Var("chromiumos_git") + "/platform/system_api.git" + 473 Var("chromiumos_git") + "/platform/system_api.git" +
474 "@826b4567a5f3b01e2f52022759990dac56c14ea6", 474 "@5b855c05cbbd9d4dcd7430fa58e73a296d038047",
475 475
476 # Note that this is different from Android's freetype repo. 476 # Note that this is different from Android's freetype repo.
477 "src/third_party/freetype2/src": 477 "src/third_party/freetype2/src":
478 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" + 478 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" +
479 "@d699c2994ecc178c4ed05ac2086061b2034c2178", 479 "@d699c2994ecc178c4ed05ac2086061b2034c2178",
480 480
481 # Build tools for targeting ChromeOS. 481 # Build tools for targeting ChromeOS.
482 "src/third_party/chromite": 482 "src/third_party/chromite":
483 Var("chromiumos_git") + "/chromite.git" + 483 Var("chromiumos_git") + "/chromite.git" +
484 "@63193a4393f6e964bfca992bfb03e40183554f7d", 484 "@63193a4393f6e964bfca992bfb03e40183554f7d",
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 "-s", "src/build/linux/bin/eu-strip.sha1", 757 "-s", "src/build/linux/bin/eu-strip.sha1",
758 ], 758 ],
759 }, 759 },
760 { 760 {
761 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 761 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
762 "name": "gyp", 762 "name": "gyp",
763 "pattern": ".", 763 "pattern": ".",
764 "action": ["python", "src/build/gyp_chromium"], 764 "action": ["python", "src/build/gyp_chromium"],
765 }, 765 },
766 ] 766 ]
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698