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

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

Issue 2022783002: Skeleton of the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 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 'AudioOutputDeviceClientImpl.cpp', 7 'AudioOutputDeviceClientImpl.cpp',
8 'AudioOutputDeviceClientImpl.h', 8 'AudioOutputDeviceClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 'tests/ScreenWakeLockTest.cpp', 267 'tests/ScreenWakeLockTest.cpp',
268 'tests/ScrollingCoordinatorTest.cpp', 268 'tests/ScrollingCoordinatorTest.cpp',
269 'tests/SpinLockTest.cpp', 269 'tests/SpinLockTest.cpp',
270 'tests/TextFinderTest.cpp', 270 'tests/TextFinderTest.cpp',
271 'tests/TopControlsTest.cpp', 271 'tests/TopControlsTest.cpp',
272 'tests/TouchActionTest.cpp', 272 'tests/TouchActionTest.cpp',
273 'tests/ViewportTest.cpp', 273 'tests/ViewportTest.cpp',
274 'tests/VirtualTimeTest.cpp', 274 'tests/VirtualTimeTest.cpp',
275 'tests/VisualViewportTest.cpp', 275 'tests/VisualViewportTest.cpp',
276 'tests/WebDocumentTest.cpp', 276 'tests/WebDocumentTest.cpp',
277 'tests/WebDocumentSubresourceFilterTest.cpp',
277 'tests/WebFrameSerializerTest.cpp', 278 'tests/WebFrameSerializerTest.cpp',
278 'tests/WebFrameTest.cpp', 279 'tests/WebFrameTest.cpp',
279 'tests/WebHelperPluginTest.cpp', 280 'tests/WebHelperPluginTest.cpp',
280 'tests/WebImageTest.cpp', 281 'tests/WebImageTest.cpp',
281 'tests/WebInputEventConversionTest.cpp', 282 'tests/WebInputEventConversionTest.cpp',
282 'tests/WebMeaningfulLayoutsTest.cpp', 283 'tests/WebMeaningfulLayoutsTest.cpp',
283 'tests/WebPluginContainerTest.cpp', 284 'tests/WebPluginContainerTest.cpp',
284 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', 285 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp',
285 'tests/WebSearchableFormDataTest.cpp', 286 'tests/WebSearchableFormDataTest.cpp',
286 'tests/WebSelectorTest.cpp', 287 'tests/WebSelectorTest.cpp',
(...skipping 11 matching lines...) Expand all
298 'tests/sim/SimNetwork.h', 299 'tests/sim/SimNetwork.h',
299 'tests/sim/SimRequest.cpp', 300 'tests/sim/SimRequest.cpp',
300 'tests/sim/SimRequest.h', 301 'tests/sim/SimRequest.h',
301 'tests/sim/SimTest.cpp', 302 'tests/sim/SimTest.cpp',
302 'tests/sim/SimTest.h', 303 'tests/sim/SimTest.h',
303 'tests/sim/SimWebViewClient.cpp', 304 'tests/sim/SimWebViewClient.cpp',
304 'tests/sim/SimWebViewClient.h', 305 'tests/sim/SimWebViewClient.h',
305 ], 306 ],
306 }, 307 },
307 } 308 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698