| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 50       'ENABLE_CSS_FILTERS=1', | 50       'ENABLE_CSS_FILTERS=1', | 
| 51       'ENABLE_CSS_IMAGE_SET=1', | 51       'ENABLE_CSS_IMAGE_SET=1', | 
| 52       'ENABLE_CSS_IMAGE_RESOLUTION=0', | 52       'ENABLE_CSS_IMAGE_RESOLUTION=0', | 
| 53       'ENABLE_CSS_REGIONS=1', | 53       'ENABLE_CSS_REGIONS=1', | 
| 54       'ENABLE_CSS_SHADERS=1', | 54       'ENABLE_CSS_SHADERS=1', | 
| 55       'ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED=0', | 55       'ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED=0', | 
| 56       'ENABLE_CSS_VARIABLES=1', | 56       'ENABLE_CSS_VARIABLES=1', | 
| 57       'ENABLE_CSS_STICKY_POSITION=1', | 57       'ENABLE_CSS_STICKY_POSITION=1', | 
| 58       'ENABLE_CUSTOM_ELEMENTS=1', | 58       'ENABLE_CUSTOM_ELEMENTS=1', | 
| 59       'ENABLE_CUSTOM_SCHEME_HANDLER=0', | 59       'ENABLE_CUSTOM_SCHEME_HANDLER=0', | 
| 60       'ENABLE_DASHBOARD_SUPPORT=0', |  | 
| 61       'ENABLE_DATA_TRANSFER_ITEMS=1', | 60       'ENABLE_DATA_TRANSFER_ITEMS=1', | 
| 62       'ENABLE_DETAILS_ELEMENT=1', | 61       'ENABLE_DETAILS_ELEMENT=1', | 
| 63       'ENABLE_DEVICE_ORIENTATION=1', | 62       'ENABLE_DEVICE_ORIENTATION=1', | 
| 64       'ENABLE_DIALOG_ELEMENT=1', | 63       'ENABLE_DIALOG_ELEMENT=1', | 
| 65       'ENABLE_DIRECTORY_UPLOAD=1', | 64       'ENABLE_DIRECTORY_UPLOAD=1', | 
| 66       'ENABLE_DOM4_EVENTS_CONSTRUCTOR=1', | 65       'ENABLE_DOM4_EVENTS_CONSTRUCTOR=1', | 
| 67       'ENABLE_DOWNLOAD_ATTRIBUTE=1', | 66       'ENABLE_DOWNLOAD_ATTRIBUTE=1', | 
| 68       'ENABLE_DRAGGABLE_REGION=1', | 67       'ENABLE_DRAGGABLE_REGION=1', | 
| 69       'ENABLE_ENCRYPTED_MEDIA=1', | 68       'ENABLE_ENCRYPTED_MEDIA=1', | 
| 70       'ENABLE_FILE_SYSTEM=1', | 69       'ENABLE_FILE_SYSTEM=1', | 
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 255         ], | 254         ], | 
| 256       }], | 255       }], | 
| 257       ['use_default_render_theme==1', { | 256       ['use_default_render_theme==1', { | 
| 258         'feature_defines': [ | 257         'feature_defines': [ | 
| 259           'ENABLE_DEFAULT_RENDER_THEME=1', | 258           'ENABLE_DEFAULT_RENDER_THEME=1', | 
| 260         ], | 259         ], | 
| 261       }], | 260       }], | 
| 262     ], | 261     ], | 
| 263   }, | 262   }, | 
| 264 } | 263 } | 
| OLD | NEW | 
|---|