Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/platform/blink_platform_tests.gyp

Issue 1740843002: Revert of Migrates battery_status from content/renderer/ to WebKit/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/platform/blink_platform_tests.gyp
diff --git a/third_party/WebKit/Source/platform/blink_platform_tests.gyp b/third_party/WebKit/Source/platform/blink_platform_tests.gyp
index bd453eb3bdd36f98769023f7e2f142eab695d640..8525966e78299a3f03ac43254fb458bb480f018f 100644
--- a/third_party/WebKit/Source/platform/blink_platform_tests.gyp
+++ b/third_party/WebKit/Source/platform/blink_platform_tests.gyp
@@ -75,7 +75,6 @@
'<(DEPTH)/cc/cc.gyp:cc',
'<(DEPTH)/cc/cc_tests.gyp:cc_test_support',
'<(DEPTH)/cc/blink/cc_blink.gyp:cc_blink',
- '<(DEPTH)/mojo/mojo_edk.gyp:mojo_common_test_support',
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
'<(DEPTH)/ui/gfx/gfx.gyp:gfx',
@@ -111,9 +110,6 @@
'../wtf/wtf.gyp:wtf',
'blink_platform.gyp:blink_common',
'blink_platform.gyp:blink_platform',
- '<(DEPTH)/device/battery/battery.gyp:device_battery_mojo_bindings',
- '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
- '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
'<(DEPTH)/testing/gmock.gyp:gmock',
],
'defines': [
@@ -127,17 +123,6 @@
],
# Disable c4267 warnings until we fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267 ],
- 'conditions': [
- ['OS == "android"', {
- 'dependencies': [
- '<(DEPTH)/device/battery/battery.gyp:device_battery_java',
- ],
- }, { # OS != "android"
- 'dependencies': [
- '<(DEPTH)/device/battery/battery.gyp:device_battery',
- ],
- }],
- ],
},
],
'conditions': [
« no previous file with comments | « third_party/WebKit/Source/platform/blink_platform.gypi ('k') | third_party/WebKit/Source/platform/testing/DEPS » ('j') | no next file with comments »

Powered by Google App Engine