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

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: Updated to ToT 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 | « no previous file | Source/core/dom/DOMImplementation.cpp » ('j') | Source/core/dom/Document.cpp » ('J')
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 1768 matching lines...) Expand 10 before | Expand all | Expand 10 after
1779 'dom/DeviceOrientationController.h', 1779 'dom/DeviceOrientationController.h',
1780 'dom/DeviceOrientationData.cpp', 1780 'dom/DeviceOrientationData.cpp',
1781 'dom/DeviceOrientationEvent.cpp', 1781 'dom/DeviceOrientationEvent.cpp',
1782 'dom/DeviceOrientationEvent.h', 1782 'dom/DeviceOrientationEvent.h',
1783 'dom/Document.cpp', 1783 'dom/Document.cpp',
1784 'dom/DocumentEventQueue.cpp', 1784 'dom/DocumentEventQueue.cpp',
1785 'dom/DocumentEventQueue.h', 1785 'dom/DocumentEventQueue.h',
1786 'dom/DocumentFragment.cpp', 1786 'dom/DocumentFragment.cpp',
1787 'dom/DocumentFullscreen.cpp', 1787 'dom/DocumentFullscreen.cpp',
1788 'dom/DocumentFullscreen.h', 1788 'dom/DocumentFullscreen.h',
1789 'dom/DocumentInitializer.cpp',
1790 'dom/DocumentInitializer.h',
1789 'dom/DocumentLifecycleObserver.cpp', 1791 'dom/DocumentLifecycleObserver.cpp',
1790 'dom/DocumentLifecycleObserver.h', 1792 'dom/DocumentLifecycleObserver.h',
1791 'dom/DocumentMarkerController.cpp', 1793 'dom/DocumentMarkerController.cpp',
1792 'dom/DocumentMarker.cpp', 1794 'dom/DocumentMarker.cpp',
1793 'dom/DocumentOrderedList.cpp', 1795 'dom/DocumentOrderedList.cpp',
1794 'dom/DocumentOrderedList.h', 1796 'dom/DocumentOrderedList.h',
1795 'dom/DocumentOrderedMap.cpp', 1797 'dom/DocumentOrderedMap.cpp',
1796 'dom/DocumentParser.cpp', 1798 'dom/DocumentParser.cpp',
1797 'dom/DocumentSharedObjectPool.cpp', 1799 'dom/DocumentSharedObjectPool.cpp',
1798 'dom/DocumentStyleSheetCollection.cpp', 1800 'dom/DocumentStyleSheetCollection.cpp',
(...skipping 1992 matching lines...) Expand 10 before | Expand all | Expand 10 after
3791 'bison_exe': 'bison', 3793 'bison_exe': 'bison',
3792 # We specify a preprocess so it happens locally and won't get 3794 # We specify a preprocess so it happens locally and won't get
3793 # distributed to goma. 3795 # distributed to goma.
3794 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3796 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3795 # use /usr/bin/clang once we require Xcode 4.x. 3797 # use /usr/bin/clang once we require Xcode 4.x.
3796 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3798 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3797 }], 3799 }],
3798 ], 3800 ],
3799 } 3801 }
3800 } 3802 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/DOMImplementation.cpp » ('j') | Source/core/dom/Document.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698