| 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 5305eeb8ac2196bae40a9f206e93a5c352232671..7d2112bf52734f5030d99e05090b7130ee7f3195 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform_tests.gyp
|
| +++ b/third_party/WebKit/Source/platform/blink_platform_tests.gyp
|
| @@ -122,6 +122,11 @@
|
| '../config.gyp:config',
|
| '../wtf/wtf.gyp:wtf',
|
| 'blink_platform.gyp:blink_platform',
|
| + '<(DEPTH)/device/battery/battery.gyp:device_battery_mojo_bindings',
|
| + '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
|
| + '<(DEPTH)/third_party/mojo/mojo_edk.gyp:mojo_common_test_support',
|
| + '<(DEPTH)/third_party/mojo/mojo_edk.gyp:mojo_system_impl',
|
| + '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| ],
|
| 'defines': [
|
| 'INSIDE_BLINK',
|
| @@ -134,6 +139,17 @@
|
| ],
|
| # 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': [
|
|
|