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

Side by Side Diff: DEPS

Issue 480673002: w3c deps roll for layout tests: update DEPS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | webkit/tools/layout_tests/test_expectations_w3c.txt » ('j') | no next file with comments »
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 -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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
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@1471", 115 (Var("googlecode_url") % "trace-viewer") + "/trunk@1471",
116 116
117 "src/third_party/WebKit": 117 "src/third_party/WebKit":
118 Var("webkit_trunk") + "@" + Var("webkit_revision"), 118 Var("webkit_trunk") + "@" + Var("webkit_revision"),
119 119
120 "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests": 120 "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests":
121 Var("chromium_git") + 121 Var("chromium_git") +
122 "/external/w3c/web-platform-tests.git@6c7bd34e408ff69687a95d75b7e562fa841489 97", 122 "/external/w3c/web-platform-tests.git@fd608375f09b02b54ccba4e99be8365769be43 c5",
123 123
124 "src/third_party/WebKit/LayoutTests/w3c/csswg-test": 124 "src/third_party/WebKit/LayoutTests/w3c/csswg-test":
125 Var("chromium_git") + 125 Var("chromium_git") +
126 "/external/w3c/csswg-test.git@f9b9daa33eac525923e941333d389fcb42f9b19f", 126 "/external/w3c/csswg-test.git@0b12ea22689ee2179f3e9bff389db22f4efd6ed5",
127 127
128 "src/third_party/icu": 128 "src/third_party/icu":
129 "/trunk/deps/third_party/icu52@287122", 129 "/trunk/deps/third_party/icu52@287122",
130 130
131 "src/third_party/libexif/sources": 131 "src/third_party/libexif/sources":
132 "/trunk/deps/third_party/libexif/sources@265008", 132 "/trunk/deps/third_party/libexif/sources@265008",
133 133
134 "src/third_party/hunspell": 134 "src/third_party/hunspell":
135 "/trunk/deps/third_party/hunspell@287123", 135 "/trunk/deps/third_party/hunspell@287123",
136 136
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 "src/third_party/apache-win32", 814 "src/third_party/apache-win32",
815 ], 815 ],
816 }, 816 },
817 { 817 {
818 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 818 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
819 "name": "gyp", 819 "name": "gyp",
820 "pattern": ".", 820 "pattern": ".",
821 "action": ["python", "src/build/gyp_chromium"], 821 "action": ["python", "src/build/gyp_chromium"],
822 }, 822 },
823 ] 823 ]
OLDNEW
« no previous file with comments | « no previous file | webkit/tools/layout_tests/test_expectations_w3c.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698