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

Side by Side Diff: DEPS

Issue 1521010: Eliminate WebCore include paths when compiling Chromium code.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 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 | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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": "57002", 4 "webkit_revision": "57002",
5 "ffmpeg_revision": "42726", 5 "ffmpeg_revision": "42726",
6 "skia_revision": "504", 6 "skia_revision": "504",
7 "chromium_git": "http://src.chromium.org/git", 7 "chromium_git": "http://src.chromium.org/git",
8 "swig_revision": "40423", 8 "swig_revision": "40423",
9 "nacl_revision": "1915", 9 "nacl_revision": "1915",
10 } 10 }
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 include_rules = [ 214 include_rules = [
215 # Everybody can use some things. 215 # Everybody can use some things.
216 "+base", 216 "+base",
217 "+build", 217 "+build",
218 "+ipc", 218 "+ipc",
219 219
220 # For now, we allow ICU to be included by specifying "unicode/...", although 220 # For now, we allow ICU to be included by specifying "unicode/...", although
221 # this should probably change. 221 # this should probably change.
222 "+unicode", 222 "+unicode",
223 "+testing", 223 "+testing",
224
225 # Allow anybody to include files from the "public" Skia directory in the
226 # webkit port. This is shared between the webkit port and Chrome.
227 "+webkit/port/platform/graphics/skia/public",
228 ] 224 ]
229 225
230 226
231 # checkdeps.py shouldn't check include paths for files in these dirs: 227 # checkdeps.py shouldn't check include paths for files in these dirs:
232 skip_child_includes = [ 228 skip_child_includes = [
233 "breakpad", 229 "breakpad",
234 "chrome_frame", 230 "chrome_frame",
235 "gears", 231 "gears",
236 "native_client", 232 "native_client",
237 "o3d", 233 "o3d",
(...skipping 12 matching lines...) Expand all
250 "action": ["python", "src/build/gyp_chromium"], 246 "action": ["python", "src/build/gyp_chromium"],
251 }, 247 },
252 { 248 {
253 # Workaround XCode dependecies problem. 249 # Workaround XCode dependecies problem.
254 # TODO(bradnelson): remove this when fixed. 250 # TODO(bradnelson): remove this when fixed.
255 "pattern": ".", 251 "pattern": ".",
256 "action": ["python", 252 "action": ["python",
257 "src/build/mac/clobber_generated_headers.py"], 253 "src/build/mac/clobber_generated_headers.py"],
258 }, 254 },
259 ] 255 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698