Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Side by Side Diff: Source/WebKit/chromium/features.gypi

Issue 13646006: Remove the ENABLE_IFRAME_SEAMLESS compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'ENABLE_DRAGGABLE_REGION=1', 67 'ENABLE_DRAGGABLE_REGION=1',
68 'ENABLE_ENCRYPTED_MEDIA=1', 68 'ENABLE_ENCRYPTED_MEDIA=1',
69 'ENABLE_FILE_SYSTEM=1', 69 'ENABLE_FILE_SYSTEM=1',
70 'ENABLE_FILTERS=1', 70 'ENABLE_FILTERS=1',
71 'ENABLE_FONT_LOAD_EVENTS=1', 71 'ENABLE_FONT_LOAD_EVENTS=1',
72 'ENABLE_FULLSCREEN_API=1', 72 'ENABLE_FULLSCREEN_API=1',
73 'ENABLE_GAMEPAD=1', 73 'ENABLE_GAMEPAD=1',
74 'ENABLE_GEOLOCATION=1', 74 'ENABLE_GEOLOCATION=1',
75 'ENABLE_GESTURE_EVENTS=1', 75 'ENABLE_GESTURE_EVENTS=1',
76 'ENABLE_ICONDATABASE=0', 76 'ENABLE_ICONDATABASE=0',
77 'ENABLE_IFRAME_SEAMLESS=1',
78 'ENABLE_INDEXED_DATABASE=1', 77 'ENABLE_INDEXED_DATABASE=1',
79 'ENABLE_INPUT_TYPE_DATE=1', 78 'ENABLE_INPUT_TYPE_DATE=1',
80 'ENABLE_INPUT_TYPE_DATETIMELOCAL=1', 79 'ENABLE_INPUT_TYPE_DATETIMELOCAL=1',
81 'ENABLE_INPUT_TYPE_MONTH=1', 80 'ENABLE_INPUT_TYPE_MONTH=1',
82 'ENABLE_INPUT_TYPE_TIME=1', 81 'ENABLE_INPUT_TYPE_TIME=1',
83 'ENABLE_JAVASCRIPT_DEBUGGER=1', 82 'ENABLE_JAVASCRIPT_DEBUGGER=1',
84 'ENABLE_JAVASCRIPT_I18N_API=1', 83 'ENABLE_JAVASCRIPT_I18N_API=1',
85 'ENABLE_LEGACY_CSS_VENDOR_PREFIXES=0', 84 'ENABLE_LEGACY_CSS_VENDOR_PREFIXES=0',
86 'ENABLE_LEGACY_VIEWPORT_ADAPTION=1', 85 'ENABLE_LEGACY_VIEWPORT_ADAPTION=1',
87 'ENABLE_LEGACY_VENDOR_PREFIXES=0', 86 'ENABLE_LEGACY_VENDOR_PREFIXES=0',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 ], 252 ],
254 }], 253 }],
255 ['use_default_render_theme==1', { 254 ['use_default_render_theme==1', {
256 'feature_defines': [ 255 'feature_defines': [
257 'ENABLE_DEFAULT_RENDER_THEME=1', 256 'ENABLE_DEFAULT_RENDER_THEME=1',
258 ], 257 ],
259 }], 258 }],
260 ], 259 ],
261 }, 260 },
262 } 261 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698