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

Unified Diff: Source/core/core.gypi

Issue 379113002: Move fetch-related predicates to core/fetch. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 | « no previous file | Source/core/fetch/CrossOriginAccessControl.h » ('j') | Source/core/fetch/FetchUtils.cpp » ('J')
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 d87a2bf99d43ae74852a79b11fffaed06f06c2c1..a48e65696a10e060a749a7ef02fa63d8b6c62705 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1085,6 +1085,8 @@
'fetch/FetchInitiatorInfo.h',
'fetch/FetchRequest.cpp',
'fetch/FetchRequest.h',
+ 'fetch/FetchUtils.cpp',
+ 'fetch/FetchUtils.h',
'fetch/FontResource.cpp',
'fetch/FontResource.h',
'fetch/ImageResource.cpp',
« no previous file with comments | « no previous file | Source/core/fetch/CrossOriginAccessControl.h » ('j') | Source/core/fetch/FetchUtils.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698