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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1678233003: Don't focus the location bar in a phishy situation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test in chrome/. Created 4 years, 10 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 5 'variables': {
6 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 1068 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 'browser/ui/webui/options/language_dictionary_interactive_uitest.cc', 1079 'browser/ui/webui/options/language_dictionary_interactive_uitest.cc',
1080 'browser/ui/webui/options/language_options_interactive_uitest.cc', 1080 'browser/ui/webui/options/language_options_interactive_uitest.cc',
1081 'test/base/always_on_top_window_killer_win.cc', 1081 'test/base/always_on_top_window_killer_win.cc',
1082 'test/base/always_on_top_window_killer_win.h', 1082 'test/base/always_on_top_window_killer_win.h',
1083 'test/base/interactive_test_utils.cc', 1083 'test/base/interactive_test_utils.cc',
1084 'test/base/interactive_test_utils.h', 1084 'test/base/interactive_test_utils.h',
1085 'test/base/interactive_test_utils_aura.cc', 1085 'test/base/interactive_test_utils_aura.cc',
1086 'test/base/interactive_test_utils_aura.h', 1086 'test/base/interactive_test_utils_aura.h',
1087 'test/base/interactive_test_utils_mac.mm', 1087 'test/base/interactive_test_utils_mac.mm',
1088 'test/base/interactive_test_utils_common_views.cc', 1088 'test/base/interactive_test_utils_common_views.cc',
1089 'test/base/interactive_test_utils_views.cc',
1089 'test/base/interactive_test_utils_win.cc', 1090 'test/base/interactive_test_utils_win.cc',
1090 'test/base/interactive_ui_tests_main.cc', 1091 'test/base/interactive_ui_tests_main.cc',
1091 'test/base/view_event_test_platform_part.h', 1092 'test/base/view_event_test_platform_part.h',
1092 'test/base/view_event_test_platform_part_chromeos.cc', 1093 'test/base/view_event_test_platform_part_chromeos.cc',
1093 'test/base/view_event_test_platform_part_default.cc', 1094 'test/base/view_event_test_platform_part_default.cc',
1094 'test/ppapi/ppapi_interactive_browsertest.cc', 1095 'test/ppapi/ppapi_interactive_browsertest.cc',
1095 ], 1096 ],
1096 # Panels sources not related to UI toolkit. ChromeOS doesn't use panels. 1097 # Panels sources not related to UI toolkit. ChromeOS doesn't use panels.
1097 'chrome_interactive_ui_test_panels_sources': [ 1098 'chrome_interactive_ui_test_panels_sources': [
1098 'browser/ui/panels/detached_panel_browsertest.cc', 1099 'browser/ui/panels/detached_panel_browsertest.cc',
(...skipping 2413 matching lines...) Expand 10 before | Expand all | Expand 10 after
3512 'browser', 3513 'browser',
3513 ], 3514 ],
3514 'sources': [ 3515 'sources': [
3515 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3516 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3516 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3517 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3517 ], 3518 ],
3518 }] 3519 }]
3519 }], 3520 }],
3520 ], # 'conditions' 3521 ], # 'conditions'
3521 } 3522 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698