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

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

Issue 1177733003: Merge page serializers [12/12] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 'ChromeClientImpl.cpp', 7 'ChromeClientImpl.cpp',
8 'ChromeClientImpl.h', 8 'ChromeClientImpl.h',
9 'ColorChooserPopupUIController.cpp', 9 'ColorChooserPopupUIController.cpp',
10 'ColorChooserPopupUIController.h', 10 'ColorChooserPopupUIController.h',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'WebMediaPlayerClientImpl.cpp', 187 'WebMediaPlayerClientImpl.cpp',
188 'WebMediaPlayerClientImpl.h', 188 'WebMediaPlayerClientImpl.h',
189 'WebMediaStreamRegistry.cpp', 189 'WebMediaStreamRegistry.cpp',
190 'WebNetworkStateNotifier.cpp', 190 'WebNetworkStateNotifier.cpp',
191 'WebNode.cpp', 191 'WebNode.cpp',
192 'WebNodeList.cpp', 192 'WebNodeList.cpp',
193 'WebOptionElement.cpp', 193 'WebOptionElement.cpp',
194 'WebPagePopupImpl.cpp', 194 'WebPagePopupImpl.cpp',
195 'WebPagePopupImpl.h', 195 'WebPagePopupImpl.h',
196 'WebPageSerializer.cpp', 196 'WebPageSerializer.cpp',
197 'WebPageSerializerImpl.cpp',
198 'WebPageSerializerImpl.h',
199 'WebPerformance.cpp', 197 'WebPerformance.cpp',
200 'WebPluginContainerImpl.cpp', 198 'WebPluginContainerImpl.cpp',
201 'WebPluginContainerImpl.h', 199 'WebPluginContainerImpl.h',
202 'WebPluginDocument.cpp', 200 'WebPluginDocument.cpp',
203 'WebPluginLoadObserver.cpp', 201 'WebPluginLoadObserver.cpp',
204 'WebPluginLoadObserver.h', 202 'WebPluginLoadObserver.h',
205 'WebRange.cpp', 203 'WebRange.cpp',
206 'WebRemoteFrameImpl.cpp', 204 'WebRemoteFrameImpl.cpp',
207 'WebRemoteFrameImpl.h', 205 'WebRemoteFrameImpl.h',
208 'WebRuntimeFeatures.cpp', 206 'WebRuntimeFeatures.cpp',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'tests/TextFinderTest.cpp', 288 'tests/TextFinderTest.cpp',
291 'tests/TopControlsTest.cpp', 289 'tests/TopControlsTest.cpp',
292 'tests/TouchActionTest.cpp', 290 'tests/TouchActionTest.cpp',
293 'tests/ViewportTest.cpp', 291 'tests/ViewportTest.cpp',
294 'tests/WebDocumentTest.cpp', 292 'tests/WebDocumentTest.cpp',
295 'tests/WebFrameTest.cpp', 293 'tests/WebFrameTest.cpp',
296 'tests/WebHelperPluginTest.cpp', 294 'tests/WebHelperPluginTest.cpp',
297 'tests/WebImageTest.cpp', 295 'tests/WebImageTest.cpp',
298 'tests/WebInputEventConversionTest.cpp', 296 'tests/WebInputEventConversionTest.cpp',
299 'tests/WebInputEventFactoryTestMac.mm', 297 'tests/WebInputEventFactoryTestMac.mm',
300 'tests/WebPageSerializerTest.cpp',
301 'tests/WebPluginContainerTest.cpp', 298 'tests/WebPluginContainerTest.cpp',
302 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', 299 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp',
303 'tests/WebSearchableFormDataTest.cpp', 300 'tests/WebSearchableFormDataTest.cpp',
304 'tests/WebSelectorTest.cpp', 301 'tests/WebSelectorTest.cpp',
305 'tests/WebURLRequestTest.cpp', 302 'tests/WebURLRequestTest.cpp',
306 'tests/WebURLResponseTest.cpp', 303 'tests/WebURLResponseTest.cpp',
307 'tests/WebUnitTests.cpp', 304 'tests/WebUnitTests.cpp',
308 'tests/WebUserGestureTokenTest.cpp', 305 'tests/WebUserGestureTokenTest.cpp',
309 'tests/WebViewTest.cpp', 306 'tests/WebViewTest.cpp',
310 ], 307 ],
311 'conditions': [ 308 'conditions': [
312 ['OS=="win"',
313 {
314 'web_unittest_files': [
315 'tests/WebPageSerializerTest.cpp',
316 ],
317 }
318 ],
319 ['OS!="mac"', 309 ['OS!="mac"',
320 { 310 {
321 'web_unittest_files': [ 311 'web_unittest_files': [
322 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 312 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
323 'tests/ScrollAnimatorNoneTest.cpp', 313 'tests/ScrollAnimatorNoneTest.cpp',
324 ], 314 ],
325 } 315 }
326 ], 316 ],
327 ], 317 ],
328 }, 318 },
329 } 319 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698