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

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

Issue 412683003: Switch webkit_unit_tests to use the new test launcher. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix gyp for non-component 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 | Annotate | Revision Log
« no previous file with comments | « Source/web/web.gyp ('k') | Source/web/web_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
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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 'tests/WebInputEventFactoryTestMac.mm', 306 'tests/WebInputEventFactoryTestMac.mm',
307 'tests/WebPageNewSerializerTest.cpp', 307 'tests/WebPageNewSerializerTest.cpp',
308 'tests/WebPageSerializerTest.cpp', 308 'tests/WebPageSerializerTest.cpp',
309 'tests/WebPluginContainerTest.cpp', 309 'tests/WebPluginContainerTest.cpp',
310 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', 310 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp',
311 'tests/WebSearchableFormDataTest.cpp', 311 'tests/WebSearchableFormDataTest.cpp',
312 'tests/WebSelectorTest.cpp', 312 'tests/WebSelectorTest.cpp',
313 'tests/WebURLRequestTest.cpp', 313 'tests/WebURLRequestTest.cpp',
314 'tests/WebURLResponseTest.cpp', 314 'tests/WebURLResponseTest.cpp',
315 'tests/WebUserGestureTokenTest.cpp', 315 'tests/WebUserGestureTokenTest.cpp',
316 'tests/WebUnitTests.cpp',
316 'tests/WebViewTest.cpp', 317 'tests/WebViewTest.cpp',
317 ], 318 ],
318 'conditions': [ 319 'conditions': [
319 ['OS=="win"', 320 ['OS=="win"',
320 { 321 {
321 'web_unittest_files': [ 322 'web_unittest_files': [
322 'tests/LocaleWinTest.cpp', 323 'tests/LocaleWinTest.cpp',
323 'tests/WebPageNewSerializerTest.cpp', 324 'tests/WebPageNewSerializerTest.cpp',
324 'tests/WebPageSerializerTest.cpp', 325 'tests/WebPageSerializerTest.cpp',
325 ], 326 ],
(...skipping 17 matching lines...) Expand all
343 ['os_posix==1 and OS!="mac"', 344 ['os_posix==1 and OS!="mac"',
344 { 345 {
345 'web_unittest_files': [ 346 'web_unittest_files': [
346 'tests/LocaleICUTest.cpp', 347 'tests/LocaleICUTest.cpp',
347 ], 348 ],
348 } 349 }
349 ], 350 ],
350 ], 351 ],
351 }, 352 },
352 } 353 }
OLDNEW
« no previous file with comments | « Source/web/web.gyp ('k') | Source/web/web_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698