OLD | NEW |
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 # where <gcliendir> is the absolute path to the directory containing the | 8 # where <gcliendir> is the absolute path to the directory containing the |
9 # .gclient file (the parent of 'src'). | 9 # .gclient file (the parent of 'src'). |
10 # | 10 # |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 'src/third_party/brotli/src': None, | 372 'src/third_party/brotli/src': None, |
373 'src/third_party/cld_2/src': None, | 373 'src/third_party/cld_2/src': None, |
374 'src/third_party/ffmpeg': None, | 374 'src/third_party/ffmpeg': None, |
375 'src/third_party/hunspell_dictionaries': None, | 375 'src/third_party/hunspell_dictionaries': None, |
376 'src/third_party/hunspell': None, | 376 'src/third_party/hunspell': None, |
377 'src/third_party/libc++/trunk': None, | 377 'src/third_party/libc++/trunk': None, |
378 'src/third_party/libc++abi/trunk': None, | 378 'src/third_party/libc++abi/trunk': None, |
379 'src/third_party/libexif/sources': None, | 379 'src/third_party/libexif/sources': None, |
380 'src/third_party/libjpeg_turbo': None, | 380 'src/third_party/libjpeg_turbo': None, |
381 'src/third_party/libsrtp': None, | 381 'src/third_party/libsrtp': None, |
382 'src/third_party/mesa/src': None, | |
383 'src/third_party/opus/src': None, | 382 'src/third_party/opus/src': None, |
384 'src/third_party/openmax_dl': None, | 383 'src/third_party/openmax_dl': None, |
385 'src/third_party/ots': None, | 384 'src/third_party/ots': None, |
386 'src/third_party/pymox/src': None, | 385 'src/third_party/pymox/src': None, |
387 'src/third_party/safe_browsing/testing': None, | 386 'src/third_party/safe_browsing/testing': None, |
388 'src/third_party/scons-2.0.1': None, | 387 'src/third_party/scons-2.0.1': None, |
389 'src/third_party/sfntly/cpp/src': None, | 388 'src/third_party/sfntly/cpp/src': None, |
390 'src/third_party/speex': None, | 389 'src/third_party/speex': None, |
391 'src/third_party/swig/Lib': None, | 390 'src/third_party/swig/Lib': None, |
392 'src/third_party/usrsctp/usrsctplib': None, | 391 'src/third_party/usrsctp/usrsctplib': None, |
393 'src/third_party/v8-i18n': None, | 392 'src/third_party/v8-i18n': None, |
394 'src/third_party/webdriver/pylib': None, | 393 'src/third_party/webdriver/pylib': None, |
395 'src/third_party/webgl': None, | 394 'src/third_party/webgl': None, |
396 'src/third_party/webpagereplay': None, | 395 'src/third_party/webpagereplay': None, |
397 'src/third_party/WebKit/LayoutTests/w3c/web-platform-tests': None, | 396 'src/third_party/WebKit/LayoutTests/w3c/web-platform-tests': None, |
398 'src/third_party/WebKit/LayoutTests/w3c/csswg-test': None, | 397 'src/third_party/WebKit/LayoutTests/w3c/csswg-test': None, |
399 'src/third_party/yasm/source/patched-yasm': None, | 398 'src/third_party/yasm/source/patched-yasm': None, |
400 'src/tools/page_cycler/acid3': None, | 399 'src/tools/page_cycler/acid3': None, |
401 'src/v8': None, | |
402 }, | 400 }, |
403 'mac': { | 401 'mac': { |
404 'src/chrome/tools/test/reference_build/chrome_mac': | 402 'src/chrome/tools/test/reference_build/chrome_mac': |
405 Var('chromium_git') + '/chromium/reference_builds/chrome_mac.git' + '@' + '
8dc181329e7c5255f83b4b85dc2f71498a237955', | 403 Var('chromium_git') + '/chromium/reference_builds/chrome_mac.git' + '@' + '
8dc181329e7c5255f83b4b85dc2f71498a237955', |
406 | 404 |
407 'src/third_party/google_toolbox_for_mac/src': | 405 'src/third_party/google_toolbox_for_mac/src': |
408 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + Var('
google_toolbox_for_mac_revision'), | 406 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + Var('
google_toolbox_for_mac_revision'), |
409 | 407 |
410 | 408 |
411 'src/third_party/pdfsqueeze': | 409 'src/third_party/pdfsqueeze': |
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
800 # corresponding .py files have already been deleted. | 798 # corresponding .py files have already been deleted. |
801 'name': 'remove_stale_pyc_files', | 799 'name': 'remove_stale_pyc_files', |
802 'pattern': 'src/tools/.*\\.py', | 800 'pattern': 'src/tools/.*\\.py', |
803 'action': [ | 801 'action': [ |
804 'python', | 802 'python', |
805 'src/tools/remove_stale_pyc_files.py', | 803 'src/tools/remove_stale_pyc_files.py', |
806 'src/tools', | 804 'src/tools', |
807 ], | 805 ], |
808 }, | 806 }, |
809 ] | 807 ] |
OLD | NEW |