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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1550243002: Blink CompositorAnimations: Add more tests for integration with CC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@assert-if
Patch Set: List new header files in gyp. Created 5 years 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index bf8b5973f3f708ad10a99f57518484c550448bcc..682caacd58726638370c45ce18169f6a31343348 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -930,7 +930,7 @@
'text/UnicodeUtilities.cpp',
'text/UnicodeUtilities.h',
'threading/BackgroundTaskRunner.cpp',
- 'threading/BackgroundTaskRunner.h',
+ 'threading/BackgroundTaskRunner.h',
'transforms/AffineTransform.cpp',
'transforms/AffineTransform.h',
'transforms/IdentityTransformOperation.h',
@@ -1099,6 +1099,7 @@
'testing/TestingPlatformSupport.h',
'testing/TransformPrinters.cpp',
'testing/TransformPrinters.h',
+ 'testing/WebLayerMock.h',
],
'conditions': [
['OS=="win"',

Powered by Google App Engine
This is Rietveld 408576698