[Mac] Re-color omnibox text and move the cursor to the end when committing suggest...
[chromium-blink-merge.git] / DEPS
blobd7f95813a8506aa87a9ea4f6d94ac306574ed7e9
1 vars = {
2   # Use this googlecode_url variable only if there is an internal mirror for it.
3   # If you do not know, use the full path while defining your new deps entry.
4   "googlecode_url": "http://%s.googlecode.com/svn",
5   "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
6   "nacl_trunk": "http://src.chromium.org/native_client/trunk",
7   "webkit_revision": "73376",
8   "skia_revision": "626",
9   "chromium_git": "http://git.chromium.org/git",
10   "swig_revision": "40423",
11   "nacl_revision": "3764",
12   "libjingle_revision": "50",
13   "libvpx_revision": "65287",
14   "ffmpeg_revision": "67548",
17 deps = {
18   "src/breakpad/src":
19     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@734",
21   "src/build/util/support":
22     "/trunk/deps/support@20411",
24   "src/googleurl":
25     (Var("googlecode_url") % "google-url") + "/trunk@149",
27   "src/seccompsandbox":
28     (Var("googlecode_url") % "seccompsandbox") + "/trunk@152",
30   "src/sdch/open-vcdiff":
31     (Var("googlecode_url") % "open-vcdiff") + "/trunk@28",
33   "src/testing/gtest":
34     (Var("googlecode_url") % "googletest") + "/trunk@492",
36   "src/third_party/angle":
37     (Var("googlecode_url") % "angleproject") + "/trunk@498",
39   "src/third_party/WebKit":
40     "/trunk/deps/third_party/WebKit@33467",
42   "src/third_party/icu":
43     "/trunk/deps/third_party/icu42@63473",
45   "src/third_party/hunspell":
46    "/trunk/deps/third_party/hunspell@65351",
48   "src/third_party/hunspell_dictionaries":
49    "/trunk/deps/third_party/hunspell_dictionaries@60756",
51   "src/third_party/safe_browsing/testing":
52     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106",
54   "src/third_party/cacheinvalidation/files":
55     (Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@61",
57   "src/tools/gyp":
58     (Var("googlecode_url") % "gyp") + "/trunk@857",
60   "src/v8":
61     (Var("googlecode_url") % "v8") + "/trunk@5901",
63   "src/native_client":
64     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
65   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
66     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
67     Var("nacl_revision"),
69   "src/third_party/skia/src":
70     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
72   "src/third_party/skia/include":
73     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
75   "src/third_party/WebKit/LayoutTests":
76     Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
78   "src/third_party/WebKit/JavaScriptCore":
79     Var("webkit_trunk") + "/JavaScriptCore@" + Var("webkit_revision"),
81   "src/third_party/WebKit/WebCore":
82     Var("webkit_trunk") + "/WebCore@" + Var("webkit_revision"),
84   "src/third_party/WebKit/WebKit/chromium":
85     Var("webkit_trunk") + "/WebKit/chromium@" + Var("webkit_revision"),
87   "src/third_party/WebKit/WebKitTools/DumpRenderTree":
88     Var("webkit_trunk") + "/WebKitTools/DumpRenderTree@" + Var("webkit_revision"),
90   "src/third_party/WebKit/WebKitTools/Scripts":
91     Var("webkit_trunk") + "/WebKitTools/Scripts@" + Var("webkit_revision"),
93   "src/third_party/ots":
94     (Var("googlecode_url") % "ots") + "/trunk@35",
96   "src/tools/page_cycler/acid3":
97     "/trunk/deps/page_cycler/acid3@19546",
99   # We run these layout tests as UI tests.  Since many of the buildbots that
100   # run layout tests do NOT have access to the LayoutTest directory, we need
101   # to map them here.  In practice, these do not take up much space.
102   "src/chrome/test/data/layout_tests/LayoutTests/fast/events":
103     Var("webkit_trunk") + "/LayoutTests/fast/events@" +
104     Var("webkit_revision"),
105   "src/chrome/test/data/layout_tests/LayoutTests/fast/js/resources":
106     Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
107     Var("webkit_revision"),
108   "src/chrome/test/data/layout_tests/LayoutTests/fast/workers":
109     Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
110     Var("webkit_revision"),
111   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/resources":
112     Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
113     Var("webkit_revision"),
114   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/workers":
115     Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
116     Var("webkit_revision"),
117   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
118     Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
119     Var("webkit_revision"),
120   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
121     Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
122     Var("webkit_revision"),
123   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
124     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
125     Var("webkit_revision"),
126   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/fast/events":
127     Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/fast/events@" +
128     Var("webkit_revision"),
129   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/http/tests/workers":
130     Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/http/tests/workers@" +
131     Var("webkit_revision"),
132   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/storage/domstorage":
133     Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/storage/domstorage@" +
134     Var("webkit_revision"),
135   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
136     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
137     Var("webkit_revision"),
138   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
139     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
140     Var("webkit_revision"),
141   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/appcache":
142     Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
143     Var("webkit_revision"),
144   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
145     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
146     Var("webkit_revision"),
147   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
148     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
149     Var("webkit_revision"),
150   "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage":
151     Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
152     Var("webkit_revision"),
153   "src/chrome/test/data/layout_tests/LayoutTests/media":
154     Var("webkit_trunk") + "/LayoutTests/media@" +
155     Var("webkit_revision"),
156   "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/workers":
157     Var("webkit_trunk") + "/LayoutTests/fast/filesystem/workers@" +
158     Var("webkit_revision"),
159   "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
160     Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" +
161     Var("webkit_revision"),
163   "src/third_party/swig/Lib":
164     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
166   "src/third_party/libvpx":
167     "/trunk/deps/third_party/libvpx@" +
168     Var("libvpx_revision"),
170   "src/third_party/ffmpeg":
171     "/trunk/deps/third_party/ffmpeg/source@" +
172     Var("ffmpeg_revision"),
174   "src/third_party/libjingle/source":
175     (Var("googlecode_url") % "libjingle") + "/trunk@" +
176     Var("libjingle_revision"),
178   "src/third_party/speex":
179     "/trunk/deps/third_party/speex@56515",
181   "src/third_party/libsrtp/src":
182     "/trunk/deps/third_party/libsrtp@60080",
184   "src/third_party/yasm/source/patched-yasm":
185     "/trunk/deps/third_party/yasm/patched-yasm@50870",
189 deps_os = {
190   "win": {
191     "src/chrome/tools/test/reference_build/chrome":
192       "/trunk/deps/reference_builds/chrome@41984",
194     "src/third_party/cygwin":
195       "/trunk/deps/third_party/cygwin@66844",
197     "src/third_party/python_26":
198       "/trunk/tools/third_party/python_26@67105",
200     "src/third_party/lighttpd":
201       "/trunk/deps/third_party/lighttpd@33727",
203     "src/third_party/ffmpeg/binaries/chromium/win/ia32":
204       "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"),
206     # Chrome Frame related deps
207     "src/third_party/xulrunner-sdk":
208       "/trunk/deps/third_party/xulrunner-sdk@17887",
209     "src/chrome_frame/tools/test/reference_build/chrome":
210       "/trunk/deps/reference_builds/chrome@51194",
212     # Parses Windows PE/COFF executable format.
213     "src/third_party/pefile":
214       (Var("googlecode_url") % "pefile") + "/trunk@63",
216     # NSS, for SSLClientSocketNSS.
217     "src/third_party/nss":
218       "/trunk/deps/third_party/nss@61580",
220     "src/third_party/swig/win":
221       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
223     "src/third_party/mingw-w64/mingw/bin":
224       (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" +
225        Var("nacl_revision")),
227     "src/rlz":
228       (Var("googlecode_url") % "rlz") + "/trunk@31",
229   },
230   "mac": {
231     "src/chrome/tools/test/reference_build/chrome_mac":
232       "/trunk/deps/reference_builds/chrome_mac@41963",
234     "src/third_party/GTM":
235       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@410",
236     "src/third_party/pdfsqueeze":
237       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@2",
238     "src/third_party/lighttpd":
239       "/trunk/deps/third_party/lighttpd@33737",
241     "src/third_party/WebKit/WebKit/mac":
242       Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"),
243     "src/third_party/WebKit/WebKitLibraries":
244       Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
246     "src/third_party/swig/mac":
247       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
249     # NSS, for SSLClientSocketNSS.
250     "src/third_party/nss":
251       "/trunk/deps/third_party/nss@61580",
253     "src/chrome/installer/mac/third_party/xz/xz":
254       "/trunk/deps/third_party/xz@50504",
255   },
256   "unix": {
257     # Linux, really.
258     "src/chrome/tools/test/reference_build/chrome_linux":
259       "/trunk/deps/reference_builds/chrome_linux@41515",
261     "src/third_party/xdg-utils":
262       "/trunk/deps/third_party/xdg-utils@58316",
264     "src/third_party/swig/linux":
265       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
267     "src/third_party/lss":
268       (Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@3",
270     "src/third_party/openssl":
271       "/trunk/deps/third_party/openssl@65717",
272   },
276 include_rules = [
277   # Everybody can use some things.
278   "+base",
279   "+build",
280   "+ipc",
282   # For now, we allow ICU to be included by specifying "unicode/...", although
283   # this should probably change.
284   "+unicode",
285   "+testing",
289 # checkdeps.py shouldn't check include paths for files in these dirs:
290 skip_child_includes = [
291   "breakpad",
292   "chrome_frame",
293   "gears",
294   "native_client",
295   "o3d",
296   "sdch",
297   "skia",
298   "testing",
299   "third_party",
300   "v8",
304 hooks = [
305   {
306     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
307     "pattern": ".",
308     "action": ["python", "src/build/gyp_chromium"],
309   },