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

Unified Diff: chrome/chrome_tests.gypi

Issue 8265005: first run bubble using the views/bubble api. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: update chrome_tests.gypi 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | 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 86d2d860e5aefc8e830e3cb10dae224476f1b4e7..628bce24d061a89cee8c810022056b3b8414be35 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1851,6 +1851,7 @@
'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc',
'browser/ui/views/bubble/border_contents_unittest.cc',
'browser/ui/views/extensions/browser_action_drag_data_unittest.cc',
+ 'browser/ui/views/first_run_bubble_unittest.cc',
'browser/ui/views/generic_info_view_unittest.cc',
'browser/ui/views/reload_button_unittest.cc',
'browser/ui/views/select_file_dialog_extension_unittest.cc',
@@ -1982,6 +1983,10 @@
'../content/common/sandbox_mac_system_access_unittest.mm',
'../testing/gtest_mac_unittest.mm',
'../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest_small.cc',
+ '../views/test/test_views_delegate.cc',
+ '../views/test/test_views_delegate.h',
+ '../views/test/views_test_base.cc',
+ '../views/test/views_test_base.h',
'../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
'../webkit/fileapi/file_system_operation_write_unittest.cc',
'../webkit/fileapi/file_system_url_request_job_unittest.cc',
@@ -2184,6 +2189,7 @@
'dependencies': [
'../build/linux/system.gyp:dbus',
'../dbus/dbus.gyp:dbus_test_support',
+ '../ui/aura/aura.gyp:test_support_aura',
],
}],
['os_posix == 1 and OS != "mac"', {
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698