OLD | NEW |
1 vars = { | 1 vars = { |
2 "webkit_trunk": | 2 "webkit_trunk": |
3 "http://svn.webkit.org/repository/webkit/trunk", | 3 "http://svn.webkit.org/repository/webkit/trunk", |
4 "webkit_revision": "45685", | 4 "webkit_revision": "45685", |
5 } | 5 } |
6 | 6 |
7 | 7 |
8 deps = { | 8 deps = { |
9 "src/breakpad/src": | 9 "src/breakpad/src": |
10 "http://google-breakpad.googlecode.com/svn/trunk/src@346", | 10 "http://google-breakpad.googlecode.com/svn/trunk/src@346", |
(...skipping 28 matching lines...) Expand all Loading... |
39 | 39 |
40 "src/webkit/data/layout_tests/LayoutTests": | 40 "src/webkit/data/layout_tests/LayoutTests": |
41 Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), | 41 Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |
42 | 42 |
43 "src/third_party/WebKit/JavaScriptCore": | 43 "src/third_party/WebKit/JavaScriptCore": |
44 Var("webkit_trunk") + "/JavaScriptCore@" + Var("webkit_revision"), | 44 Var("webkit_trunk") + "/JavaScriptCore@" + Var("webkit_revision"), |
45 | 45 |
46 "src/third_party/WebKit/WebCore": | 46 "src/third_party/WebKit/WebCore": |
47 Var("webkit_trunk") + "/WebCore@" + Var("webkit_revision"), | 47 Var("webkit_trunk") + "/WebCore@" + Var("webkit_revision"), |
48 | 48 |
49 "src/third_party/WebKit/WebKitLibraries": | |
50 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), | |
51 | |
52 "src/third_party/tcmalloc/tcmalloc": | 49 "src/third_party/tcmalloc/tcmalloc": |
53 "http://google-perftools.googlecode.com/svn/trunk@74", | 50 "http://google-perftools.googlecode.com/svn/trunk@74", |
54 | 51 |
55 "src/tools/page_cycler/acid3": | 52 "src/tools/page_cycler/acid3": |
56 "/trunk/deps/page_cycler/acid3@19546", | 53 "/trunk/deps/page_cycler/acid3@19546", |
57 | 54 |
58 # TODO(jianli): Remove this once we do not need to run worker's layout tests | 55 # TODO(jianli): Remove this once we do not need to run worker's layout tests |
59 # in ui test. | 56 # in ui test. |
60 "src/chrome/test/data/workers/LayoutTests/fast/workers": | 57 "src/chrome/test/data/workers/LayoutTests/fast/workers": |
61 Var("webkit_trunk") + "/LayoutTests/fast/workers@" + Var("webkit_revision"), | 58 Var("webkit_trunk") + "/LayoutTests/fast/workers@" + Var("webkit_revision"), |
62 "src/chrome/test/data/workers/LayoutTests/http/tests/resources": | 59 "src/chrome/test/data/workers/LayoutTests/http/tests/resources": |
63 Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" + Var("webkit_rev
ision"), | 60 Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" + Var("webkit_rev
ision"), |
64 "src/chrome/test/data/workers/LayoutTests/http/tests/workers": | 61 "src/chrome/test/data/workers/LayoutTests/http/tests/workers": |
65 Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" + Var("webkit_revis
ion"), | 62 Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" + Var("webkit_revis
ion"), |
66 "src/chrome/test/data/workers/LayoutTests/http/tests/xmlhttprequest": | 63 "src/chrome/test/data/workers/LayoutTests/http/tests/xmlhttprequest": |
67 Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" + Var("webki
t_revision"), | 64 Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" + Var("webki
t_revision"), |
68 } | 65 } |
69 | 66 |
70 | 67 |
71 deps_os = { | 68 deps_os = { |
72 "win": { | 69 "win": { |
73 "src/third_party/cygwin": | 70 "src/third_party/cygwin": |
74 "/trunk/deps/third_party/cygwin@11984", | 71 "/trunk/deps/third_party/cygwin@11984", |
75 | 72 |
76 "src/third_party/python_24": | 73 "src/third_party/python_24": |
77 "/trunk/deps/third_party/python_24@19441", | 74 "/trunk/deps/third_party/python_24@19441", |
78 }, | 75 }, |
79 "mac": { | 76 "mac": { |
80 "src/third_party/GTM": | 77 "src/third_party/GTM": |
81 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@119", | 78 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@119", |
82 "src/third_party/pdfsqueeze": | 79 "src/third_party/pdfsqueeze": |
83 "http://pdfsqueeze.googlecode.com/svn/trunk@2", | 80 "http://pdfsqueeze.googlecode.com/svn/trunk@2", |
84 "src/third_party/WebKit/WebKit/mac": | 81 "src/third_party/WebKit/WebKit/mac": |
85 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), | 82 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), |
| 83 "src/third_party/WebKit/WebKitLibraries": |
| 84 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), |
86 }, | 85 }, |
87 "unix": { | 86 "unix": { |
88 # Linux, really. | 87 # Linux, really. |
89 "src/third_party/xdg-utils": | 88 "src/third_party/xdg-utils": |
90 "/trunk/deps/third_party/xdg-utils@20073", | 89 "/trunk/deps/third_party/xdg-utils@20073", |
91 }, | 90 }, |
92 } | 91 } |
93 | 92 |
94 | 93 |
95 include_rules = [ | 94 include_rules = [ |
(...skipping 26 matching lines...) Expand all Loading... |
122 | 121 |
123 | 122 |
124 hooks = [ | 123 hooks = [ |
125 { | 124 { |
126 # A change to a .gyp, .gypi, or to GYP itself shound run the generator. | 125 # A change to a .gyp, .gypi, or to GYP itself shound run the generator. |
127 "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]", | 126 "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]", |
128 "action": ["python", "src/tools/gyp/gyp_dogfood", "src/build/all.gyp"], | 127 "action": ["python", "src/tools/gyp/gyp_dogfood", "src/build/all.gyp"], |
129 }, | 128 }, |
130 ] | 129 ] |
131 | 130 |
OLD | NEW |