| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2009 Google Inc. All rights reserved. | 2 # Copyright (C) 2009 Google Inc. All rights reserved. |
| 3 # | 3 # |
| 4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
| 5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
| 6 # met: | 6 # met: |
| 7 # | 7 # |
| 8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
| 9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
| 10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 'ENABLE_BLOB_SLICE=1', | 37 'ENABLE_BLOB_SLICE=1', |
| 38 'ENABLE_CHANNEL_MESSAGING=1', | 38 'ENABLE_CHANNEL_MESSAGING=1', |
| 39 'ENABLE_CLIENT_BASED_GEOLOCATION=1', | 39 'ENABLE_CLIENT_BASED_GEOLOCATION=1', |
| 40 'ENABLE_DASHBOARD_SUPPORT=0', | 40 'ENABLE_DASHBOARD_SUPPORT=0', |
| 41 'ENABLE_DATABASE=1', | 41 'ENABLE_DATABASE=1', |
| 42 'ENABLE_DATA_TRANSFER_ITEMS=1', | 42 'ENABLE_DATA_TRANSFER_ITEMS=1', |
| 43 'ENABLE_DETAILS=1', | 43 'ENABLE_DETAILS=1', |
| 44 'ENABLE_DEVICE_ORIENTATION=1', | 44 'ENABLE_DEVICE_ORIENTATION=1', |
| 45 'ENABLE_DIRECTORY_UPLOAD=1', | 45 'ENABLE_DIRECTORY_UPLOAD=1', |
| 46 'ENABLE_DOM_STORAGE=1', | 46 'ENABLE_DOM_STORAGE=1', |
| 47 'ENABLE_DOWNLOAD_ATTRIBUTE=1', |
| 47 'ENABLE_EVENTSOURCE=1', | 48 'ENABLE_EVENTSOURCE=1', |
| 48 'ENABLE_JAVASCRIPT_I18N_API=1', | 49 'ENABLE_JAVASCRIPT_I18N_API=1', |
| 49 'ENABLE_FILE_SYSTEM=1', | 50 'ENABLE_FILE_SYSTEM=1', |
| 50 'ENABLE_FILTERS=1', | 51 'ENABLE_FILTERS=1', |
| 51 'ENABLE_GEOLOCATION=1', | 52 'ENABLE_GEOLOCATION=1', |
| 52 'ENABLE_GESTURE_RECOGNIZER=1', | 53 'ENABLE_GESTURE_RECOGNIZER=1', |
| 53 'ENABLE_ICONDATABASE=0', | 54 'ENABLE_ICONDATABASE=0', |
| 54 'ENABLE_INDEXED_DATABASE=1', | 55 'ENABLE_INDEXED_DATABASE=1', |
| 55 'ENABLE_INPUT_SPEECH=1', | 56 'ENABLE_INPUT_SPEECH=1', |
| 56 'ENABLE_JAVASCRIPT_DEBUGGER=1', | 57 'ENABLE_JAVASCRIPT_DEBUGGER=1', |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 ], | 161 ], |
| 161 }], | 162 }], |
| 162 ['enable_css3_flexbox==1', { | 163 ['enable_css3_flexbox==1', { |
| 163 'feature_defines': [ | 164 'feature_defines': [ |
| 164 'ENABLE_CSS3_FLEXBOX=1', | 165 'ENABLE_CSS3_FLEXBOX=1', |
| 165 ], | 166 ], |
| 166 }], | 167 }], |
| 167 ], | 168 ], |
| 168 }, | 169 }, |
| 169 } | 170 } |
| OLD | NEW |