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

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

Issue 13650009: Remove Dashboard support and supporting files. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix compiler error due to misspelling in code "Dashbard" 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
« no previous file with comments | « Source/WebCore/xml/XMLHttpRequest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « Source/WebCore/xml/XMLHttpRequest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698