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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/browser_keyevents_browsertest.cc ('k') | chrome/test/data/keyevents_test.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 3842 matching lines...) Expand 10 before | Expand all | Expand 10 after
3853 'test/chrome_process_util_mac.cc', 3853 'test/chrome_process_util_mac.cc',
3854 'test/chrome_process_util_win.cc', 3854 'test/chrome_process_util_win.cc',
3855 'test/perf/mem_usage_linux.cc', 3855 'test/perf/mem_usage_linux.cc',
3856 'test/perf/mem_usage_mac.cc', 3856 'test/perf/mem_usage_mac.cc',
3857 'test/perf/mem_usage_win.cc', 3857 'test/perf/mem_usage_win.cc',
3858 'test/perf/mem_usage.h', 3858 'test/perf/mem_usage.h',
3859 'test/testing_profile.cc', 3859 'test/testing_profile.cc',
3860 'test/testing_profile.h', 3860 'test/testing_profile.h',
3861 'test/ui_test_utils.cc', 3861 'test/ui_test_utils.cc',
3862 'test/ui_test_utils.h', 3862 'test/ui_test_utils.h',
3863 'test/ui_test_utils_linux.cc',
3864 'test/ui_test_utils_mac.cc',
3865 'test/ui_test_utils_win.cc',
3863 ], 3866 ],
3864 'conditions': [ 3867 'conditions': [
3865 ['OS=="linux"', { 3868 ['OS=="linux"', {
3866 'dependencies': [ 3869 'dependencies': [
3867 '../build/linux/system.gyp:gtk', 3870 '../build/linux/system.gyp:gtk',
3868 ], 3871 ],
3869 }], 3872 }],
3870 ['OS=="win"', { 3873 ['OS=="win"', {
3871 'include_dirs': [ 3874 'include_dirs': [
3872 'third_party/wtl/include', 3875 'third_party/wtl/include',
(...skipping 2138 matching lines...) Expand 10 before | Expand all | Expand 10 after
6011 'test/live_sync/profile_sync_service_test_harness.cc', 6014 'test/live_sync/profile_sync_service_test_harness.cc',
6012 'test/live_sync/profile_sync_service_test_harness.h', 6015 'test/live_sync/profile_sync_service_test_harness.h',
6013 'test/live_sync/single_client_live_bookmarks_sync_unittest.cc', 6016 'test/live_sync/single_client_live_bookmarks_sync_unittest.cc',
6014 'test/live_sync/two_client_live_bookmarks_sync_test.cc', 6017 'test/live_sync/two_client_live_bookmarks_sync_test.cc',
6015 'test/test_launcher/run_all_unittests.cc', 6018 'test/test_launcher/run_all_unittests.cc',
6016 'test/test_notification_tracker.cc', 6019 'test/test_notification_tracker.cc',
6017 'test/test_notification_tracker.h', 6020 'test/test_notification_tracker.h',
6018 'test/testing_browser_process.h', 6021 'test/testing_browser_process.h',
6019 'test/ui_test_utils.cc', 6022 'test/ui_test_utils.cc',
6020 'test/ui_test_utils.h', 6023 'test/ui_test_utils.h',
6024 'test/ui_test_utils_linux.cc',
6025 'test/ui_test_utils_mac.cc',
6026 'test/ui_test_utils_win.cc',
6021 'test/data/resource.h', 6027 'test/data/resource.h',
6022 'test/data/resource.rc', 6028 'test/data/resource.rc',
6023 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', 6029 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
6024 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version. rc', 6030 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version. rc',
6025 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', 6031 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
6026 ], 6032 ],
6027 'conditions': [ 6033 'conditions': [
6028 # Plugin code. 6034 # Plugin code.
6029 ['OS=="linux" or OS=="win"', { 6035 ['OS=="linux" or OS=="win"', {
6030 'dependencies': [ 6036 'dependencies': [
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
6097 }, 6103 },
6098 }, 6104 },
6099 }, 6105 },
6100 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], 6106 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
6101 'sources': [ 6107 'sources': [
6102 'test/in_process_browser_test.cc', 6108 'test/in_process_browser_test.cc',
6103 'test/in_process_browser_test.h', 6109 'test/in_process_browser_test.h',
6104 'test/test_launcher/run_all_unittests.cc', 6110 'test/test_launcher/run_all_unittests.cc',
6105 'test/unit/chrome_test_suite.h', 6111 'test/unit/chrome_test_suite.h',
6106 'test/ui_test_utils.cc', 6112 'test/ui_test_utils.cc',
6113 'test/ui_test_utils_linux.cc',
6114 'test/ui_test_utils_mac.cc',
6115 'test/ui_test_utils_win.cc',
6107 'app/chrome_dll.rc', 6116 'app/chrome_dll.rc',
6108 'app/chrome_dll_resource.h', 6117 'app/chrome_dll_resource.h',
6109 'app/chrome_dll_version.rc.version', 6118 'app/chrome_dll_version.rc.version',
6110 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', 6119 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
6111 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ', 6120 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ',
6112 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', 6121 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
6113 # browser_tests_sources and browser_tests_source_win_specific are 6122 # browser_tests_sources and browser_tests_source_win_specific are
6114 # defined in 'variables' at the top of the file. 6123 # defined in 'variables' at the top of the file.
6115 '<@(browser_tests_sources)', 6124 '<@(browser_tests_sources)',
6116 '<@(browser_tests_sources_win_specific)', 6125 '<@(browser_tests_sources_win_specific)',
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
6771 ], # targets when chrome_personalization==1 6780 ], # targets when chrome_personalization==1
6772 }], 6781 }],
6773 ], # 'conditions' 6782 ], # 'conditions'
6774 } 6783 }
6775 6784
6776 # Local Variables: 6785 # Local Variables:
6777 # tab-width:2 6786 # tab-width:2
6778 # indent-tabs-mode:nil 6787 # indent-tabs-mode:nil
6779 # End: 6788 # End:
6780 # vim: set expandtab tabstop=2 shiftwidth=2: 6789 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« 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