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

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
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/browser/ipc_echo_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 1ae453cbe566546da9a6917ec12b47efefc106c6..32973b2e6f990b0477f22354fb017ad658e79e4f 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -38,6 +38,8 @@ static_library("content_shell_lib") {
"app/webkit_test_platform_support_linux.cc",
"app/webkit_test_platform_support_mac.mm",
"app/webkit_test_platform_support_win.cc",
+ "browser/ipc_echo_message_filter.cc",
+ "browser/ipc_echo_message_filter.h",
"browser/notify_done_forwarder.cc",
"browser/notify_done_forwarder.h",
"browser/shell_android.cc",
@@ -115,6 +117,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",
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/browser/ipc_echo_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698