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

Unified Diff: content/shell/BUILD.gn

Issue 478483005: Add IPC benchmarking API to Blink TestRunner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Landing Created 6 years, 4 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: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 1ae453cbe566546da9a6917ec12b47efefc106c6..2b6dfe10163194a52b681e95a6fc67befb525802 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -115,6 +115,8 @@ static_library("content_shell_lib") {
"geolocation/shell_access_token_store.h",
"renderer/gc_controller.cc",
"renderer/gc_controller.h",
+ "renderer/ipc_echo.cc",
+ "renderer/ipc_echo.h",
"renderer/leak_detector.cc",
"renderer/leak_detector.h",
"renderer/shell_content_renderer_client.cc",

Powered by Google App Engine
This is Rietveld 408576698