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

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: Rebase 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
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/main_page_browsertest.js » ('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 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 973 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 'test/data/webui/net_internals/net_internals_test.js', 984 'test/data/webui/net_internals/net_internals_test.js',
985 'test/data/webui/net_internals/prerender_view.js', 985 'test/data/webui/net_internals/prerender_view.js',
986 'test/data/webui/net_internals/timeline_view.js', 986 'test/data/webui/net_internals/timeline_view.js',
987 'test/data/webui/net_internals/waterfall_view.js', 987 'test/data/webui/net_internals/waterfall_view.js',
988 'test/data/webui/net_internals/sdch_view.js', 988 'test/data/webui/net_internals/sdch_view.js',
989 'test/data/webui/ntp4.js', 989 'test/data/webui/ntp4.js',
990 'test/data/webui/polymer_browser_test_base.js', 990 'test/data/webui/polymer_browser_test_base.js',
991 'test/data/webui/print_preview.js', 991 'test/data/webui/print_preview.js',
992 'test/data/webui/sandboxstatus_browsertest.js', 992 'test/data/webui/sandboxstatus_browsertest.js',
993 'test/data/webui/settings/cr_settings_browsertest.js', 993 'test/data/webui/settings/cr_settings_browsertest.js',
994 'test/data/webui/settings/main_page_browsertest.js',
995 'test/data/webui/settings/settings_page_browsertest.js',
994 ], 996 ],
995 # TODO(rockot) bug 505926: These should be moved to a target in 997 # TODO(rockot) bug 505926: These should be moved to a target in
996 # //extensions but have old dependencies on chrome files. The chrome 998 # //extensions but have old dependencies on chrome files. The chrome
997 # dependencies should be removed and these moved to the 999 # dependencies should be removed and these moved to the
998 # extensions_browsertests target. 1000 # extensions_browsertests target.
999 'chrome_interactive_ui_test_extensions_sources': [ 1001 'chrome_interactive_ui_test_extensions_sources': [
1000 '../extensions/browser/app_window/app_window_interactive_uitest.cc', 1002 '../extensions/browser/app_window/app_window_interactive_uitest.cc',
1001 ], 1003 ],
1002 'chrome_interactive_ui_test_sources': [ 1004 'chrome_interactive_ui_test_sources': [
1003 '../ui/base/clipboard/clipboard_android_unittest.cc', 1005 '../ui/base/clipboard/clipboard_android_unittest.cc',
(...skipping 2480 matching lines...) Expand 10 before | Expand all | Expand 10 after
3484 'utility', 3486 'utility',
3485 ], 3487 ],
3486 'sources': [ 3488 'sources': [
3487 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3489 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3488 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3490 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3489 ], 3491 ],
3490 }] 3492 }]
3491 }], 3493 }],
3492 ], # 'conditions' 3494 ], # 'conditions'
3493 } 3495 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/main_page_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698