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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 'src/testing/iossim/third_party/class-dump': | 360 'src/testing/iossim/third_party/class-dump': |
361 Var('chromium_git') + '/chromium/deps/class-dump.git' + '@' + '89bd40883c76
7584240b4dade8b74e6f57b9bdab', | 361 Var('chromium_git') + '/chromium/deps/class-dump.git' + '@' + '89bd40883c76
7584240b4dade8b74e6f57b9bdab', |
362 | 362 |
363 # Code that's not needed due to not building everything | 363 # Code that's not needed due to not building everything |
364 'src/build/util/support': None, | 364 'src/build/util/support': None, |
365 'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin': Non
e, | 365 'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin': Non
e, |
366 'src/chrome/test/data/perf/canvas_bench': None, | 366 'src/chrome/test/data/perf/canvas_bench': None, |
367 'src/chrome/test/data/perf/frame_rate/content': None, | 367 'src/chrome/test/data/perf/frame_rate/content': None, |
368 'src/media/cdm/ppapi/api': None, | 368 'src/media/cdm/ppapi/api': None, |
369 'src/native_client': None, | 369 'src/native_client': None, |
370 'src/native_client/src/third_party/ppapi': None, | |
371 'src/third_party/bidichecker': None, | 370 'src/third_party/bidichecker': None, |
372 'src/third_party/brotli/src': None, | 371 'src/third_party/brotli/src': None, |
373 'src/third_party/cld_2/src': None, | 372 'src/third_party/cld_2/src': None, |
374 'src/third_party/ffmpeg': None, | 373 'src/third_party/ffmpeg': None, |
375 'src/third_party/hunspell_dictionaries': None, | 374 'src/third_party/hunspell_dictionaries': None, |
376 'src/third_party/hunspell': None, | 375 'src/third_party/hunspell': None, |
377 'src/third_party/libc++/trunk': None, | 376 'src/third_party/libc++/trunk': None, |
378 'src/third_party/libc++abi/trunk': None, | 377 'src/third_party/libc++abi/trunk': None, |
379 'src/third_party/libexif/sources': None, | 378 'src/third_party/libexif/sources': None, |
380 'src/third_party/libjpeg_turbo': None, | 379 'src/third_party/libjpeg_turbo': None, |
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
795 # corresponding .py files have already been deleted. | 794 # corresponding .py files have already been deleted. |
796 'name': 'remove_stale_pyc_files', | 795 'name': 'remove_stale_pyc_files', |
797 'pattern': 'src/tools/.*\\.py', | 796 'pattern': 'src/tools/.*\\.py', |
798 'action': [ | 797 'action': [ |
799 'python', | 798 'python', |
800 'src/tools/remove_stale_pyc_files.py', | 799 'src/tools/remove_stale_pyc_files.py', |
801 'src/tools', | 800 'src/tools', |
802 ], | 801 ], |
803 }, | 802 }, |
804 ] | 803 ] |
OLD | NEW |