OLD | NEW |
1 # When adding a new dependency, please update the top-level .gitignore file | 1 # When adding a new dependency, please update the top-level .gitignore file |
2 # to list the dependency's destination directory. | 2 # to list the dependency's destination directory. |
3 | 3 |
4 vars = { | 4 vars = { |
5 # Use this googlecode_url variable only if there is an internal mirror for it. | 5 # Use this googlecode_url variable only if there is an internal mirror for it. |
6 # If you do not know, use the full path while defining your new deps entry. | 6 # If you do not know, use the full path while defining your new deps entry. |
7 "googlecode_url": "http://%s.googlecode.com/svn", | 7 "googlecode_url": "http://%s.googlecode.com/svn", |
8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", | 8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", |
9 "webkit_trunk": "http://src.chromium.org/blink/trunk", | 9 "webkit_trunk": "http://src.chromium.org/blink/trunk", |
10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 | 59 |
60 "src/sdch/open-vcdiff": | 60 "src/sdch/open-vcdiff": |
61 (Var("googlecode_url") % "open-vcdiff") + "/trunk@42", | 61 (Var("googlecode_url") % "open-vcdiff") + "/trunk@42", |
62 | 62 |
63 "src/testing/gtest": | 63 "src/testing/gtest": |
64 (Var("googlecode_url") % "googletest") + "/trunk@629", | 64 (Var("googlecode_url") % "googletest") + "/trunk@629", |
65 | 65 |
66 "src/testing/gmock": | 66 "src/testing/gmock": |
67 (Var("googlecode_url") % "googlemock") + "/trunk@410", | 67 (Var("googlecode_url") % "googlemock") + "/trunk@410", |
68 | 68 |
69 "src/third_party/angle": | 69 "src/third_party/angle_dx11": |
70 (Var("googlecode_url") % "angleproject") + "/trunk@2249", | 70 Var("chromium_git") + |
| 71 "/external/angle.git@f576cb24c8fc02d3f2fb90faebdcf333fb27892f", |
71 | 72 |
72 "src/third_party/trace-viewer": | 73 "src/third_party/trace-viewer": |
73 (Var("googlecode_url") % "trace-viewer") + "/trunk@623", | 74 (Var("googlecode_url") % "trace-viewer") + "/trunk@623", |
74 | 75 |
75 "src/third_party/WebKit": | 76 "src/third_party/WebKit": |
76 Var("webkit_trunk") + "@" + Var("webkit_revision"), | 77 Var("webkit_trunk") + "@" + Var("webkit_revision"), |
77 | 78 |
78 "src/third_party/icu": | 79 "src/third_party/icu": |
79 "/trunk/deps/third_party/icu46@205936", | 80 "/trunk/deps/third_party/icu46@205936", |
80 | 81 |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
337 "/trunk/deps/third_party/class-dump@199203", | 338 "/trunk/deps/third_party/class-dump@199203", |
338 | 339 |
339 # Code that's not needed due to not building everything | 340 # Code that's not needed due to not building everything |
340 "src/build/util/support": None, | 341 "src/build/util/support": None, |
341 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non
e, | 342 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non
e, |
342 "src/chrome/test/data/perf/canvas_bench": None, | 343 "src/chrome/test/data/perf/canvas_bench": None, |
343 "src/chrome/test/data/perf/frame_rate/content": None, | 344 "src/chrome/test/data/perf/frame_rate/content": None, |
344 "src/native_client": None, | 345 "src/native_client": None, |
345 "src/native_client/src/third_party/ppapi": None, | 346 "src/native_client/src/third_party/ppapi": None, |
346 "src/third_party/angle": None, | 347 "src/third_party/angle": None, |
| 348 "src/third_party/angle_dx11": None, |
347 "src/third_party/bidichecker": None, | 349 "src/third_party/bidichecker": None, |
348 "src/third_party/webgl_conformance": None, | 350 "src/third_party/webgl_conformance": None, |
349 "src/third_party/ffmpeg": None, | 351 "src/third_party/ffmpeg": None, |
350 "src/third_party/hunspell_dictionaries": None, | 352 "src/third_party/hunspell_dictionaries": None, |
351 "src/third_party/hunspell": None, | 353 "src/third_party/hunspell": None, |
352 "src/third_party/leveldatabase/src": None, | 354 "src/third_party/leveldatabase/src": None, |
353 "src/third_party/libexif/sources": None, | 355 "src/third_party/libexif/sources": None, |
354 "src/third_party/libjpeg_turbo": None, | 356 "src/third_party/libjpeg_turbo": None, |
355 "src/third_party/libphonenumber/src/phonenumbers": None, | 357 "src/third_party/libphonenumber/src/phonenumbers": None, |
356 "src/third_party/libphonenumber/src/test": None, | 358 "src/third_party/libphonenumber/src/test": None, |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
610 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 612 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
611 "pattern": ".", | 613 "pattern": ".", |
612 "action": ["python", "src/build/gyp_chromium"], | 614 "action": ["python", "src/build/gyp_chromium"], |
613 }, | 615 }, |
614 { | 616 { |
615 # Check for landmines (reasons to clobber the build). | 617 # Check for landmines (reasons to clobber the build). |
616 "pattern": ".", | 618 "pattern": ".", |
617 "action": ["python", "src/build/landmines.py"], | 619 "action": ["python", "src/build/landmines.py"], |
618 }, | 620 }, |
619 ] | 621 ] |
OLD | NEW |