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

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/browser/DEPS » ('j') | components/OWNERS » ('J')
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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 "src/third_party/libvpx": None, 398 "src/third_party/libvpx": None,
399 "src/third_party/libyuv": None, 399 "src/third_party/libyuv": None,
400 "src/third_party/mesa/src": None, 400 "src/third_party/mesa/src": None,
401 "src/third_party/opus/src": None, 401 "src/third_party/opus/src": None,
402 "src/third_party/openmax_dl": None, 402 "src/third_party/openmax_dl": None,
403 "src/third_party/ots": None, 403 "src/third_party/ots": None,
404 "src/third_party/pymox/src": None, 404 "src/third_party/pymox/src": None,
405 "src/third_party/safe_browsing/testing": None, 405 "src/third_party/safe_browsing/testing": None,
406 "src/third_party/scons-2.0.1": None, 406 "src/third_party/scons-2.0.1": None,
407 "src/third_party/sfntly/cpp/src": None, 407 "src/third_party/sfntly/cpp/src": None,
408 "src/third_party/smhasher/src": None,
409 "src/third_party/swig/Lib": None, 408 "src/third_party/swig/Lib": None,
410 "src/third_party/undoview": None, 409 "src/third_party/undoview": None,
411 "src/third_party/usrsctp/usrsctplib": None, 410 "src/third_party/usrsctp/usrsctplib": None,
412 "src/third_party/v8-i18n": None, 411 "src/third_party/v8-i18n": None,
413 "src/third_party/webdriver/pylib": None, 412 "src/third_party/webdriver/pylib": None,
414 "src/third_party/webgl": None, 413 "src/third_party/webgl": None,
415 "src/third_party/webpagereplay": None, 414 "src/third_party/webpagereplay": None,
416 "src/third_party/webrtc": None, 415 "src/third_party/webrtc": None,
417 "src/third_party/yasm/source/patched-yasm": None, 416 "src/third_party/yasm/source/patched-yasm": None,
418 "src/tools/page_cycler/acid3": None, 417 "src/tools/page_cycler/acid3": None,
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 "-s", "src/build/linux/bin/eu-strip.sha1", 753 "-s", "src/build/linux/bin/eu-strip.sha1",
755 ], 754 ],
756 }, 755 },
757 { 756 {
758 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 757 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
759 "name": "gyp", 758 "name": "gyp",
760 "pattern": ".", 759 "pattern": ".",
761 "action": ["python", "src/build/gyp_chromium"], 760 "action": ["python", "src/build/gyp_chromium"],
762 }, 761 },
763 ] 762 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | components/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698