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

Unified Diff: chrome/chrome.gyp

Issue 268035: Implements tests for testing browser's overall key events handling behavior.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « chrome/browser/browser_keyevents_browsertest.cc ('k') | chrome/test/data/keyevents_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 28937)
+++ chrome/chrome.gyp (working copy)
@@ -3860,6 +3860,9 @@
'test/testing_profile.h',
'test/ui_test_utils.cc',
'test/ui_test_utils.h',
+ 'test/ui_test_utils_linux.cc',
+ 'test/ui_test_utils_mac.cc',
+ 'test/ui_test_utils_win.cc',
],
'conditions': [
['OS=="linux"', {
@@ -6018,6 +6021,9 @@
'test/testing_browser_process.h',
'test/ui_test_utils.cc',
'test/ui_test_utils.h',
+ 'test/ui_test_utils_linux.cc',
+ 'test/ui_test_utils_mac.cc',
+ 'test/ui_test_utils_win.cc',
'test/data/resource.h',
'test/data/resource.rc',
'<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
@@ -6104,6 +6110,9 @@
'test/test_launcher/run_all_unittests.cc',
'test/unit/chrome_test_suite.h',
'test/ui_test_utils.cc',
+ 'test/ui_test_utils_linux.cc',
+ 'test/ui_test_utils_mac.cc',
+ 'test/ui_test_utils_win.cc',
'app/chrome_dll.rc',
'app/chrome_dll_resource.h',
'app/chrome_dll_version.rc.version',
« no previous file with comments | « chrome/browser/browser_keyevents_browsertest.cc ('k') | chrome/test/data/keyevents_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698