| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 4a1d4b8528e4c34b88bd44b397d32c5e0d0251c2..16fa2ba23f9df8035b929961f50b0aa35f149e54 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -830,6 +830,7 @@
|
| 'inputs': [
|
| 'test/chromedriver/embed_js_in_cpp.py',
|
| 'test/chromedriver/js/call_function.js',
|
| + 'test/chromedriver/js/execute_async_script.js',
|
| 'test/chromedriver/js/focus.js',
|
| 'test/chromedriver/js/get_element_region.js',
|
| 'test/chromedriver/js/is_option_element_toggleable.js',
|
| @@ -843,6 +844,7 @@
|
| '--directory',
|
| '<(INTERMEDIATE_DIR)/chrome/test/chromedriver',
|
| 'test/chromedriver/js/call_function.js',
|
| + 'test/chromedriver/js/execute_async_script.js',
|
| 'test/chromedriver/js/focus.js',
|
| 'test/chromedriver/js/get_element_region.js',
|
| 'test/chromedriver/js/is_option_element_toggleable.js',
|
|
|