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

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

Issue 19576002: Make atob() / btoa() argument non optional (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 | « LayoutTests/fast/dom/Window/atob-btoa-expected.txt ('k') | Source/core/page/Window.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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'page/PerformanceResourceTiming.idl', 284 'page/PerformanceResourceTiming.idl',
285 'page/PerformanceTiming.idl', 285 'page/PerformanceTiming.idl',
286 'page/Screen.idl', 286 'page/Screen.idl',
287 'page/SecurityPolicy.idl', 287 'page/SecurityPolicy.idl',
288 'page/Selection.idl', 288 'page/Selection.idl',
289 'page/SpeechInputEvent.idl', 289 'page/SpeechInputEvent.idl',
290 'page/SpeechInputResult.idl', 290 'page/SpeechInputResult.idl',
291 'page/SpeechInputResultList.idl', 291 'page/SpeechInputResultList.idl',
292 'page/WebKitPoint.idl', 292 'page/WebKitPoint.idl',
293 'page/Window.idl', 293 'page/Window.idl',
294 'page/WindowBase64.idl',
294 'page/WorkerNavigator.idl', 295 'page/WorkerNavigator.idl',
295 'plugins/MimeType.idl', 296 'plugins/MimeType.idl',
296 'plugins/MimeTypeArray.idl', 297 'plugins/MimeTypeArray.idl',
297 'plugins/Plugin.idl', 298 'plugins/Plugin.idl',
298 'plugins/PluginArray.idl', 299 'plugins/PluginArray.idl',
299 'storage/Storage.idl', 300 'storage/Storage.idl',
300 'storage/StorageEvent.idl', 301 'storage/StorageEvent.idl',
301 'workers/DedicatedWorkerGlobalScope.idl', 302 'workers/DedicatedWorkerGlobalScope.idl',
302 'workers/SharedWorker.idl', 303 'workers/SharedWorker.idl',
303 'workers/SharedWorkerGlobalScope.idl', 304 'workers/SharedWorkerGlobalScope.idl',
(...skipping 3474 matching lines...) Expand 10 before | Expand all | Expand 10 after
3778 'bison_exe': 'bison', 3779 'bison_exe': 'bison',
3779 # 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
3780 # distributed to goma. 3781 # distributed to goma.
3781 # 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
3782 # use /usr/bin/clang once we require Xcode 4.x. 3783 # use /usr/bin/clang once we require Xcode 4.x.
3783 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3784 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3784 }], 3785 }],
3785 ], 3786 ],
3786 } 3787 }
3787 } 3788 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Window/atob-btoa-expected.txt ('k') | Source/core/page/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698