| OLD | NEW | 
|   1 include_rules = [ |   1 include_rules = [ | 
|   2     "+bindings", |   2     "+bindings", | 
|   3     "+core", |   3     "+core", | 
|   4     "+mozilla", |   4     "+mozilla", | 
|   5     "+public/platform", |   5     "+public/platform", | 
|   6     "+sys", |   6     "+sys", | 
|   7     "+unicode", |   7     "+unicode", | 
|   8     "+weborigin", |   8     "+weborigin", | 
|   9  |   9  | 
|  10     "-WebKit", |  10     "-WebKit", | 
|  11     "-modules", |  11     "-modules", | 
|  12 # core/ should not depend on modules/ at all, but there are a number of pieces |  12 # core/ should not depend on modules/ at all, but there are a number of pieces | 
|  13 # of code that do. Please don't add to this list of exceptions. |  13 # of code that do. Please don't add to this list of exceptions. | 
|  14     "+modules/battery", |  | 
|  15     "+modules/device_orientation", |  14     "+modules/device_orientation", | 
|  16     "+modules/filesystem", |  15     "+modules/filesystem", | 
|  17     "+modules/gamepad", |  16     "+modules/gamepad", | 
|  18     "+modules/geolocation", |  17     "+modules/geolocation", | 
|  19     "+modules/indexeddb", |  18     "+modules/indexeddb", | 
|  20     "+modules/mediasource", |  19     "+modules/mediasource", | 
|  21     "+modules/mediastream", |  20     "+modules/mediastream", | 
|  22     "+modules/notifications", |  21     "+modules/notifications", | 
|  23     "+modules/speech", |  22     "+modules/speech", | 
|  24     "+modules/webaudio", |  23     "+modules/webaudio", | 
|  25     "+modules/webdatabase", |  24     "+modules/webdatabase", | 
|  26     "+modules/websockets", |  25     "+modules/websockets", | 
|  27     "+modules/websockets", |  26     "+modules/websockets", | 
|  28 ] |  27 ] | 
| OLD | NEW |