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

Unified Diff: Source/platform/blink_platform.gypi

Issue 54053006: Move weborigin/ under platform/ so that it may someday call platform APIs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Stale refernence to weboriginexport in .gpyi Created 7 years, 1 month 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/platform/blink_platform.gyp ('k') | Source/platform/blob/BlobData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index f3ac2e0897645ba8dcfe58c34e9efdacd189d90d..366f8ed8168100fdbcd37831fe9e5a16f77c6b2e 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -481,6 +481,24 @@
'transforms/TranslateTransformOperation.h',
'transforms/TransformationMatrix.cpp',
'transforms/TransformationMatrix.h',
+ 'weborigin/DatabaseIdentifier.cpp',
+ 'weborigin/DatabaseIdentifier.h',
+ 'weborigin/KURL.cpp',
+ 'weborigin/KURL.h',
+ 'weborigin/KURLHash.h',
+ 'weborigin/KnownPorts.cpp',
+ 'weborigin/KnownPorts.h',
+ 'weborigin/OriginAccessEntry.cpp',
+ 'weborigin/OriginAccessEntry.h',
+ 'weborigin/ReferrerPolicy.h',
+ 'weborigin/SchemeRegistry.cpp',
+ 'weborigin/SchemeRegistry.h',
+ 'weborigin/SecurityOrigin.cpp',
+ 'weborigin/SecurityOrigin.h',
+ 'weborigin/SecurityOriginCache.h',
+ 'weborigin/SecurityOriginHash.h',
+ 'weborigin/SecurityPolicy.cpp',
+ 'weborigin/SecurityPolicy.h',
'win/HWndDC.h',
'win/SystemInfo.cpp',
'win/SystemInfo.h',
@@ -505,6 +523,9 @@
'testing/TreeTestHelpers.h',
'text/BidiResolverTest.cpp',
'text/DateTimeFormatTest.cpp',
+ 'weborigin/DatabaseIdentifierTest.cpp',
+ 'weborigin/KURLTest.cpp',
+ 'weborigin/SecurityOriginTest.cpp',
],
},
}
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/blob/BlobData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698