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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1622663002: WebUI: Replace cr.sendWithCallback with cr.sendWithPromise. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits. Created 4 years, 10 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 '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 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
994 'test/data/webui/settings/advanced_page_browsertest.js', 994 'test/data/webui/settings/advanced_page_browsertest.js',
995 'test/data/webui/settings/appearance_browsertest.js', 995 'test/data/webui/settings/appearance_browsertest.js',
996 'test/data/webui/settings/basic_page_browsertest.js', 996 'test/data/webui/settings/basic_page_browsertest.js',
997 'test/data/webui/settings/bluetooth_page_browsertest_chromeos.js', 997 'test/data/webui/settings/bluetooth_page_browsertest_chromeos.js',
998 'test/data/webui/settings/change_picture_browsertest_chromeos.js', 998 'test/data/webui/settings/change_picture_browsertest_chromeos.js',
999 'test/data/webui/settings/cr_settings_browsertest.js', 999 'test/data/webui/settings/cr_settings_browsertest.js',
1000 'test/data/webui/settings/on_startup_browsertest.js', 1000 'test/data/webui/settings/on_startup_browsertest.js',
1001 'test/data/webui/settings/settings_page_browsertest.js', 1001 'test/data/webui/settings/settings_page_browsertest.js',
1002 'test/data/webui/settings/settings_passwords_section_browsertest.js', 1002 'test/data/webui/settings/settings_passwords_section_browsertest.js',
1003 'test/data/webui/settings/settings_subpage_browsertest.js', 1003 'test/data/webui/settings/settings_subpage_browsertest.js',
1004 'test/data/webui/webui_resource_async_browsertest.js',
1004 ], 1005 ],
1005 # TODO(rockot) bug 505926: These should be moved to a target in 1006 # TODO(rockot) bug 505926: These should be moved to a target in
1006 # //extensions but have old dependencies on chrome files. The chrome 1007 # //extensions but have old dependencies on chrome files. The chrome
1007 # dependencies should be removed and these moved to the 1008 # dependencies should be removed and these moved to the
1008 # extensions_browsertests target. 1009 # extensions_browsertests target.
1009 'chrome_interactive_ui_test_extensions_sources': [ 1010 'chrome_interactive_ui_test_extensions_sources': [
1010 '../extensions/browser/app_window/app_window_interactive_uitest.cc', 1011 '../extensions/browser/app_window/app_window_interactive_uitest.cc',
1011 ], 1012 ],
1012 'chrome_interactive_ui_test_sources': [ 1013 'chrome_interactive_ui_test_sources': [
1013 '../ui/base/clipboard/clipboard_android_unittest.cc', 1014 '../ui/base/clipboard/clipboard_android_unittest.cc',
(...skipping 2531 matching lines...) Expand 10 before | Expand all | Expand 10 after
3545 'browser', 3546 'browser',
3546 ], 3547 ],
3547 'sources': [ 3548 'sources': [
3548 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3549 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3549 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3550 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3550 ], 3551 ],
3551 }] 3552 }]
3552 }], 3553 }],
3553 ], # 'conditions' 3554 ], # 'conditions'
3554 } 3555 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698