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

Unified Diff: Source/wtf/wtf.gypi

Issue 267133002: [webcrypto] Allow both ArrayBuffer and ArrayBufferView as inputs to crypto.subtle methods. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename ArrayBytes --> ArrayPiece Created 6 years, 7 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/wtf/Forward.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/wtf.gypi
diff --git a/Source/wtf/wtf.gypi b/Source/wtf/wtf.gypi
index 984482fa53bbbc98d978afb05a3759119674a7c5..6e935d985562949e6f580a76f31f9959254d1031 100644
--- a/Source/wtf/wtf.gypi
+++ b/Source/wtf/wtf.gypi
@@ -13,6 +13,8 @@
'ArrayBufferDeallocationObserver.h',
'ArrayBufferView.cpp',
'ArrayBufferView.h',
+ 'ArrayPiece.cpp',
+ 'ArrayPiece.h',
'Assertions.cpp',
'Assertions.h',
'Atomics.h',
« no previous file with comments | « Source/wtf/Forward.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698