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

Side by Side Diff: DEPS

Issue 1925: Put all prebuild scripts in external files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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 | build/v8.xcodeproj/project.pbxproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 deps = { 1 deps = {
2 "src/breakpad/src": 2 "src/breakpad/src":
3 "http://google-breakpad.googlecode.com/svn/trunk/src@281", 3 "http://google-breakpad.googlecode.com/svn/trunk/src@281",
4 4
5 "src/googleurl": 5 "src/googleurl":
6 "http://google-url.googlecode.com/svn/trunk@92", 6 "http://google-url.googlecode.com/svn/trunk@92",
7 7
8 "src/testing/gtest": 8 "src/testing/gtest":
9 "http://googletest.googlecode.com/svn/trunk@63", 9 "http://googletest.googlecode.com/svn/trunk@63",
10 10
11 "src/third_party/WebKit": 11 "src/third_party/WebKit":
12 "/trunk/third_party/WebKit@19", 12 "/trunk/third_party/WebKit@19",
13 13
14 "src/third_party/cygwin": 14 "src/third_party/cygwin":
15 "/trunk/deps/third_party/cygwin@1788", 15 "/trunk/deps/third_party/cygwin@1788",
16 16
17 "src/third_party/icu38": 17 "src/third_party/icu38":
18 "/trunk/deps/third_party/icu38@1679", 18 "/trunk/deps/third_party/icu38@2049",
19 19
20 "src/third_party/python_24": 20 "src/third_party/python_24":
21 "/trunk/deps/third_party/python_24@1790", 21 "/trunk/deps/third_party/python_24@1790",
22 22
23 "src/third_party/svn": 23 "src/third_party/svn":
24 "/trunk/deps/third_party/svn@1791", 24 "/trunk/deps/third_party/svn@1791",
25 25
26 "src/v8": 26 "src/v8":
27 "http://v8.googlecode.com/svn/trunk@138", 27 "http://v8.googlecode.com/svn/trunk@138",
28 28
(...skipping 13 matching lines...) Expand all
42 42
43 # checkdeps.py shouldn't check include paths for files in these dirs: 43 # checkdeps.py shouldn't check include paths for files in these dirs:
44 skip_child_includes = [ 44 skip_child_includes = [
45 "breakpad", 45 "breakpad",
46 "sdch", 46 "sdch",
47 "skia", 47 "skia",
48 "testing", 48 "testing",
49 "third_party", 49 "third_party",
50 "v8", 50 "v8",
51 ] 51 ]
OLDNEW
« no previous file with comments | « no previous file | build/v8.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698