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

Unified Diff: chrome/chrome_tests.gypi

Issue 8665006: Build & run unit tests on Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
===================================================================
--- chrome/chrome_tests.gypi (revision 111220)
+++ chrome/chrome_tests.gypi (working copy)
@@ -2097,8 +2097,17 @@
],
}],
['use_aura==1', {
+ 'dependencies': [
+ '../ui/aura/aura.gyp:test_support_aura',
+ ],
'sources/': [
['exclude', '^browser/automation/automation_provider_unittest.cc'],
+ ['exclude', '^browser/accessibility/browser_accessibility_win_unittest.cc'],
+ ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_unittest.cc'],
+ ['exclude', '^browser/ui/views/select_file_dialog_win_unittest.cc'],
+ ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc'],
+ ['exclude', '^browser/ui/panels/auto_hiding_desktop_bar_win_unittest.cc'],
+ ['exclude', '^browser/bookmarks/bookmark_node_data_unittest.cc'],
],
}],
['touchui==0', {
« no previous file with comments | « chrome/browser/ui/webui/print_preview_ui_unittest.cc ('k') | chrome/common/service_process_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698