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

Unified Diff: third_party/WebKit/public/blink.gyp

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
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/blink_headers.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/blink.gyp
diff --git a/third_party/WebKit/public/blink.gyp b/third_party/WebKit/public/blink.gyp
index a389b2185cbf698dbfe9db84ba529514a3bc0a1f..70d762cc11ccce0caeb8c5bbb81a27d5ec6f0698 100644
--- a/third_party/WebKit/public/blink.gyp
+++ b/third_party/WebKit/public/blink.gyp
@@ -39,6 +39,7 @@
'dependencies': [
'../Source/platform/blink_platform.gyp:blink_platform',
'../Source/web/web.gyp:blink_web',
+ '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
'blink_headers.gyp:blink_headers',
'blink_minimal',
],
@@ -46,6 +47,10 @@
'../Source/web/web.gyp:blink_web',
'../Source/platform/blink_platform.gyp:blink_platform',
'blink_minimal',
+
+ # public/platform/Platform.h in 'blink_headers' depends on Mojo
+ # APIs, and the dependent of this target needs to link Mojo.
+ '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
],
},
{
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/blink_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698