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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2643063002: Refactor Blink's ServiceConnector and add ability to mock in layout tests (Closed)
Patch Set: Fix build Created 3 years, 9 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/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 6903d21f9a8e89c65c1bed74e909726e21603195..9f3c67dc197cf629542d174d527fabc61d231e0f 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -89,6 +89,7 @@ if (is_android) {
# and public structures without actually linking against any Blink libraries.
source_set("blink_headers") {
sources = [
+ "platform/Connector.h",
"platform/FilePathConversion.h",
"platform/InterfaceProvider.h",
"platform/Platform.h",
« no previous file with comments | « third_party/WebKit/Source/platform/exported/ServiceRegistry.cpp ('k') | third_party/WebKit/public/platform/Connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698