summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorrdevlin.cronin <rdevlin.cronin@chromium.org>2014-09-02 11:01:13 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-02 18:36:39 +0000
commita75ac029b21ff4162860eaba3be63a2c651a2a25 (patch)
treed0929535c5f7f7beaf853e818e2c9f8a96121327 /chrome/chrome_tests.gypi
parent2fc7bab92c8d1bc81761e15cedd3d355e22edf1e (diff)
downloadchromium_src-a75ac029b21ff4162860eaba3be63a2c651a2a25.zip
chromium_src-a75ac029b21ff4162860eaba3be63a2c651a2a25.tar.gz
chromium_src-a75ac029b21ff4162860eaba3be63a2c651a2a25.tar.bz2
Add LocationBar PageAction tests
Page actions in the location bar have been somewhat loosely tested as a side- effect of the page actions api testing, but (near as I can tell), we never explicity test the ui for page actions. This is a problem because the extensions tests shouldn't care about the UI, and soon won't, since where the page actions are in the UI may change (i.e., location bar vs toolbar). Fix this by adding a few basic UI tests for page actions in the location bar. BUG=408261 Review URL: https://codereview.chromium.org/512693003 Cr-Commit-Position: refs/heads/master@{#292957}
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index df75d18..3227fc3 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1460,6 +1460,7 @@
'browser/ui/fullscreen/fullscreen_controller_browsertest.cc',
'browser/ui/global_error/global_error_service_browsertest.cc',
'browser/ui/login/login_prompt_browsertest.cc',
+ 'browser/ui/location_bar/location_bar_browsertest.cc',
'browser/ui/panels/panel_extension_browsertest.cc',
'browser/ui/passwords/manage_passwords_test.cc',
'browser/ui/pdf/pdf_browsertest.cc',