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

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

Issue 19675008: Move btoa() / atob() implementation out of DOMWindow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Take Kentaro's feedback into consideration 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/bindings/scripts/deprecated_generate_bindings.pl ('k') | Source/core/dom/ChildNode.idl » ('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 1121 matching lines...) Expand 10 before | Expand all | Expand 10 after
1132 'page/DeviceController.h', 1132 'page/DeviceController.h',
1133 'page/DiagnosticLoggingKeys.cpp', 1133 'page/DiagnosticLoggingKeys.cpp',
1134 'page/DiagnosticLoggingKeys.h', 1134 'page/DiagnosticLoggingKeys.h',
1135 'page/DOMPoint.h', 1135 'page/DOMPoint.h',
1136 'page/DOMSecurityPolicy.cpp', 1136 'page/DOMSecurityPolicy.cpp',
1137 'page/DOMSelection.cpp', 1137 'page/DOMSelection.cpp',
1138 'page/DOMSelection.h', 1138 'page/DOMSelection.h',
1139 'page/DOMTimer.cpp', 1139 'page/DOMTimer.cpp',
1140 'page/DOMTimer.h', 1140 'page/DOMTimer.h',
1141 'page/DOMWindow.cpp', 1141 'page/DOMWindow.cpp',
1142 'page/DOMWindow.h',
1143 'page/DOMWindowBase64.cpp',
1144 'page/DOMWindowBase64.h',
1142 'page/DOMWindowPagePopup.cpp', 1145 'page/DOMWindowPagePopup.cpp',
1143 'page/DOMWindowPagePopup.h', 1146 'page/DOMWindowPagePopup.h',
1144 'page/DOMWindowProperty.cpp', 1147 'page/DOMWindowProperty.cpp',
1145 'page/DOMWindowProperty.h', 1148 'page/DOMWindowProperty.h',
1146 'page/DragController.cpp', 1149 'page/DragController.cpp',
1147 'page/EventHandler.cpp', 1150 'page/EventHandler.cpp',
1148 'page/EventSource.cpp', 1151 'page/EventSource.cpp',
1149 'page/EventSource.h', 1152 'page/EventSource.h',
1150 'page/FocusController.cpp', 1153 'page/FocusController.cpp',
1151 'page/Frame.cpp', 1154 'page/Frame.cpp',
(...skipping 2624 matching lines...) Expand 10 before | Expand all | Expand 10 after
3776 'bison_exe': 'bison', 3779 'bison_exe': 'bison',
3777 # We specify a preprocess so it happens locally and won't get 3780 # We specify a preprocess so it happens locally and won't get
3778 # distributed to goma. 3781 # distributed to goma.
3779 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3782 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3780 # use /usr/bin/clang once we require Xcode 4.x. 3783 # use /usr/bin/clang once we require Xcode 4.x.
3781 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3784 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3782 }], 3785 }],
3783 ], 3786 ],
3784 } 3787 }
3785 } 3788 }
OLDNEW
« no previous file with comments | « Source/bindings/scripts/deprecated_generate_bindings.pl ('k') | Source/core/dom/ChildNode.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698