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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1359", | 93 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1359", |
94 | 94 |
95 "src/buildtools": | 95 "src/buildtools": |
96 Var("chromium_git") + "/chromium/buildtools.git@" + | 96 Var("chromium_git") + "/chromium/buildtools.git@" + |
97 Var("buildtools_revision"), | 97 Var("buildtools_revision"), |
98 | 98 |
99 "src/sdch/open-vcdiff": | 99 "src/sdch/open-vcdiff": |
100 (Var("googlecode_url") % "open-vcdiff") + "/trunk@42", | 100 (Var("googlecode_url") % "open-vcdiff") + "/trunk@42", |
101 | 101 |
102 "src/testing/gtest": | 102 "src/testing/gtest": |
103 (Var("googlecode_url") % "googletest") + "/trunk@643", | 103 (Var("googlecode_url") % "googletest") + "/trunk@692", |
104 | 104 |
105 "src/testing/gmock": | 105 "src/testing/gmock": |
106 (Var("googlecode_url") % "googlemock") + "/trunk@410", | 106 (Var("googlecode_url") % "googlemock") + "/trunk@485", |
107 | 107 |
108 "src/third_party/angle": | 108 "src/third_party/angle": |
109 Var("chromium_git") + "/angle/angle.git@" + Var("angle_revision"), | 109 Var("chromium_git") + "/angle/angle.git@" + Var("angle_revision"), |
110 | 110 |
111 "src/third_party/colorama/src": | 111 "src/third_party/colorama/src": |
112 Var("chromium_git") + "/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8
db2e18e6b8", | 112 Var("chromium_git") + "/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8
db2e18e6b8", |
113 | 113 |
114 "src/third_party/trace-viewer": | 114 "src/third_party/trace-viewer": |
115 (Var("googlecode_url") % "trace-viewer") + "/trunk@1434", | 115 (Var("googlecode_url") % "trace-viewer") + "/trunk@1434", |
116 | 116 |
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
804 "src/third_party/apache-win32", | 804 "src/third_party/apache-win32", |
805 ], | 805 ], |
806 }, | 806 }, |
807 { | 807 { |
808 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 808 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
809 "name": "gyp", | 809 "name": "gyp", |
810 "pattern": ".", | 810 "pattern": ".", |
811 "action": ["python", "src/build/gyp_chromium"], | 811 "action": ["python", "src/build/gyp_chromium"], |
812 }, | 812 }, |
813 ] | 813 ] |
OLD | NEW |