| 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 | 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 "src/testing/gtest": | 73 "src/testing/gtest": |
| 74 (Var("googlecode_url") % "googletest") + "/trunk@643", | 74 (Var("googlecode_url") % "googletest") + "/trunk@643", |
| 75 | 75 |
| 76 "src/testing/gmock": | 76 "src/testing/gmock": |
| 77 (Var("googlecode_url") % "googlemock") + "/trunk@410", | 77 (Var("googlecode_url") % "googlemock") + "/trunk@410", |
| 78 | 78 |
| 79 "src/third_party/angle": | 79 "src/third_party/angle": |
| 80 Var("chromium_git") + | 80 Var("chromium_git") + |
| 81 "/angle/angle.git@95fa672f26db492aee2076b0acb524149d52c68f", | 81 "/angle/angle.git@95fa672f26db492aee2076b0acb524149d52c68f", |
| 82 | 82 |
| 83 "src/third_party/angle_dx11": | |
| 84 Var("chromium_git") + | |
| 85 "/external/angle.git@af640efbfdbe80909016fc623bb65f010a2e551f", | |
| 86 | |
| 87 "src/third_party/trace-viewer": | 83 "src/third_party/trace-viewer": |
| 88 (Var("googlecode_url") % "trace-viewer") + "/trunk@1069", | 84 (Var("googlecode_url") % "trace-viewer") + "/trunk@1069", |
| 89 | 85 |
| 90 "src/third_party/WebKit": | 86 "src/third_party/WebKit": |
| 91 Var("webkit_trunk") + "@" + Var("webkit_revision"), | 87 Var("webkit_trunk") + "@" + Var("webkit_revision"), |
| 92 | 88 |
| 93 "src/third_party/icu": | 89 "src/third_party/icu": |
| 94 "/trunk/deps/third_party/icu46@239289", | 90 "/trunk/deps/third_party/icu46@239289", |
| 95 | 91 |
| 96 "src/third_party/libexif/sources": | 92 "src/third_party/libexif/sources": |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 # Code that's not needed due to not building everything | 355 # Code that's not needed due to not building everything |
| 360 "src/build/util/support": None, | 356 "src/build/util/support": None, |
| 361 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non
e, | 357 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non
e, |
| 362 "src/chrome/test/data/perf/canvas_bench": None, | 358 "src/chrome/test/data/perf/canvas_bench": None, |
| 363 "src/chrome/test/data/perf/frame_rate/content": None, | 359 "src/chrome/test/data/perf/frame_rate/content": None, |
| 364 "src/chrome/test/data/perf/third_party/octane": None, | 360 "src/chrome/test/data/perf/third_party/octane": None, |
| 365 "src/media/cdm/ppapi/api": None, | 361 "src/media/cdm/ppapi/api": None, |
| 366 "src/native_client": None, | 362 "src/native_client": None, |
| 367 "src/native_client/src/third_party/ppapi": None, | 363 "src/native_client/src/third_party/ppapi": None, |
| 368 "src/third_party/angle": None, | 364 "src/third_party/angle": None, |
| 369 "src/third_party/angle_dx11": None, | |
| 370 "src/third_party/bidichecker": None, | 365 "src/third_party/bidichecker": None, |
| 371 "src/third_party/cld_2/src": None, | 366 "src/third_party/cld_2/src": None, |
| 372 "src/third_party/ffmpeg": None, | 367 "src/third_party/ffmpeg": None, |
| 373 "src/third_party/hunspell_dictionaries": None, | 368 "src/third_party/hunspell_dictionaries": None, |
| 374 "src/third_party/hunspell": None, | 369 "src/third_party/hunspell": None, |
| 375 "src/third_party/libaddressinput/src/cpp": None, | 370 "src/third_party/libaddressinput/src/cpp": None, |
| 376 "src/third_party/libaddressinput/src/testdata": None, | 371 "src/third_party/libaddressinput/src/testdata": None, |
| 377 "src/third_party/libexif/sources": None, | 372 "src/third_party/libexif/sources": None, |
| 378 "src/third_party/libjpeg_turbo": None, | 373 "src/third_party/libjpeg_turbo": None, |
| 379 "src/third_party/libsrtp": None, | 374 "src/third_party/libsrtp": None, |
| (...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 697 "pattern": ".", | 692 "pattern": ".", |
| 698 "action": ["python", "src/build/gyp_chromium"], | 693 "action": ["python", "src/build/gyp_chromium"], |
| 699 }, | 694 }, |
| 700 { | 695 { |
| 701 # Check for landmines (reasons to clobber the build). | 696 # Check for landmines (reasons to clobber the build). |
| 702 "name": "landmines", | 697 "name": "landmines", |
| 703 "pattern": ".", | 698 "pattern": ".", |
| 704 "action": ["python", "src/build/landmines.py"], | 699 "action": ["python", "src/build/landmines.py"], |
| 705 }, | 700 }, |
| 706 ] | 701 ] |
| OLD | NEW |