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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/scripts/deprecated_generate_bindings.pl ('k') | Source/core/dom/ChildNode.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index a89c181e3bec07e857dac137203b0e3ffb1e4237..5d5b6a5d16d55656549204dc7158670c2fc28ae8 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1139,6 +1139,9 @@
'page/DOMTimer.cpp',
'page/DOMTimer.h',
'page/DOMWindow.cpp',
+ 'page/DOMWindow.h',
+ 'page/DOMWindowBase64.cpp',
+ 'page/DOMWindowBase64.h',
'page/DOMWindowPagePopup.cpp',
'page/DOMWindowPagePopup.h',
'page/DOMWindowProperty.cpp',
« 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