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

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

Issue 1538803002: Migrates battery_status from content/renderer/ to WebKit/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Synced. Created 4 years, 10 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 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 9b8261c476ffe509a805bf66f34921d9351dc0b8..76f22fc3d64d697c33ce20d6b28e4bf48ec58a1d 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -275,6 +275,9 @@
'audio/ffmpeg/FFTFrameFFMPEG.cpp',
'audio/ipp/FFTFrameIPP.cpp',
'audio/mac/FFTFrameMac.cpp',
+ 'battery/battery_dispatcher_proxy.cc',
+ 'battery/battery_dispatcher_proxy.h',
+ 'battery/battery_status.h',
'blob/BlobData.cpp',
'blob/BlobData.h',
'blob/BlobRegistry.cpp',
@@ -991,6 +994,7 @@
'text/UnicodeUtilities.h',
'threading/BackgroundTaskRunner.cpp',
'threading/BackgroundTaskRunner.h',
+ 'threading/BindForMojo.h',
'transforms/AffineTransform.cpp',
'transforms/AffineTransform.h',
'transforms/IdentityTransformOperation.h',
@@ -1114,11 +1118,12 @@
'WebScreenInfoTest.cpp',
'WebVectorTest.cpp',
'animation/AnimationTranslationUtilTest.cpp',
- 'animation/TimingFunctionTest.cpp',
- 'animation/UnitBezierTest.cpp',
'animation/CompositorAnimationPlayerTest.cpp',
'animation/CompositorAnimationTest.cpp',
'animation/CompositorFloatAnimationCurveTest.cpp',
+ 'animation/TimingFunctionTest.cpp',
+ 'animation/UnitBezierTest.cpp',
+ 'battery/battery_dispatcher_proxy_unittest.cc',
'blob/BlobDataTest.cpp',
'clipboard/ClipboardUtilitiesTest.cpp',
'exported/FilePathConversionTest.cpp',
@@ -1220,6 +1225,7 @@
'graphics/test/FakeGraphicsLayerFactory.h',
'testing/GeometryPrinters.cpp',
'testing/GeometryPrinters.h',
+ 'testing/MessageLoopForMojo.h',
'testing/PaintPrinters.cpp',
'testing/PaintPrinters.h',
'testing/PictureMatchers.cpp',
« no previous file with comments | « third_party/WebKit/Source/platform/blink_platform.gyp ('k') | third_party/WebKit/Source/platform/blink_platform_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698