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

Unified Diff: chrome/chrome_tests.gypi

Issue 605143002: [chromedriver] Accept git hashes in blink version strings from devtools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot to git add new files Created 6 years, 3 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 500764a63b4a184e136ab842699717679952449b..20cf09a8d5657256a796aebd0f1898fe1087f0b6 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -622,6 +622,8 @@
'test/chromedriver/basic_types.h',
'test/chromedriver/capabilities.cc',
'test/chromedriver/capabilities.h',
+ 'test/chromedriver/chrome/browser_info.cc',
+ 'test/chromedriver/chrome/browser_info.h',
'test/chromedriver/chrome_launcher.cc',
'test/chromedriver/chrome_launcher.h',
'test/chromedriver/command_listener.h',
@@ -729,6 +731,7 @@
],
'sources': [
'test/chromedriver/capabilities_unittest.cc',
+ 'test/chromedriver/chrome/browser_info_unittest.cc',
'test/chromedriver/chrome/chrome_finder_unittest.cc',
'test/chromedriver/chrome/console_logger_unittest.cc',
'test/chromedriver/chrome/device_manager_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698