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

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

Issue 1405993008: compositor-worker: plumb element id and mutable properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed layout test (and logged bug) Created 5 years, 1 month 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'LinkHighlightImplTest.cpp', 253 'LinkHighlightImplTest.cpp',
254 'PageOverlayTest.cpp', 254 'PageOverlayTest.cpp',
255 'WebDragDataTest.cpp', 255 'WebDragDataTest.cpp',
256 'WebEmbeddedWorkerImplTest.cpp', 256 'WebEmbeddedWorkerImplTest.cpp',
257 'WebNodeTest.cpp', 257 'WebNodeTest.cpp',
258 'WebElementTest.cpp', 258 'WebElementTest.cpp',
259 # FIXME: Move the tests from web/tests/ to appropriate places. 259 # FIXME: Move the tests from web/tests/ to appropriate places.
260 # crbug.com/353585 260 # crbug.com/353585
261 'tests/ActivityLoggerTest.cpp', 261 'tests/ActivityLoggerTest.cpp',
262 'tests/ChromeClientImplTest.cpp', 262 'tests/ChromeClientImplTest.cpp',
263 'tests/CompositorWorkerTest.cpp',
263 'tests/DocumentLoaderTest.cpp', 264 'tests/DocumentLoaderTest.cpp',
264 'tests/DocumentLoadingRenderingTest.cpp', 265 'tests/DocumentLoadingRenderingTest.cpp',
265 'tests/FakeWebPlugin.cpp', 266 'tests/FakeWebPlugin.cpp',
266 'tests/FakeWebPlugin.h', 267 'tests/FakeWebPlugin.h',
267 'tests/FrameLoaderClientImplTest.cpp', 268 'tests/FrameLoaderClientImplTest.cpp',
268 'tests/FrameTestHelpers.cpp', 269 'tests/FrameTestHelpers.cpp',
269 'tests/FrameTestHelpers.h', 270 'tests/FrameTestHelpers.h',
270 'tests/FrameThrottlingTest.cpp', 271 'tests/FrameThrottlingTest.cpp',
271 'tests/ImeOnFocusTest.cpp', 272 'tests/ImeOnFocusTest.cpp',
272 'tests/KeyboardTest.cpp', 273 'tests/KeyboardTest.cpp',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 { 322 {
322 'web_unittest_files': [ 323 'web_unittest_files': [
323 # Mac uses ScrollAnimatorMac instead of ScrollAnimator. 324 # Mac uses ScrollAnimatorMac instead of ScrollAnimator.
324 'tests/ScrollAnimatorTest.cpp', 325 'tests/ScrollAnimatorTest.cpp',
325 ], 326 ],
326 } 327 }
327 ], 328 ],
328 ], 329 ],
329 }, 330 },
330 } 331 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698