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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1457543004: Add Mocha based tests for Settings pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 969 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 'test/data/webui/net_internals/net_internals_test.js', 980 'test/data/webui/net_internals/net_internals_test.js',
981 'test/data/webui/net_internals/prerender_view.js', 981 'test/data/webui/net_internals/prerender_view.js',
982 'test/data/webui/net_internals/timeline_view.js', 982 'test/data/webui/net_internals/timeline_view.js',
983 'test/data/webui/net_internals/waterfall_view.js', 983 'test/data/webui/net_internals/waterfall_view.js',
984 'test/data/webui/net_internals/sdch_view.js', 984 'test/data/webui/net_internals/sdch_view.js',
985 'test/data/webui/ntp4.js', 985 'test/data/webui/ntp4.js',
986 'test/data/webui/polymer_browser_test_base.js', 986 'test/data/webui/polymer_browser_test_base.js',
987 'test/data/webui/print_preview.js', 987 'test/data/webui/print_preview.js',
988 'test/data/webui/sandboxstatus_browsertest.js', 988 'test/data/webui/sandboxstatus_browsertest.js',
989 'test/data/webui/settings/cr_settings_browsertest.js', 989 'test/data/webui/settings/cr_settings_browsertest.js',
990 'test/data/webui/settings/settings_page_browsertest.js',
991 'test/data/webui/settings/main_page_browsertest.js',
michaelpg 2015/11/18 02:00:32 alphabetize
stevenjb 2015/11/18 20:02:33 Done.
990 ], 992 ],
991 # TODO(rockot) bug 505926: These should be moved to a target in 993 # TODO(rockot) bug 505926: These should be moved to a target in
992 # //extensions but have old dependencies on chrome files. The chrome 994 # //extensions but have old dependencies on chrome files. The chrome
993 # dependencies should be removed and these moved to the 995 # dependencies should be removed and these moved to the
994 # extensions_browsertests target. 996 # extensions_browsertests target.
995 'chrome_interactive_ui_test_extensions_sources': [ 997 'chrome_interactive_ui_test_extensions_sources': [
996 '../extensions/browser/app_window/app_window_interactive_uitest.cc', 998 '../extensions/browser/app_window/app_window_interactive_uitest.cc',
997 ], 999 ],
998 'chrome_interactive_ui_test_sources': [ 1000 'chrome_interactive_ui_test_sources': [
999 '../ui/base/clipboard/clipboard_android_unittest.cc', 1001 '../ui/base/clipboard/clipboard_android_unittest.cc',
(...skipping 2466 matching lines...) Expand 10 before | Expand all | Expand 10 after
3466 'utility', 3468 'utility',
3467 ], 3469 ],
3468 'sources': [ 3470 'sources': [
3469 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3471 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3470 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3472 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3471 ], 3473 ],
3472 }] 3474 }]
3473 }], 3475 }],
3474 ], # 'conditions' 3476 ], # 'conditions'
3475 } 3477 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698