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

Side by Side Diff: Source/core/core.gypi

Issue 18808004: Refactoring: Extract DocumentInit for capture Document construction parameter. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed webkit_unit_tests build failure. Created 7 years, 5 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/core/animation/PlayerTest.cpp ('k') | Source/core/dom/DOMImplementation.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 'deprecated_perl_core_idl_files': [ 3 'deprecated_perl_core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 1747 matching lines...) Expand 10 before | Expand all | Expand 10 after
1758 'dom/DeviceOrientationController.h', 1758 'dom/DeviceOrientationController.h',
1759 'dom/DeviceOrientationData.cpp', 1759 'dom/DeviceOrientationData.cpp',
1760 'dom/DeviceOrientationEvent.cpp', 1760 'dom/DeviceOrientationEvent.cpp',
1761 'dom/DeviceOrientationEvent.h', 1761 'dom/DeviceOrientationEvent.h',
1762 'dom/Document.cpp', 1762 'dom/Document.cpp',
1763 'dom/DocumentEventQueue.cpp', 1763 'dom/DocumentEventQueue.cpp',
1764 'dom/DocumentEventQueue.h', 1764 'dom/DocumentEventQueue.h',
1765 'dom/DocumentFragment.cpp', 1765 'dom/DocumentFragment.cpp',
1766 'dom/DocumentFullscreen.cpp', 1766 'dom/DocumentFullscreen.cpp',
1767 'dom/DocumentFullscreen.h', 1767 'dom/DocumentFullscreen.h',
1768 'dom/DocumentInit.cpp',
1769 'dom/DocumentInit.h',
1768 'dom/DocumentLifecycleObserver.cpp', 1770 'dom/DocumentLifecycleObserver.cpp',
1769 'dom/DocumentLifecycleObserver.h', 1771 'dom/DocumentLifecycleObserver.h',
1770 'dom/DocumentMarkerController.cpp', 1772 'dom/DocumentMarkerController.cpp',
1771 'dom/DocumentMarker.cpp', 1773 'dom/DocumentMarker.cpp',
1772 'dom/DocumentOrderedList.cpp', 1774 'dom/DocumentOrderedList.cpp',
1773 'dom/DocumentOrderedList.h', 1775 'dom/DocumentOrderedList.h',
1774 'dom/DocumentOrderedMap.cpp', 1776 'dom/DocumentOrderedMap.cpp',
1775 'dom/DocumentParser.cpp', 1777 'dom/DocumentParser.cpp',
1776 'dom/DocumentSharedObjectPool.cpp', 1778 'dom/DocumentSharedObjectPool.cpp',
1777 'dom/DocumentStyleSheetCollection.cpp', 1779 'dom/DocumentStyleSheetCollection.cpp',
(...skipping 1993 matching lines...) Expand 10 before | Expand all | Expand 10 after
3771 'bison_exe': 'bison', 3773 'bison_exe': 'bison',
3772 # We specify a preprocess so it happens locally and won't get 3774 # We specify a preprocess so it happens locally and won't get
3773 # distributed to goma. 3775 # distributed to goma.
3774 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3776 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3775 # use /usr/bin/clang once we require Xcode 4.x. 3777 # use /usr/bin/clang once we require Xcode 4.x.
3776 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3778 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3777 }], 3779 }],
3778 ], 3780 ],
3779 } 3781 }
3780 } 3782 }
OLDNEW
« no previous file with comments | « Source/core/animation/PlayerTest.cpp ('k') | Source/core/dom/DOMImplementation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698