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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2198203002: MD Settings: Test for section expand/collapse navigation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@RefactorSettingsAnimatedPages
Patch Set: Created 4 years, 4 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 'build_angle_deqp_tests%': 0, 6 'build_angle_deqp_tests%': 0,
7 'chrome_browser_extensions_test_support_sources': [ 7 'chrome_browser_extensions_test_support_sources': [
8 # A list of sources which is shared between different browser tests. 8 # A list of sources which is shared between different browser tests.
9 'browser/apps/app_browsertest_util.cc', 9 'browser/apps/app_browsertest_util.cc',
10 'browser/apps/app_browsertest_util.h', 10 'browser/apps/app_browsertest_util.h',
(...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 'test/data/webui/settings/easy_unlock_browsertest_chromeos.js', 1033 'test/data/webui/settings/easy_unlock_browsertest_chromeos.js',
1034 'test/data/webui/settings/help_page_browsertest.js', 1034 'test/data/webui/settings/help_page_browsertest.js',
1035 'test/data/webui/settings/languages_page_browsertest.js', 1035 'test/data/webui/settings/languages_page_browsertest.js',
1036 'test/data/webui/settings/on_startup_browsertest.js', 1036 'test/data/webui/settings/on_startup_browsertest.js',
1037 'test/data/webui/settings/passwords_and_autofill_fake_data.js', 1037 'test/data/webui/settings/passwords_and_autofill_fake_data.js',
1038 'test/data/webui/settings/passwords_and_forms_browsertest.js', 1038 'test/data/webui/settings/passwords_and_forms_browsertest.js',
1039 'test/data/webui/settings/settings_autofill_section_browsertest.js', 1039 'test/data/webui/settings/settings_autofill_section_browsertest.js',
1040 'test/data/webui/settings/settings_page_browsertest.js', 1040 'test/data/webui/settings/settings_page_browsertest.js',
1041 'test/data/webui/settings/settings_passwords_section_browsertest.js', 1041 'test/data/webui/settings/settings_passwords_section_browsertest.js',
1042 'test/data/webui/settings/settings_subpage_browsertest.js', 1042 'test/data/webui/settings/settings_subpage_browsertest.js',
1043 'test/data/webui/settings/settings_transitions_browsertest.js',
1043 'test/data/webui/text_defaults_browsertest.js', 1044 'test/data/webui/text_defaults_browsertest.js',
1044 'test/data/webui/webui_resource_async_browsertest.js', 1045 'test/data/webui/webui_resource_async_browsertest.js',
1045 ], 1046 ],
1046 # TODO(rockot) bug 505926: These should be moved to a target in 1047 # TODO(rockot) bug 505926: These should be moved to a target in
1047 # //extensions but have old dependencies on chrome files. The chrome 1048 # //extensions but have old dependencies on chrome files. The chrome
1048 # dependencies should be removed and these moved to the 1049 # dependencies should be removed and these moved to the
1049 # extensions_browsertests target. 1050 # extensions_browsertests target.
1050 'chrome_interactive_ui_test_extensions_sources': [ 1051 'chrome_interactive_ui_test_extensions_sources': [
1051 '../extensions/browser/app_window/app_window_interactive_uitest.cc', 1052 '../extensions/browser/app_window/app_window_interactive_uitest.cc',
1052 ], 1053 ],
(...skipping 2538 matching lines...) Expand 10 before | Expand all | Expand 10 after
3591 'browser', 3592 'browser',
3592 ], 3593 ],
3593 'sources': [ 3594 'sources': [
3594 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3595 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3595 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3596 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3596 ], 3597 ],
3597 }] 3598 }]
3598 }], 3599 }],
3599 ], # 'conditions' 3600 ], # 'conditions'
3600 } 3601 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698