diff options
author | samuong <samuong@chromium.org> | 2014-12-04 12:23:17 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-04 20:23:46 +0000 |
commit | e322b98cbe0bebcc7562adeea2e74054f40546ee (patch) | |
tree | 460055c7f8c97519fa91b5727399949d2b583c79 /chrome/chrome_tests.gypi | |
parent | d75a4bcae198a5ea72c4bbf5240cfe0ae8cee352 (diff) | |
download | chromium_src-e322b98cbe0bebcc7562adeea2e74054f40546ee.zip chromium_src-e322b98cbe0bebcc7562adeea2e74054f40546ee.tar.gz chromium_src-e322b98cbe0bebcc7562adeea2e74054f40546ee.tar.bz2 |
[chromedriver] Remove support for M37 and add M40
Also remove a lot of backwards compatibility checks for unsupported versions of Chrome.
BUG=
Review URL: https://codereview.chromium.org/777503004
Cr-Commit-Position: refs/heads/master@{#306882}
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index c2d22bd..4667e11 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1626,7 +1626,6 @@ 'test/chromedriver/embed_js_in_cpp.py', 'test/chromedriver/js/add_cookie.js', 'test/chromedriver/js/call_function.js', - 'test/chromedriver/js/dispatch_context_menu_event.js', 'test/chromedriver/js/execute_async_script.js', 'test/chromedriver/js/focus.js', 'test/chromedriver/js/get_element_region.js', @@ -1642,7 +1641,6 @@ '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome', 'test/chromedriver/js/add_cookie.js', 'test/chromedriver/js/call_function.js', - 'test/chromedriver/js/dispatch_context_menu_event.js', 'test/chromedriver/js/execute_async_script.js', 'test/chromedriver/js/focus.js', 'test/chromedriver/js/get_element_region.js', |