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

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

Issue 383063008: Expose the ServiceWorker's v8 context to embedders. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@pinned
Patch Set: Don't #include .cpp files. :-P 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'tests/OpenTypeVerticalDataTest.cpp', 285 'tests/OpenTypeVerticalDataTest.cpp',
286 'tests/PageSerializerTest.cpp', 286 'tests/PageSerializerTest.cpp',
287 'tests/PaintAggregatorTest.cpp', 287 'tests/PaintAggregatorTest.cpp',
288 'tests/PinchViewportTest.cpp', 288 'tests/PinchViewportTest.cpp',
289 'tests/PopupContainerTest.cpp', 289 'tests/PopupContainerTest.cpp',
290 'tests/PopupMenuTest.cpp', 290 'tests/PopupMenuTest.cpp',
291 'tests/PrerenderingTest.cpp', 291 'tests/PrerenderingTest.cpp',
292 'tests/ProgrammaticScrollTest.cpp', 292 'tests/ProgrammaticScrollTest.cpp',
293 'tests/RenderGeometryMapTest.cpp', 293 'tests/RenderGeometryMapTest.cpp',
294 'tests/ScrollingCoordinatorChromiumTest.cpp', 294 'tests/ScrollingCoordinatorChromiumTest.cpp',
295 'tests/ServiceWorkerGlobalScopeProxyTest.cpp',
295 'tests/SpinLockTest.cpp', 296 'tests/SpinLockTest.cpp',
296 'tests/TextFinderTest.cpp', 297 'tests/TextFinderTest.cpp',
297 'tests/TouchActionTest.cpp', 298 'tests/TouchActionTest.cpp',
298 'tests/URLTestHelpers.cpp', 299 'tests/URLTestHelpers.cpp',
299 'tests/URLTestHelpers.h', 300 'tests/URLTestHelpers.h',
300 'tests/ViewportTest.cpp', 301 'tests/ViewportTest.cpp',
301 'tests/WebDocumentTest.cpp', 302 'tests/WebDocumentTest.cpp',
302 'tests/WebFrameTest.cpp', 303 'tests/WebFrameTest.cpp',
303 'tests/WebHelperPluginTest.cpp', 304 'tests/WebHelperPluginTest.cpp',
304 'tests/WebImageTest.cpp', 305 'tests/WebImageTest.cpp',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
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

Powered by Google App Engine
This is Rietveld 408576698