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

Unified Diff: chrome/chrome_tests.gypi

Issue 9693065: Run IDB layout test suite as browser tests instead of ui tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix some style stuff Created 8 years, 9 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/automation/dom_element_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 00a6c5733a2911c61ded5f953767abab403c5efb..6772cbf63027ec71e05f3b911d2152a217df75d2 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -838,7 +838,6 @@
'test/ui/sandbox_uitests.cc',
'../content/browser/appcache/appcache_ui_test.cc',
'../content/browser/in_process_webkit/dom_storage_uitest.cc',
- '../content/browser/in_process_webkit/indexed_db_uitest.cc',
'../content/browser/renderer_host/resource_dispatcher_host_uitest.cc',
'../content/worker/test/worker_uitest.cc',
# DON'T ADD NEW FILES! SEE NOTE AT TOP OF SECTION.
@@ -2917,6 +2916,7 @@
'../content/browser/fileapi/file_system_browsertest.cc',
'../content/browser/in_process_webkit/dom_storage_browsertest.cc',
'../content/browser/in_process_webkit/indexed_db_browsertest.cc',
+ '../content/browser/in_process_webkit/indexed_db_layout_browsertest.cc',
'../content/browser/indexed_db/idbbindingutilities_browsertest.cc',
'../content/browser/plugin_data_remover_impl_browsertest.cc',
'../content/browser/plugin_service_impl_browsertest.cc',
@@ -2929,6 +2929,8 @@
'../content/renderer/mouse_lock_dispatcher_browsertest.cc',
'../content/renderer/render_view_browsertest.cc',
'../content/renderer/render_view_browsertest_mac.mm',
+ '../content/test/layout_browsertest.cc',
+ '../content/test/layout_browsertest.h',
'../content/test/render_widget_browsertest.cc',
'../content/test/render_widget_browsertest.h',
'../content/test/test_launcher.cc',
« no previous file with comments | « no previous file | chrome/test/automation/dom_element_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698