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

Unified Diff: chrome/chrome_tests.gypi

Issue 14263024: Logging API in chromedriver2. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 8 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/capabilities.h » ('j') | chrome/test/chromedriver/capabilities.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 194587)
+++ chrome/chrome_tests.gypi (working copy)
@@ -782,6 +782,8 @@
'test/chromedriver/chrome/devtools_client_impl.cc',
'test/chromedriver/chrome/devtools_client_impl.h',
'test/chromedriver/chrome/devtools_event_listener.h',
+ 'test/chromedriver/chrome/devtools_event_logger.h',
+ 'test/chromedriver/chrome/devtools_event_logger.cc',
'test/chromedriver/chrome/devtools_http_client.cc',
'test/chromedriver/chrome/devtools_http_client.h',
'test/chromedriver/chrome/dom_tracker.cc',
@@ -940,6 +942,8 @@
'test/chromedriver/keycode_text_conversion_mac.mm',
'test/chromedriver/keycode_text_conversion_win.cc',
'test/chromedriver/keycode_text_conversion_x.cc',
+ 'test/chromedriver/logging.cc',
+ 'test/chromedriver/logging.h',
'test/chromedriver/session.cc',
'test/chromedriver/session.h',
'test/chromedriver/session_commands.cc',
@@ -1023,6 +1027,7 @@
'test/chromedriver/capabilities_unittest.cc',
'test/chromedriver/chrome/chrome_finder_unittest.cc',
'test/chromedriver/chrome/devtools_client_impl_unittest.cc',
+ 'test/chromedriver/chrome/devtools_event_logger_unittest.cc',
'test/chromedriver/chrome/devtools_http_client_unittest.cc',
'test/chromedriver/chrome/dom_tracker_unittest.cc',
'test/chromedriver/chrome/frame_tracker_unittest.cc',
@@ -1043,6 +1048,7 @@
'test/chromedriver/commands_unittest.cc',
'test/chromedriver/fake_session_accessor.cc',
'test/chromedriver/fake_session_accessor.h',
+ 'test/chromedriver/logging_unittest.cc',
'test/chromedriver/server/http_handler_unittest.cc',
'test/chromedriver/server/http_response_unittest.cc',
'test/chromedriver/session_commands_unittest.cc',
« no previous file with comments | « no previous file | chrome/test/chromedriver/capabilities.h » ('j') | chrome/test/chromedriver/capabilities.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698