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

Side by Side Diff: DEPS

Issue 181233013: Fix reference builds on mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « no previous file | 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 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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 "src/third_party/webdriver/pylib": None, 411 "src/third_party/webdriver/pylib": None,
412 "src/third_party/webgl": None, 412 "src/third_party/webgl": None,
413 "src/third_party/webpagereplay": None, 413 "src/third_party/webpagereplay": None,
414 "src/third_party/webrtc": None, 414 "src/third_party/webrtc": None,
415 "src/third_party/yasm/source/patched-yasm": None, 415 "src/third_party/yasm/source/patched-yasm": None,
416 "src/tools/page_cycler/acid3": None, 416 "src/tools/page_cycler/acid3": None,
417 "src/v8": None, 417 "src/v8": None,
418 }, 418 },
419 "mac": { 419 "mac": {
420 "src/chrome/tools/test/reference_build/chrome_mac": 420 "src/chrome/tools/test/reference_build/chrome_mac":
421 "/trunk/deps/reference_builds/chrome_mac@254637", 421 "/trunk/deps/reference_builds/chrome_mac@255182",
422 422
423 "src/third_party/google_toolbox_for_mac/src": 423 "src/third_party/google_toolbox_for_mac/src":
424 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + 424 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
425 Var("google_toolbox_for_mac_revision"), 425 Var("google_toolbox_for_mac_revision"),
426 426
427 "src/third_party/pdfsqueeze": 427 "src/third_party/pdfsqueeze":
428 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", 428 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
429 429
430 "src/third_party/lighttpd": 430 "src/third_party/lighttpd":
431 "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"), 431 "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 "-s", "src/build/linux/bin/eu-strip.sha1", 752 "-s", "src/build/linux/bin/eu-strip.sha1",
753 ], 753 ],
754 }, 754 },
755 { 755 {
756 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 756 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
757 "name": "gyp", 757 "name": "gyp",
758 "pattern": ".", 758 "pattern": ".",
759 "action": ["python", "src/build/gyp_chromium"], 759 "action": ["python", "src/build/gyp_chromium"],
760 }, 760 },
761 ] 761 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698