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

Side by Side Diff: Source/weborigin/weborigin.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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/weborigin/weborigin.gyp ('k') | Source/weborigin/weborigin_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 'variables': {
3 'weborigin_files': [
4 'DatabaseIdentifier.cpp',
5 'DatabaseIdentifier.h',
6 'KURL.cpp',
7 'KURL.h',
8 'KURLHash.h',
9 'KnownPorts.cpp',
10 'KnownPorts.h',
11 'OriginAccessEntry.cpp',
12 'OriginAccessEntry.h',
13 'ReferrerPolicy.h',
14 'SchemeRegistry.cpp',
15 'SchemeRegistry.h',
16 'SecurityOrigin.cpp',
17 'SecurityOrigin.h',
18 'SecurityOriginCache.h',
19 'SecurityOriginHash.h',
20 'SecurityPolicy.cpp',
21 'SecurityPolicy.h',
22 'WebOriginExport.h',
23 ],
24 'weborigin_test_files': [
25 'DatabaseIdentifierTest.cpp',
26 'KURLTest.cpp',
27 'SecurityOriginTest.cpp',
28 ],
29 },
30 }
OLDNEW
« no previous file with comments | « Source/weborigin/weborigin.gyp ('k') | Source/weborigin/weborigin_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698