| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'ENABLE_DIRECTORY_UPLOAD=1', | 55 'ENABLE_DIRECTORY_UPLOAD=1', |
| 56 'ENABLE_DOWNLOAD_ATTRIBUTE=1', | 56 'ENABLE_DOWNLOAD_ATTRIBUTE=1', |
| 57 'ENABLE_ENCRYPTED_MEDIA=1', | 57 'ENABLE_ENCRYPTED_MEDIA=1', |
| 58 'ENABLE_FILE_SYSTEM=1', | 58 'ENABLE_FILE_SYSTEM=1', |
| 59 'ENABLE_FILTERS=1', | 59 'ENABLE_FILTERS=1', |
| 60 'ENABLE_FULLSCREEN_API=1', | 60 'ENABLE_FULLSCREEN_API=1', |
| 61 'ENABLE_GAMEPAD=1', | 61 'ENABLE_GAMEPAD=1', |
| 62 'ENABLE_GEOLOCATION=1', | 62 'ENABLE_GEOLOCATION=1', |
| 63 'ENABLE_GESTURE_EVENTS=1', | 63 'ENABLE_GESTURE_EVENTS=1', |
| 64 'ENABLE_ICONDATABASE=0', | 64 'ENABLE_ICONDATABASE=0', |
| 65 'ENABLE_IFRAME_SEAMLESS=1', | 65 'ENABLE_IFRAME_SEAMLESS=0', |
| 66 'ENABLE_INDEXED_DATABASE=1', | 66 'ENABLE_INDEXED_DATABASE=1', |
| 67 'ENABLE_INPUT_TYPE_DATE=1', | 67 'ENABLE_INPUT_TYPE_DATE=1', |
| 68 'ENABLE_JAVASCRIPT_DEBUGGER=1', | 68 'ENABLE_JAVASCRIPT_DEBUGGER=1', |
| 69 'ENABLE_LEGACY_CSS_VENDOR_PREFIXES=0', | 69 'ENABLE_LEGACY_CSS_VENDOR_PREFIXES=0', |
| 70 'ENABLE_LEGACY_WEBKIT_BLOB_BUILDER=1', | 70 'ENABLE_LEGACY_WEBKIT_BLOB_BUILDER=1', |
| 71 'ENABLE_LINK_PREFETCH=1', | 71 'ENABLE_LINK_PREFETCH=1', |
| 72 'ENABLE_LINK_PRERENDER=1', | 72 'ENABLE_LINK_PRERENDER=1', |
| 73 'ENABLE_MEDIA_SOURCE=1', | 73 'ENABLE_MEDIA_SOURCE=1', |
| 74 'ENABLE_MEDIA_STATISTICS=1', | 74 'ENABLE_MEDIA_STATISTICS=1', |
| 75 'ENABLE_METER_TAG=1', | 75 'ENABLE_METER_TAG=1', |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 }], | 213 }], |
| 214 ['OS=="mac"', { | 214 ['OS=="mac"', { |
| 215 'feature_defines': [ | 215 'feature_defines': [ |
| 216 'ENABLE_RUBBER_BANDING=1', | 216 'ENABLE_RUBBER_BANDING=1', |
| 217 'WTF_USE_SKIA_ON_MAC_CHROMIUM=1', | 217 'WTF_USE_SKIA_ON_MAC_CHROMIUM=1', |
| 218 ], | 218 ], |
| 219 }], | 219 }], |
| 220 ], | 220 ], |
| 221 }, | 221 }, |
| 222 } | 222 } |
| OLD | NEW |