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

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

Issue 18261015: Rename ScriptElement to ScriptLoader (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/ScriptElement.h » ('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 'core_idl_files': [ 3 '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 1872 matching lines...) Expand 10 before | Expand all | Expand 10 after
1883 'dom/PromiseResolver.h', 1883 'dom/PromiseResolver.h',
1884 'dom/PseudoElement.cpp', 1884 'dom/PseudoElement.cpp',
1885 'dom/QualifiedName.cpp', 1885 'dom/QualifiedName.cpp',
1886 'dom/Range.cpp', 1886 'dom/Range.cpp',
1887 'dom/RawDataDocumentParser.h', 1887 'dom/RawDataDocumentParser.h',
1888 'dom/RequestAnimationFrameCallback.h', 1888 'dom/RequestAnimationFrameCallback.h',
1889 'dom/ResourceProgressEvent.cpp', 1889 'dom/ResourceProgressEvent.cpp',
1890 'dom/ResourceProgressEvent.h', 1890 'dom/ResourceProgressEvent.h',
1891 'dom/ScopedEventQueue.cpp', 1891 'dom/ScopedEventQueue.cpp',
1892 'dom/ScopedEventQueue.h', 1892 'dom/ScopedEventQueue.h',
1893 'dom/ScriptElement.cpp',
1894 'dom/ScriptElement.h',
1895 'dom/ScriptExecutionContext.cpp', 1893 'dom/ScriptExecutionContext.cpp',
1894 'dom/ScriptLoader.cpp',
1895 'dom/ScriptLoader.h',
1896 'dom/ScriptRunner.cpp', 1896 'dom/ScriptRunner.cpp',
1897 'dom/ScriptableDocumentParser.cpp', 1897 'dom/ScriptableDocumentParser.cpp',
1898 'dom/ScriptableDocumentParser.h', 1898 'dom/ScriptableDocumentParser.h',
1899 'dom/ScriptedAnimationController.cpp', 1899 'dom/ScriptedAnimationController.cpp',
1900 'dom/ScriptedAnimationController.h', 1900 'dom/ScriptedAnimationController.h',
1901 'dom/SecurityContext.cpp', 1901 'dom/SecurityContext.cpp',
1902 'dom/SecurityContext.h', 1902 'dom/SecurityContext.h',
1903 'dom/SecurityPolicyViolationEvent.h', 1903 'dom/SecurityPolicyViolationEvent.h',
1904 'dom/SelectorQuery.cpp', 1904 'dom/SelectorQuery.cpp',
1905 'dom/SelectorQuery.h', 1905 'dom/SelectorQuery.h',
(...skipping 1827 matching lines...) Expand 10 before | Expand all | Expand 10 after
3733 'bison_exe': 'bison', 3733 'bison_exe': 'bison',
3734 # We specify a preprocess so it happens locally and won't get 3734 # We specify a preprocess so it happens locally and won't get
3735 # distributed to goma. 3735 # distributed to goma.
3736 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3736 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3737 # use /usr/bin/clang once we require Xcode 4.x. 3737 # use /usr/bin/clang once we require Xcode 4.x.
3738 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3738 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3739 }], 3739 }],
3740 ], 3740 ],
3741 } 3741 }
3742 } 3742 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/ScriptElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698