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

Side by Side Diff: Source/WebCore/WebCore.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/WTF/wtf/FeatureDefines.h ('k') | Source/WebCore/css/CSSComputedStyleDeclaration.cpp » ('j') | 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 'variables': { 2 'variables': {
3 'project_dir': ['.'], 3 'project_dir': ['.'],
4 'webcore_include_dirs': [ 4 'webcore_include_dirs': [
5 '.', 5 '.',
6 '..', 6 '..',
7 'Modules/battery', 7 'Modules/battery',
8 'Modules/filesystem', 8 'Modules/filesystem',
9 'Modules/gamepad', 9 'Modules/gamepad',
10 'Modules/geolocation', 10 'Modules/geolocation',
(...skipping 1632 matching lines...) Expand 10 before | Expand all | Expand 10 after
1643 'css/CSSUnicodeRangeValue.h', 1643 'css/CSSUnicodeRangeValue.h',
1644 'css/CSSUnknownRule.h', 1644 'css/CSSUnknownRule.h',
1645 'css/CSSValue.cpp', 1645 'css/CSSValue.cpp',
1646 'css/CSSValueList.cpp', 1646 'css/CSSValueList.cpp',
1647 'css/CSSValuePool.cpp', 1647 'css/CSSValuePool.cpp',
1648 'css/CSSValuePool.h', 1648 'css/CSSValuePool.h',
1649 'css/CSSVariableValue.h', 1649 'css/CSSVariableValue.h',
1650 'css/Counter.h', 1650 'css/Counter.h',
1651 'css/DOMWindowCSS.cpp', 1651 'css/DOMWindowCSS.cpp',
1652 'css/DOMWindowCSS.h', 1652 'css/DOMWindowCSS.h',
1653 'css/DashboardRegion.h',
1654 'css/DocumentRuleSets.cpp', 1653 'css/DocumentRuleSets.cpp',
1655 'css/DocumentRuleSets.h', 1654 'css/DocumentRuleSets.h',
1656 'css/ElementRuleCollector.cpp', 1655 'css/ElementRuleCollector.cpp',
1657 'css/ElementRuleCollector.h', 1656 'css/ElementRuleCollector.h',
1658 'css/FontFeatureValue.cpp', 1657 'css/FontFeatureValue.cpp',
1659 'css/FontFeatureValue.h', 1658 'css/FontFeatureValue.h',
1660 'css/FontLoader.h', 1659 'css/FontLoader.h',
1661 'css/FontLoader.cpp', 1660 'css/FontLoader.cpp',
1662 'css/FontValue.cpp', 1661 'css/FontValue.cpp',
1663 'css/FontValue.h', 1662 'css/FontValue.h',
(...skipping 5009 matching lines...) Expand 10 before | Expand all | Expand 10 after
6673 '<(SHARED_INTERMEDIATE_DIR)/WebCore/bindings/JSSVGZoomAndPan.cpp', 6672 '<(SHARED_INTERMEDIATE_DIR)/WebCore/bindings/JSSVGZoomAndPan.cpp',
6674 '<(SHARED_INTERMEDIATE_DIR)/WebCore/bindings/JSSVGZoomAndPan.h', 6673 '<(SHARED_INTERMEDIATE_DIR)/WebCore/bindings/JSSVGZoomAndPan.h',
6675 '<(SHARED_INTERMEDIATE_DIR)/WebCore/bindings/JSSVGZoomEvent.cpp', 6674 '<(SHARED_INTERMEDIATE_DIR)/WebCore/bindings/JSSVGZoomEvent.cpp',
6676 '<(SHARED_INTERMEDIATE_DIR)/WebCore/bindings/JSSVGZoomEvent.h', 6675 '<(SHARED_INTERMEDIATE_DIR)/WebCore/bindings/JSSVGZoomEvent.h',
6677 ], 6676 ],
6678 'export_file_generator_files': [ 6677 'export_file_generator_files': [
6679 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp', 6678 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp',
6680 ], 6679 ],
6681 } 6680 }
6682 } 6681 }
OLDNEW
« no previous file with comments | « Source/WTF/wtf/FeatureDefines.h ('k') | Source/WebCore/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698