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

Unified Diff: content/content_shell.gypi

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 | « no previous file | content/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 15b3623b34aa1e3206e6b9d3c62633407df7d5fa..92a5a178f3059e5865f3140465861f891e670c7d 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -88,6 +88,8 @@
'shell/app/webkit_test_platform_support_linux.cc',
'shell/app/webkit_test_platform_support_mac.mm',
'shell/app/webkit_test_platform_support_win.cc',
+ 'shell/browser/ipc_echo_message_filter.cc',
+ 'shell/browser/ipc_echo_message_filter.h',
'shell/browser/notify_done_forwarder.cc',
'shell/browser/notify_done_forwarder.h',
'shell/browser/shell_android.cc',
@@ -167,6 +169,8 @@
'shell/geolocation/shell_access_token_store.h',
'shell/renderer/gc_controller.cc',
'shell/renderer/gc_controller.h',
+ 'shell/renderer/ipc_echo.cc',
+ 'shell/renderer/ipc_echo.h',
'shell/renderer/leak_detector.cc',
'shell/renderer/leak_detector.h',
'shell/renderer/shell_content_renderer_client.cc',
« no previous file with comments | « no previous file | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698