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 807343002: Adding the first set of remote test cases and associated framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changing enum naming format to eliminate name conflict. Created 5 years, 11 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
« no previous file with comments | « no previous file | chrome/test/remoting/key_code_test_map.h » ('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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 749 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
750 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 750 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
751 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 751 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
752 ], 752 ],
753 'chrome_browser_tests_remoting_sources': [ 753 'chrome_browser_tests_remoting_sources': [
754 'test/remoting/auth_browsertest.cc', 754 'test/remoting/auth_browsertest.cc',
755 'test/remoting/fullscreen_browsertest.cc', 755 'test/remoting/fullscreen_browsertest.cc',
756 'test/remoting/key_code_conv.cc', 756 'test/remoting/key_code_conv.cc',
757 'test/remoting/key_code_conv.h', 757 'test/remoting/key_code_conv.h',
758 'test/remoting/key_code_map.h', 758 'test/remoting/key_code_map.h',
759 'test/remoting/key_code_test_map.h',
759 'test/remoting/launch_browsertest.cc', 760 'test/remoting/launch_browsertest.cc',
760 'test/remoting/me2me_browsertest.cc', 761 'test/remoting/me2me_browsertest.cc',
761 'test/remoting/page_load_notification_observer.cc', 762 'test/remoting/page_load_notification_observer.cc',
762 'test/remoting/page_load_notification_observer.h', 763 'test/remoting/page_load_notification_observer.h',
763 'test/remoting/pin_browsertest.cc', 764 'test/remoting/pin_browsertest.cc',
764 'test/remoting/qunit_browser_test_runner.cc', 765 'test/remoting/qunit_browser_test_runner.cc',
765 'test/remoting/remote_desktop_browsertest.cc', 766 'test/remoting/remote_desktop_browsertest.cc',
766 'test/remoting/remote_desktop_browsertest.h', 767 'test/remoting/remote_desktop_browsertest.h',
768 'test/remoting/remote_test_helper.cc',
769 'test/remoting/remote_test_helper.h',
767 'test/remoting/scrollbar_browsertest.cc', 770 'test/remoting/scrollbar_browsertest.cc',
768 'test/remoting/unauthenticated_browsertest.cc', 771 'test/remoting/unauthenticated_browsertest.cc',
769 'test/remoting/waiter.cc', 772 'test/remoting/waiter.cc',
770 'test/remoting/waiter.h', 773 'test/remoting/waiter.h',
771 'test/remoting/webapp_javascript_unittest.cc', 774 'test/remoting/webapp_javascript_unittest.cc',
772 ], 775 ],
773 'chrome_browser_tests_supervised_user_sources': [ 776 'chrome_browser_tests_supervised_user_sources': [
774 'browser/supervised_user/supervised_user_browsertest.cc', 777 'browser/supervised_user/supervised_user_browsertest.cc',
775 'browser/supervised_user/supervised_user_resource_throttle_browsertest.cc' , 778 'browser/supervised_user/supervised_user_resource_throttle_browsertest.cc' ,
776 'browser/supervised_user/supervised_user_service_browsertest.cc', 779 'browser/supervised_user/supervised_user_service_browsertest.cc',
(...skipping 2476 matching lines...) Expand 10 before | Expand all | Expand 10 after
3253 ['enable_webrtc==1', { 3256 ['enable_webrtc==1', {
3254 'dependencies': [ 3257 'dependencies': [
3255 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3258 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3256 ] 3259 ]
3257 }], 3260 }],
3258 ], 3261 ],
3259 }] 3262 }]
3260 }], 3263 }],
3261 ], # 'conditions' 3264 ], # 'conditions'
3262 } 3265 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/remoting/key_code_test_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698