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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 'ENABLE_LEGACY_WEB_AUDIO=1', | 84 'ENABLE_LEGACY_WEB_AUDIO=1', |
85 'ENABLE_LINK_PREFETCH=1', | 85 'ENABLE_LINK_PREFETCH=1', |
86 'ENABLE_LINK_PRERENDER=1', | 86 'ENABLE_LINK_PRERENDER=1', |
87 'ENABLE_MATHML=0', | 87 'ENABLE_MATHML=0', |
88 'ENABLE_MEDIA_SOURCE=1', | 88 'ENABLE_MEDIA_SOURCE=1', |
89 'ENABLE_MEDIA_STATISTICS=1', | 89 'ENABLE_MEDIA_STATISTICS=1', |
90 'ENABLE_MEDIA_STREAM=<(enable_webrtc)', | 90 'ENABLE_MEDIA_STREAM=<(enable_webrtc)', |
91 'ENABLE_METER_ELEMENT=1', | 91 'ENABLE_METER_ELEMENT=1', |
92 'ENABLE_MICRODATA=0', | 92 'ENABLE_MICRODATA=0', |
93 'ENABLE_MOUSE_CURSOR_SCALE=1', | 93 'ENABLE_MOUSE_CURSOR_SCALE=1', |
94 'ENABLE_NOSNIFF=1', | |
95 'ENABLE_PAGE_VISIBILITY_API=1', | 94 'ENABLE_PAGE_VISIBILITY_API=1', |
96 'ENABLE_PERFORMANCE_TIMELINE=1', | 95 'ENABLE_PERFORMANCE_TIMELINE=1', |
97 'ENABLE_POINTER_LOCK=1', | 96 'ENABLE_POINTER_LOCK=1', |
98 'ENABLE_PROGRESS_ELEMENT=1', | 97 'ENABLE_PROGRESS_ELEMENT=1', |
99 'ENABLE_PROXIMITY_EVENTS=0', | 98 'ENABLE_PROXIMITY_EVENTS=0', |
100 'ENABLE_QUOTA=1', | 99 'ENABLE_QUOTA=1', |
101 'ENABLE_REQUEST_ANIMATION_FRAME=1', | 100 'ENABLE_REQUEST_ANIMATION_FRAME=1', |
102 'ENABLE_REQUEST_AUTOCOMPLETE=1', | 101 'ENABLE_REQUEST_AUTOCOMPLETE=1', |
103 'ENABLE_RESOLUTION_MEDIA_QUERY=0', | 102 'ENABLE_RESOLUTION_MEDIA_QUERY=0', |
104 'ENABLE_RESOURCE_TIMING=1', | 103 'ENABLE_RESOURCE_TIMING=1', |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 ], | 246 ], |
248 }], | 247 }], |
249 ['use_default_render_theme==1', { | 248 ['use_default_render_theme==1', { |
250 'feature_defines': [ | 249 'feature_defines': [ |
251 'ENABLE_DEFAULT_RENDER_THEME=1', | 250 'ENABLE_DEFAULT_RENDER_THEME=1', |
252 ], | 251 ], |
253 }], | 252 }], |
254 ], | 253 ], |
255 }, | 254 }, |
256 } | 255 } |
OLD | NEW |