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

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: Feedback 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 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 2466 matching lines...) Expand 10 before | Expand all | Expand 10 after
3470 'utility', 3472 'utility',
3471 ], 3473 ],
3472 'sources': [ 3474 'sources': [
3473 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3475 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3474 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3476 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3475 ], 3477 ],
3476 }] 3478 }]
3477 }], 3479 }],
3478 ], # 'conditions' 3480 ], # 'conditions'
3479 } 3481 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698