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

Side by Side Diff: Source/web/web.gypi

Issue 393533002: Pass through the geofencing API calls to the content layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@geofencing2
Patch Set: Created 6 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'web_files': [ 3 'web_files': [
4 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
5 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
6 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
7 'BackForwardClientImpl.cpp', 7 'BackForwardClientImpl.cpp',
8 'BackForwardClientImpl.h', 8 'BackForwardClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'ValidationMessageClientImpl.h', 107 'ValidationMessageClientImpl.h',
108 'ViewportAnchor.cpp', 108 'ViewportAnchor.cpp',
109 'ViewportAnchor.h', 109 'ViewportAnchor.h',
110 'WebAXObject.cpp', 110 'WebAXObject.cpp',
111 'WebArrayBufferConverter.cpp', 111 'WebArrayBufferConverter.cpp',
112 'WebArrayBufferView.cpp', 112 'WebArrayBufferView.cpp',
113 'WebBindings.cpp', 113 'WebBindings.cpp',
114 'WebBlob.cpp', 114 'WebBlob.cpp',
115 'WebCache.cpp', 115 'WebCache.cpp',
116 'WebCachedURLRequest.cpp', 116 'WebCachedURLRequest.cpp',
117 'WebCircularRegion.cpp',
117 'WebColorName.cpp', 118 'WebColorName.cpp',
118 'WebColorSuggestion.cpp', 119 'WebColorSuggestion.cpp',
119 'WebCryptoNormalize.cpp', 120 'WebCryptoNormalize.cpp',
120 'WebCustomElement.cpp', 121 'WebCustomElement.cpp',
121 'WebDOMActivityLogger.cpp', 122 'WebDOMActivityLogger.cpp',
122 'WebDOMCustomEvent.cpp', 123 'WebDOMCustomEvent.cpp',
123 'WebDOMError.cpp', 124 'WebDOMError.cpp',
124 'WebDOMEvent.cpp', 125 'WebDOMEvent.cpp',
125 'WebDOMEventListener.cpp', 126 'WebDOMEventListener.cpp',
126 'WebDOMEventListenerPrivate.cpp', 127 'WebDOMEventListenerPrivate.cpp',
(...skipping 22 matching lines...) Expand all
149 'WebEntities.cpp', 150 'WebEntities.cpp',
150 'WebEntities.h', 151 'WebEntities.h',
151 'WebFileChooserCompletionImpl.cpp', 152 'WebFileChooserCompletionImpl.cpp',
152 'WebFileChooserCompletionImpl.h', 153 'WebFileChooserCompletionImpl.h',
153 'WebFontDescription.cpp', 154 'WebFontDescription.cpp',
154 'WebFontImpl.cpp', 155 'WebFontImpl.cpp',
155 'WebFontImpl.h', 156 'WebFontImpl.h',
156 'WebFormControlElement.cpp', 157 'WebFormControlElement.cpp',
157 'WebFormElement.cpp', 158 'WebFormElement.cpp',
158 'WebFrame.cpp', 159 'WebFrame.cpp',
160 'WebGeofencingRegion.cpp',
159 'WebGeolocationController.cpp', 161 'WebGeolocationController.cpp',
160 'WebGeolocationError.cpp', 162 'WebGeolocationError.cpp',
161 'WebGeolocationPermissionRequest.cpp', 163 'WebGeolocationPermissionRequest.cpp',
162 'WebGeolocationPermissionRequestManager.cpp', 164 'WebGeolocationPermissionRequestManager.cpp',
163 'WebGeolocationPosition.cpp', 165 'WebGeolocationPosition.cpp',
164 'WebGlyphCache.cpp', 166 'WebGlyphCache.cpp',
165 'WebHeap.cpp', 167 'WebHeap.cpp',
166 'WebHelperPluginImpl.cpp', 168 'WebHelperPluginImpl.cpp',
167 'WebHelperPluginImpl.h', 169 'WebHelperPluginImpl.h',
168 'WebHistoryItem.cpp', 170 'WebHistoryItem.cpp',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 ['os_posix==1 and OS!="mac"', 345 ['os_posix==1 and OS!="mac"',
344 { 346 {
345 'web_unittest_files': [ 347 'web_unittest_files': [
346 'tests/LocaleICUTest.cpp', 348 'tests/LocaleICUTest.cpp',
347 ], 349 ],
348 } 350 }
349 ], 351 ],
350 ], 352 ],
351 }, 353 },
352 } 354 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698