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

Side by Side Diff: DEPS

Issue 8116: Add #if ENABLE(JAVASCRIPT_DEBUGGER), part 2. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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/build/KJSBindings/KJSBindings.vcproj » ('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@285", 3 "http://google-breakpad.googlecode.com/svn/trunk/src@285",
4 4
5 "src/googleurl": 5 "src/googleurl":
6 "http://google-url.googlecode.com/svn/trunk@94", 6 "http://google-url.googlecode.com/svn/trunk@94",
7 7
8 "src/sdch/open-vcdiff": 8 "src/sdch/open-vcdiff":
9 "http://open-vcdiff.googlecode.com/svn/trunk@20", 9 "http://open-vcdiff.googlecode.com/svn/trunk@20",
10 10
11 "src/testing/gtest": 11 "src/testing/gtest":
12 "http://googletest.googlecode.com/svn/trunk@63", 12 "http://googletest.googlecode.com/svn/trunk@63",
13 13
14 "src/third_party/WebKit": 14 "src/third_party/WebKit":
15 "/trunk/deps/third_party/WebKit@3784", 15 "/trunk/deps/third_party/WebKit@3847",
16 16
17 "src/third_party/cygwin": 17 "src/third_party/cygwin":
18 "/trunk/deps/third_party/cygwin@3248", 18 "/trunk/deps/third_party/cygwin@3248",
19 19
20 "src/third_party/icu38": 20 "src/third_party/icu38":
21 "/trunk/deps/third_party/icu38@3658", 21 "/trunk/deps/third_party/icu38@3658",
22 22
23 "src/third_party/python_24": 23 "src/third_party/python_24":
24 "/trunk/deps/third_party/python_24@3247", 24 "/trunk/deps/third_party/python_24@3247",
25 25
(...skipping 25 matching lines...) Expand all
51 51
52 # checkdeps.py shouldn't check include paths for files in these dirs: 52 # checkdeps.py shouldn't check include paths for files in these dirs:
53 skip_child_includes = [ 53 skip_child_includes = [
54 "breakpad", 54 "breakpad",
55 "sdch", 55 "sdch",
56 "skia", 56 "skia",
57 "testing", 57 "testing",
58 "third_party", 58 "third_party",
59 "v8", 59 "v8",
60 ] 60 ]
OLDNEW
« no previous file with comments | « no previous file | webkit/build/KJSBindings/KJSBindings.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698