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

Unified Diff: trunk/src/chrome/chrome_tests.gypi

Issue 392623005: Revert 283003 "[ChromeDriver] Subscribe PerformanceLogger to Com..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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 | trunk/src/chrome/test/chromedriver/chrome/performance_logger.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/chrome_tests.gypi
===================================================================
--- trunk/src/chrome/chrome_tests.gypi (revision 283022)
+++ trunk/src/chrome/chrome_tests.gypi (working copy)
@@ -460,6 +460,8 @@
'test/chromedriver/chrome/mobile_emulation_override_manager.h',
'test/chromedriver/chrome/navigation_tracker.cc',
'test/chromedriver/chrome/navigation_tracker.h',
+ 'test/chromedriver/chrome/performance_logger.h',
+ 'test/chromedriver/chrome/performance_logger.cc',
'test/chromedriver/chrome/status.cc',
'test/chromedriver/chrome/status.h',
'test/chromedriver/chrome/ui_events.cc',
@@ -619,9 +621,6 @@
'test/chromedriver/capabilities.h',
'test/chromedriver/chrome_launcher.cc',
'test/chromedriver/chrome_launcher.h',
- 'test/chromedriver/command_listener.h',
- 'test/chromedriver/command_listener_proxy.cc',
- 'test/chromedriver/command_listener_proxy.h',
'test/chromedriver/command.h',
'test/chromedriver/commands.cc',
'test/chromedriver/commands.h',
@@ -638,8 +637,6 @@
'test/chromedriver/keycode_text_conversion_x.cc',
'test/chromedriver/logging.cc',
'test/chromedriver/logging.h',
- 'test/chromedriver/performance_logger.cc',
- 'test/chromedriver/performance_logger.h',
'test/chromedriver/server/http_handler.cc',
'test/chromedriver/server/http_handler.h',
'test/chromedriver/session.cc',
@@ -736,6 +733,7 @@
'test/chromedriver/chrome/javascript_dialog_manager_unittest.cc',
'test/chromedriver/chrome/mobile_emulation_override_manager_unittest.cc',
'test/chromedriver/chrome/navigation_tracker_unittest.cc',
+ 'test/chromedriver/chrome/performance_logger_unittest.cc',
'test/chromedriver/chrome/status_unittest.cc',
'test/chromedriver/chrome/stub_chrome.cc',
'test/chromedriver/chrome/stub_chrome.h',
@@ -745,10 +743,8 @@
'test/chromedriver/chrome/stub_web_view.h',
'test/chromedriver/chrome/web_view_impl_unittest.cc',
'test/chromedriver/chrome_launcher_unittest.cc',
- 'test/chromedriver/command_listener_proxy_unittest.cc',
'test/chromedriver/commands_unittest.cc',
'test/chromedriver/logging_unittest.cc',
- 'test/chromedriver/performance_logger_unittest.cc',
'test/chromedriver/server/http_handler_unittest.cc',
'test/chromedriver/session_commands_unittest.cc',
'test/chromedriver/session_unittest.cc',
« no previous file with comments | « no previous file | trunk/src/chrome/test/chromedriver/chrome/performance_logger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698