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

Unified Diff: chrome/chrome_tests.gypi

Issue 331943003: [ChromeDriver] Added CommandListener interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved PerformanceLogger to chromedriver/ Created 6 years, 6 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 | 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: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index d4b6aef3e74ab3aead5b7337b77eed603e6b1b18..7accdc9906fc2727c25d5697130e25f6c54dd083 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -456,8 +456,6 @@
'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',
@@ -617,6 +615,7 @@
'test/chromedriver/capabilities.h',
'test/chromedriver/chrome_launcher.cc',
'test/chromedriver/chrome_launcher.h',
+ 'test/chromedriver/command_listener.h',
'test/chromedriver/command.h',
'test/chromedriver/commands.cc',
'test/chromedriver/commands.h',
@@ -633,6 +632,8 @@
'test/chromedriver/keycode_text_conversion_x.cc',
'test/chromedriver/logging.cc',
'test/chromedriver/logging.h',
+ 'test/chromedriver/performance_logger.h',
+ 'test/chromedriver/performance_logger.cc',
'test/chromedriver/server/http_handler.cc',
'test/chromedriver/server/http_handler.h',
'test/chromedriver/session.cc',
@@ -729,7 +730,6 @@
'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',
@@ -741,6 +741,7 @@
'test/chromedriver/chrome_launcher_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 | chrome/test/chromedriver/chrome/performance_logger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698