| OLD | NEW | 
|    1 vars = { |    1 vars = { | 
|    2   # Use this googlecode_url variable only if there is an internal mirror for it. |    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. |    3   # If you do not know, use the full path while defining your new deps entry. | 
|    4   "googlecode_url": "http://%s.googlecode.com/svn", |    4   "googlecode_url": "http://%s.googlecode.com/svn", | 
|    5   "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", |    5   "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", | 
|    6   "nacl_trunk": "http://src.chromium.org/native_client/trunk", |    6   "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 
|    7   "webkit_revision": "80695", |    7   "webkit_revision": "80695", | 
|    8   "chromium_git": "http://git.chromium.org/git", |    8   "chromium_git": "http://git.chromium.org/git", | 
|    9   "swig_revision": "69281", |    9   "swig_revision": "69281", | 
|   10   "nacl_revision": "4382", |   10   "nacl_revision": "4382", | 
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  308   # this should probably change. |  308   # this should probably change. | 
|  309   "+unicode", |  309   "+unicode", | 
|  310   "+testing", |  310   "+testing", | 
|  311 ] |  311 ] | 
|  312  |  312  | 
|  313  |  313  | 
|  314 # checkdeps.py shouldn't check include paths for files in these dirs: |  314 # checkdeps.py shouldn't check include paths for files in these dirs: | 
|  315 skip_child_includes = [ |  315 skip_child_includes = [ | 
|  316   "breakpad", |  316   "breakpad", | 
|  317   "chrome_frame", |  317   "chrome_frame", | 
|  318   "gears", |  | 
|  319   "native_client", |  318   "native_client", | 
|  320   "o3d", |  319   "o3d", | 
|  321   "pdf", |  320   "pdf", | 
|  322   "sdch", |  321   "sdch", | 
|  323   "skia", |  322   "skia", | 
|  324   "testing", |  323   "testing", | 
|  325   "third_party", |  324   "third_party", | 
|  326   "v8", |  325   "v8", | 
|  327 ] |  326 ] | 
|  328  |  327  | 
|  329  |  328  | 
|  330 hooks = [ |  329 hooks = [ | 
|  331   { |  330   { | 
|  332     # A change to a .gyp, .gypi, or to GYP itself should run the generator. |  331     # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 
|  333     "pattern": ".", |  332     "pattern": ".", | 
|  334     "action": ["python", "src/build/gyp_chromium"], |  333     "action": ["python", "src/build/gyp_chromium"], | 
|  335   }, |  334   }, | 
|  336 ] |  335 ] | 
| OLD | NEW |