| 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://svn.webkit.org/repository/webkit/trunk", | 9   "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", | 
| 10   "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 10   "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 185 | 185 | 
| 186   "src/third_party/bidichecker": | 186   "src/third_party/bidichecker": | 
| 187     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4", | 187     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4", | 
| 188 | 188 | 
| 189   "src/third_party/v8-i18n": | 189   "src/third_party/v8-i18n": | 
| 190     (Var("googlecode_url") % "v8-i18n") + "/trunk@105", | 190     (Var("googlecode_url") % "v8-i18n") + "/trunk@105", | 
| 191 | 191 | 
| 192   # When roll to another webgl conformance tests revision, please goto | 192   # When roll to another webgl conformance tests revision, please goto | 
| 193   # chrome/test/gpu and run generate_webgl_conformance_test_list.py. | 193   # chrome/test/gpu and run generate_webgl_conformance_test_list.py. | 
| 194   "src/third_party/webgl_conformance": | 194   "src/third_party/webgl_conformance": | 
| 195     "/trunk/deps/third_party/webgl/sdk/tests@138171", | 195     "/trunk/deps/third_party/webgl/sdk/tests@148561", | 
| 196 | 196 | 
| 197   # We run these layout tests as UI tests. Since many of the buildbots that | 197   # We run these layout tests as UI tests. Since many of the buildbots that | 
| 198   # run layout tests do NOT have access to the LayoutTest directory, we need | 198   # run layout tests do NOT have access to the LayoutTest directory, we need | 
| 199   # to map them here. In practice, these do not take up much space. | 199   # to map them here. In practice, these do not take up much space. | 
| 200   "src/content/test/data/layout_tests/LayoutTests/fast/events": | 200   "src/content/test/data/layout_tests/LayoutTests/fast/events": | 
| 201     Var("webkit_trunk") + "/LayoutTests/fast/events@" + | 201     Var("webkit_trunk") + "/LayoutTests/fast/events@" + | 
| 202     Var("webkit_revision"), | 202     Var("webkit_revision"), | 
| 203   "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": | 203   "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": | 
| 204     Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" + | 204     Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" + | 
| 205     Var("webkit_revision"), | 205     Var("webkit_revision"), | 
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 463     "src/third_party/cros_system_api": | 463     "src/third_party/cros_system_api": | 
| 464       Var("chromiumos_git") + "/platform/system_api.git" + | 464       Var("chromiumos_git") + "/platform/system_api.git" + | 
| 465       "@da5b4f13d8f80f70909d474f1b6814df1a97302d", | 465       "@da5b4f13d8f80f70909d474f1b6814df1a97302d", | 
| 466   }, | 466   }, | 
| 467   "android": { | 467   "android": { | 
| 468     "src/third_party/freetype": | 468     "src/third_party/freetype": | 
| 469       Var("chromium_git") + "/chromium/src/third_party/freetype.git" + | 469       Var("chromium_git") + "/chromium/src/third_party/freetype.git" + | 
| 470       "@1f74e4e7ad3ca4163b4578fc30da26a165dd55e7", | 470       "@1f74e4e7ad3ca4163b4578fc30da26a165dd55e7", | 
| 471 | 471 | 
| 472     "src/third_party/aosp": | 472     "src/third_party/aosp": | 
| 473       "/trunk/deps/third_party/aosp@122156", | 473       "/trunk/deps/third_party/aosp@148330", | 
| 474   }, | 474   }, | 
| 475 } | 475 } | 
| 476 | 476 | 
| 477 | 477 | 
| 478 include_rules = [ | 478 include_rules = [ | 
| 479   # Everybody can use some things. | 479   # Everybody can use some things. | 
| 480   "+base", | 480   "+base", | 
| 481   "+build", | 481   "+build", | 
| 482   "+googleurl", | 482   "+googleurl", | 
| 483   "+ipc", | 483   "+ipc", | 
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 564     "pattern": ".", | 564     "pattern": ".", | 
| 565     "action": ["python", "src/build/util/lastchange.py", | 565     "action": ["python", "src/build/util/lastchange.py", | 
| 566                "-o", "src/build/util/LASTCHANGE"], | 566                "-o", "src/build/util/LASTCHANGE"], | 
| 567   }, | 567   }, | 
| 568   { | 568   { | 
| 569     # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 569     # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 
| 570     "pattern": ".", | 570     "pattern": ".", | 
| 571     "action": ["python", "src/build/gyp_chromium"], | 571     "action": ["python", "src/build/gyp_chromium"], | 
| 572   }, | 572   }, | 
| 573 ] | 573 ] | 
| OLD | NEW | 
|---|