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

Side by Side Diff: DEPS

Issue 49753002: RAPPOR implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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 | chrome/DEPS » ('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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 "src/third_party/libvpx": None, 397 "src/third_party/libvpx": None,
398 "src/third_party/libyuv": None, 398 "src/third_party/libyuv": None,
399 "src/third_party/mesa/src": None, 399 "src/third_party/mesa/src": None,
400 "src/third_party/opus/src": None, 400 "src/third_party/opus/src": None,
401 "src/third_party/openmax_dl": None, 401 "src/third_party/openmax_dl": None,
402 "src/third_party/ots": None, 402 "src/third_party/ots": None,
403 "src/third_party/pymox/src": None, 403 "src/third_party/pymox/src": None,
404 "src/third_party/safe_browsing/testing": None, 404 "src/third_party/safe_browsing/testing": None,
405 "src/third_party/scons-2.0.1": None, 405 "src/third_party/scons-2.0.1": None,
406 "src/third_party/sfntly/cpp/src": None, 406 "src/third_party/sfntly/cpp/src": None,
407 "src/third_party/smhasher/src": None,
408 "src/third_party/swig/Lib": None, 407 "src/third_party/swig/Lib": None,
409 "src/third_party/undoview": None, 408 "src/third_party/undoview": None,
410 "src/third_party/usrsctp/usrsctplib": None, 409 "src/third_party/usrsctp/usrsctplib": None,
411 "src/third_party/v8-i18n": None, 410 "src/third_party/v8-i18n": None,
412 "src/third_party/webdriver/pylib": None, 411 "src/third_party/webdriver/pylib": None,
413 "src/third_party/webgl": None, 412 "src/third_party/webgl": None,
414 "src/third_party/webpagereplay": None, 413 "src/third_party/webpagereplay": None,
415 "src/third_party/webrtc": None, 414 "src/third_party/webrtc": None,
416 "src/third_party/yasm/source/patched-yasm": None, 415 "src/third_party/yasm/source/patched-yasm": None,
417 "src/tools/page_cycler/acid3": None, 416 "src/tools/page_cycler/acid3": None,
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 "-s", "src/build/linux/bin/eu-strip.sha1", 752 "-s", "src/build/linux/bin/eu-strip.sha1",
754 ], 753 ],
755 }, 754 },
756 { 755 {
757 # 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.
758 "name": "gyp", 757 "name": "gyp",
759 "pattern": ".", 758 "pattern": ".",
760 "action": ["python", "src/build/gyp_chromium"], 759 "action": ["python", "src/build/gyp_chromium"],
761 }, 760 },
762 ] 761 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698