initial import
[vuplus_webkit] / Source / WebKit / chromium / DEPS
1 #
2 # Copyright (C) 2009 Google Inc. All rights reserved.
3 #
4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are
6 # met:
7 #
8 #   * Redistributions of source code must retain the above copyright notice,
9 #     this list of conditions and the following disclaimer.
10 #   * Redistributions in binary form must reproduce the above copyright 
11 #     notice, this list of conditions and the following disclaimer in the
12 #     documentation and/or other materials provided with the distribution.
13 #   * Neither the name of Google Inc. nor the names of its contributors 
14 #     may be used to endorse or promote products derived from this software
15 #     without specific prior written permission.
16 #
17 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
20 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
21 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 #
29
30 # This file is used by gclient to fetch the projects that the webkit
31 # chromium port depends on.
32
33 vars = {
34   'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
35   'chromium_rev': '100742'
36 }
37
38 deps = {
39   'chromium_deps':
40     File(Var('chromium_svn')+'/DEPS@'+Var('chromium_rev')),
41
42   # build tools
43   'build':
44     Var('chromium_svn')+'/build@'+Var('chromium_rev'),
45   'tools/gyp':
46     From('chromium_deps', 'src/tools/gyp'),
47
48   # Basic tools
49   'base':
50     Var('chromium_svn')+'/base@'+Var('chromium_rev'),
51
52   # skia dependencies
53   'skia':
54     Var('chromium_svn')+'/skia@'+Var('chromium_rev'),
55   'third_party/skia/gpu':
56     From('chromium_deps', 'src/third_party/skia/gpu'),
57   'third_party/skia/src':
58     From('chromium_deps', 'src/third_party/skia/src'),
59   'third_party/skia/include':
60     From('chromium_deps', 'src/third_party/skia/include'),
61   'third_party/skia/third_party/glu':
62     From('chromium_deps', 'src/third_party/skia/third_party/glu'),
63
64   # testing
65   'testing':
66     Var('chromium_svn')+'/testing@'+Var('chromium_rev'),
67   'testing/gtest':
68     From('chromium_deps', 'src/testing/gtest'),
69   'testing/gmock':
70     From('chromium_deps', 'src/testing/gmock'),
71
72   # v8 javascript engine
73   'v8': From('chromium_deps', 'src/v8'),
74
75   # net dependencies
76   'net':
77     Var('chromium_svn')+'/net@'+Var('chromium_rev'),
78   'crypto':
79     Var('chromium_svn')+'/crypto@'+Var('chromium_rev'),
80   'sdch':
81     Var('chromium_svn')+'/sdch@'+Var('chromium_rev'),
82   'sdch/open-vcdiff':
83     From('chromium_deps', 'src/sdch/open-vcdiff'),
84   'googleurl':
85     From('chromium_deps', 'src/googleurl'),
86
87   # webkit dependencies
88   'webkit': Var('chromium_svn')+'/webkit@'+Var('chromium_rev'),
89
90   'gpu':
91     Var('chromium_svn')+'/gpu@'+Var('chromium_rev'),
92   'ipc':
93     Var('chromium_svn')+'/ipc@'+Var('chromium_rev'),
94   'media':
95     Var('chromium_svn')+'/media@'+Var('chromium_rev'),
96   'printing':
97     Var('chromium_svn')+'/printing@'+Var('chromium_rev'),
98   'ppapi':
99     Var('chromium_svn')+'/ppapi@'+Var('chromium_rev'),
100   'sql':
101     Var('chromium_svn')+'/sql@'+Var('chromium_rev'),
102   'third_party/angle':  # needed by the gpu process
103     From('chromium_deps', 'src/third_party/angle'),
104   'third_party/libvpx': # needed by webkit/media
105     From('chromium_deps', 'src/third_party/libvpx'),
106   'third_party/ffmpeg': # needed by webkit/media
107     From('chromium_deps', 'src/third_party/ffmpeg'),
108   'third_party/libjingle/source':
109     From('chromium_deps', 'src/third_party/libjingle/source'),
110   'third_party/libwebp':
111     Var('chromium_svn')+'/third_party/libwebp@'+Var('chromium_rev'),
112   'tools/grit':
113     Var('chromium_svn')+'/tools/grit@'+Var('chromium_rev'),
114   'tools/generate_stubs':
115     Var('chromium_svn')+'/tools/generate_stubs@'+Var('chromium_rev'),
116   'ui':
117     Var('chromium_svn')+'/ui@'+Var('chromium_rev'), # needed by app
118
119   # other third party
120   'third_party/icu':
121     From('chromium_deps', 'src/third_party/icu'),
122   'third_party/ots':
123     From('chromium_deps', 'src/third_party/ots'),
124   'third_party/yasm/source/patched-yasm':
125     From('chromium_deps', 'src/third_party/yasm/source/patched-yasm'),
126   'third_party/libjpeg_turbo':
127     From('chromium_deps', 'src/third_party/libjpeg_turbo'),
128   'third_party/leveldatabase/src':
129     From('chromium_deps', 'src/third_party/leveldatabase/src'),
130   'third_party/snappy/src':
131     From('chromium_deps', 'src/third_party/snappy/src'),
132   'third_party/sfntly/src/sfntly':
133     From('chromium_deps', 'src/third_party/sfntly/src/sfntly'),
134   'third_party/v8-i18n':
135     From('chromium_deps', 'src/third_party/v8-i18n'),
136   'third_party':
137     Var('chromium_svn')+'/third_party@'+Var('chromium_rev'),
138 }
139
140 deps_os = {
141   'win': {
142     'third_party/cygwin':
143       From('chromium_deps', 'src/third_party/cygwin'),
144     'third_party/ffmpeg/binaries/chromium/win/ia32':
145       From('chromium_deps', 'src/third_party/ffmpeg/binaries/chromium/win/ia32'),
146     'third_party/lighttpd':
147       From('chromium_deps', 'src/third_party/lighttpd'),
148     'third_party/nss':
149       From('chromium_deps', 'src/third_party/nss'),
150     # Dependencies used by libjpeg-turbo
151     'third_party/yasm/binaries':
152       From('chromium_deps', 'src/third_party/yasm/binaries'),
153   },
154   'mac': {
155     'third_party/nss':
156       From('chromium_deps', 'src/third_party/nss'),
157   },
158   'unix': {
159     # Linux, actually.
160     'tools/xdisplaycheck':
161       Var('chromium_svn')+'/tools/xdisplaycheck@'+Var('chromium_rev'),
162     'third_party/openssl':
163       From('chromium_deps', 'src/third_party/openssl'),
164   },
165 }
166
167 skip_child_includes = [
168    # Don't look for dependencies in the following folders: 
169    'base',
170    'build',
171    'googleurl',
172    'net',
173    'sdch',
174    'skia',
175    'testing',
176    'third_party',
177    'tools',
178    'v8',
179    'webkit',
180 ]
181
182 include_rules = [
183   # Everybody can use some things.
184   '+base',
185   '+build',
186   '+ipc',
187
188   # For now, we allow ICU to be included by specifying 'unicode/...', although
189   # this should probably change.
190   '+unicode',
191   '+testing',
192
193   # Allow anybody to include files from the 'public' Skia directory in the
194   # webkit port. This is shared between the webkit port and Chromium.
195   '+webkit/port/platform/graphics/skia/public',
196 ]
197
198
199 hooks = [
200   {
201     # A change to any file in this directory should run the gyp generator.
202     'pattern': '.',
203     'action': ['python', 'gyp_webkit'],
204   },
205 ]