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

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

Issue 290563007: Defer style recalc when inserting extension stylesheets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Avoid Android crash Created 6 years, 7 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
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/ProgrammaticScrollTest.cpp', 285 'tests/ProgrammaticScrollTest.cpp',
286 'tests/RenderTableCellTest.cpp', 286 'tests/RenderTableCellTest.cpp',
287 'tests/RenderTableRowTest.cpp', 287 'tests/RenderTableRowTest.cpp',
288 'tests/ScrollingCoordinatorChromiumTest.cpp', 288 'tests/ScrollingCoordinatorChromiumTest.cpp',
289 'tests/SpinLockTest.cpp', 289 'tests/SpinLockTest.cpp',
290 'tests/TextFinderTest.cpp', 290 'tests/TextFinderTest.cpp',
291 'tests/TouchActionTest.cpp', 291 'tests/TouchActionTest.cpp',
292 'tests/URLTestHelpers.cpp', 292 'tests/URLTestHelpers.cpp',
293 'tests/URLTestHelpers.h', 293 'tests/URLTestHelpers.h',
294 'tests/ViewportTest.cpp', 294 'tests/ViewportTest.cpp',
295 'tests/WebDocumentTest.cpp',
295 'tests/WebFrameTest.cpp', 296 'tests/WebFrameTest.cpp',
296 'tests/WebHelperPluginTest.cpp', 297 'tests/WebHelperPluginTest.cpp',
297 'tests/WebImageTest.cpp', 298 'tests/WebImageTest.cpp',
298 'tests/WebInputEventConversionTest.cpp', 299 'tests/WebInputEventConversionTest.cpp',
299 'tests/WebInputEventFactoryTestMac.mm', 300 'tests/WebInputEventFactoryTestMac.mm',
300 'tests/WebPageNewSerializerTest.cpp', 301 'tests/WebPageNewSerializerTest.cpp',
301 'tests/WebPageSerializerTest.cpp', 302 'tests/WebPageSerializerTest.cpp',
302 'tests/WebPluginContainerTest.cpp', 303 'tests/WebPluginContainerTest.cpp',
303 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', 304 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp',
304 'tests/WebSearchableFormDataTest.cpp', 305 'tests/WebSearchableFormDataTest.cpp',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 ['os_posix==1 and OS!="mac"', 337 ['os_posix==1 and OS!="mac"',
337 { 338 {
338 'web_unittest_files': [ 339 'web_unittest_files': [
339 'tests/LocaleICUTest.cpp', 340 'tests/LocaleICUTest.cpp',
340 ], 341 ],
341 } 342 }
342 ], 343 ],
343 ], 344 ],
344 }, 345 },
345 } 346 }
OLDNEW
« Source/web/tests/WebDocumentTest.cpp ('K') | « Source/web/tests/WebDocumentTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698