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

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

Issue 1172993002: Merge page serializers [7/12] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixes nits 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'tests/TextFinderTest.cpp', 290 'tests/TextFinderTest.cpp',
291 'tests/TopControlsTest.cpp', 291 'tests/TopControlsTest.cpp',
292 'tests/TouchActionTest.cpp', 292 'tests/TouchActionTest.cpp',
293 'tests/ViewportTest.cpp', 293 'tests/ViewportTest.cpp',
294 'tests/WebDocumentTest.cpp', 294 'tests/WebDocumentTest.cpp',
295 'tests/WebFrameTest.cpp', 295 'tests/WebFrameTest.cpp',
296 'tests/WebHelperPluginTest.cpp', 296 'tests/WebHelperPluginTest.cpp',
297 'tests/WebImageTest.cpp', 297 'tests/WebImageTest.cpp',
298 'tests/WebInputEventConversionTest.cpp', 298 'tests/WebInputEventConversionTest.cpp',
299 'tests/WebInputEventFactoryTestMac.mm', 299 'tests/WebInputEventFactoryTestMac.mm',
300 'tests/WebPageNewSerializerTest.cpp',
301 'tests/WebPageSerializerTest.cpp', 300 'tests/WebPageSerializerTest.cpp',
302 'tests/WebPluginContainerTest.cpp', 301 'tests/WebPluginContainerTest.cpp',
303 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', 302 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp',
304 'tests/WebSearchableFormDataTest.cpp', 303 'tests/WebSearchableFormDataTest.cpp',
305 'tests/WebSelectorTest.cpp', 304 'tests/WebSelectorTest.cpp',
306 'tests/WebURLRequestTest.cpp', 305 'tests/WebURLRequestTest.cpp',
307 'tests/WebURLResponseTest.cpp', 306 'tests/WebURLResponseTest.cpp',
308 'tests/WebUnitTests.cpp', 307 'tests/WebUnitTests.cpp',
309 'tests/WebUserGestureTokenTest.cpp', 308 'tests/WebUserGestureTokenTest.cpp',
310 'tests/WebViewTest.cpp', 309 'tests/WebViewTest.cpp',
311 ], 310 ],
312 'conditions': [ 311 'conditions': [
313 ['OS=="win"', 312 ['OS=="win"',
314 { 313 {
315 'web_unittest_files': [ 314 'web_unittest_files': [
316 'tests/WebPageNewSerializerTest.cpp',
317 'tests/WebPageSerializerTest.cpp', 315 'tests/WebPageSerializerTest.cpp',
318 ], 316 ],
319 } 317 }
320 ], 318 ],
321 ['OS!="mac"', 319 ['OS!="mac"',
322 { 320 {
323 'web_unittest_files': [ 321 'web_unittest_files': [
324 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 322 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
325 'tests/ScrollAnimatorNoneTest.cpp', 323 'tests/ScrollAnimatorNoneTest.cpp',
326 ], 324 ],
327 } 325 }
328 ], 326 ],
329 ], 327 ],
330 }, 328 },
331 } 329 }
OLDNEW
« Source/web/tests/MHTMLTest.cpp ('K') | « Source/web/tests/data/pageserializer/yellow_background.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698