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

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: switch expect and actual 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 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 'test/data/webui/settings/easy_unlock_browsertest_chromeos.js', 1041 'test/data/webui/settings/easy_unlock_browsertest_chromeos.js',
1042 'test/data/webui/settings/help_page_browsertest.js', 1042 'test/data/webui/settings/help_page_browsertest.js',
1043 'test/data/webui/settings/languages_page_browsertest.js', 1043 'test/data/webui/settings/languages_page_browsertest.js',
1044 'test/data/webui/settings/on_startup_browsertest.js', 1044 'test/data/webui/settings/on_startup_browsertest.js',
1045 'test/data/webui/settings/passwords_and_autofill_fake_data.js', 1045 'test/data/webui/settings/passwords_and_autofill_fake_data.js',
1046 'test/data/webui/settings/passwords_and_forms_browsertest.js', 1046 'test/data/webui/settings/passwords_and_forms_browsertest.js',
1047 'test/data/webui/settings/settings_autofill_section_browsertest.js', 1047 'test/data/webui/settings/settings_autofill_section_browsertest.js',
1048 'test/data/webui/settings/settings_page_browsertest.js', 1048 'test/data/webui/settings/settings_page_browsertest.js',
1049 'test/data/webui/settings/settings_passwords_section_browsertest.js', 1049 'test/data/webui/settings/settings_passwords_section_browsertest.js',
1050 'test/data/webui/settings/settings_subpage_browsertest.js', 1050 'test/data/webui/settings/settings_subpage_browsertest.js',
1051 'test/data/webui/settings/settings_transitions_browsertest.js',
1051 'test/data/webui/text_defaults_browsertest.js', 1052 'test/data/webui/text_defaults_browsertest.js',
1052 'test/data/webui/webui_resource_async_browsertest.js', 1053 'test/data/webui/webui_resource_async_browsertest.js',
1053 ], 1054 ],
1054 # TODO(rockot) bug 505926: These should be moved to a target in 1055 # TODO(rockot) bug 505926: These should be moved to a target in
1055 # //extensions but have old dependencies on chrome files. The chrome 1056 # //extensions but have old dependencies on chrome files. The chrome
1056 # dependencies should be removed and these moved to the 1057 # dependencies should be removed and these moved to the
1057 # extensions_browsertests target. 1058 # extensions_browsertests target.
1058 'chrome_interactive_ui_test_extensions_sources': [ 1059 'chrome_interactive_ui_test_extensions_sources': [
1059 '../extensions/browser/app_window/app_window_interactive_uitest.cc', 1060 '../extensions/browser/app_window/app_window_interactive_uitest.cc',
1060 ], 1061 ],
(...skipping 2549 matching lines...) Expand 10 before | Expand all | Expand 10 after
3610 'browser', 3611 'browser',
3611 ], 3612 ],
3612 'sources': [ 3613 'sources': [
3613 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3614 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3614 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3615 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3615 ], 3616 ],
3616 }] 3617 }]
3617 }], 3618 }],
3618 ], # 'conditions' 3619 ], # 'conditions'
3619 } 3620 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698