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

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: Created 6 years 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 798 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 'test/data/webui/print_preview.js', 809 'test/data/webui/print_preview.js',
810 'test/data/webui/sandboxstatus_browsertest.js', 810 'test/data/webui/sandboxstatus_browsertest.js',
811 'test/data/webui/webui_resource_browsertest.cc', 811 'test/data/webui/webui_resource_browsertest.cc',
812 'test/gpu/webgl_infobar_browsertest.cc', 812 'test/gpu/webgl_infobar_browsertest.cc',
813 'test/ppapi/ppapi_browsertest.cc', 813 'test/ppapi/ppapi_browsertest.cc',
814 'test/remoting/auth_browsertest.cc', 814 'test/remoting/auth_browsertest.cc',
815 'test/remoting/fullscreen_browsertest.cc', 815 'test/remoting/fullscreen_browsertest.cc',
816 'test/remoting/key_code_conv.cc', 816 'test/remoting/key_code_conv.cc',
817 'test/remoting/key_code_conv.h', 817 'test/remoting/key_code_conv.h',
818 'test/remoting/key_code_map.h', 818 'test/remoting/key_code_map.h',
819 'test/remoting/key_code_test_map.h',
819 'test/remoting/launch_browsertest.cc', 820 'test/remoting/launch_browsertest.cc',
820 'test/remoting/me2me_browsertest.cc', 821 'test/remoting/me2me_browsertest.cc',
821 'test/remoting/page_load_notification_observer.cc', 822 'test/remoting/page_load_notification_observer.cc',
822 'test/remoting/page_load_notification_observer.h', 823 'test/remoting/page_load_notification_observer.h',
823 'test/remoting/pin_browsertest.cc', 824 'test/remoting/pin_browsertest.cc',
824 'test/remoting/qunit_browser_test_runner.cc', 825 'test/remoting/qunit_browser_test_runner.cc',
825 'test/remoting/remote_desktop_browsertest.cc', 826 'test/remoting/remote_desktop_browsertest.cc',
826 'test/remoting/remote_desktop_browsertest.h', 827 'test/remoting/remote_desktop_browsertest.h',
828 'test/remoting/remote_test_helper.cc',
829 'test/remoting/remote_test_helper.h',
827 'test/remoting/scrollbar_browsertest.cc', 830 'test/remoting/scrollbar_browsertest.cc',
828 'test/remoting/waiter.cc', 831 'test/remoting/waiter.cc',
829 'test/remoting/waiter.h', 832 'test/remoting/waiter.h',
830 'test/remoting/webapp_javascript_unittest.cc', 833 'test/remoting/webapp_javascript_unittest.cc',
831 # TODO(craig): Rename this and run from base_unittests when the test 834 # TODO(craig): Rename this and run from base_unittests when the test
832 # is safe to run there. See http://crbug.com/78722 for details. 835 # is safe to run there. See http://crbug.com/78722 for details.
833 '../base/files/file_path_watcher_browsertest.cc', 836 '../base/files/file_path_watcher_browsertest.cc',
834 ], 837 ],
835 'chrome_interactive_ui_test_sources': [ 838 'chrome_interactive_ui_test_sources': [
836 '../chrome/browser/ui/webui/options/language_options_interactive_uitest.cc ', 839 '../chrome/browser/ui/webui/options/language_options_interactive_uitest.cc ',
(...skipping 2380 matching lines...) Expand 10 before | Expand all | Expand 10 after
3217 ['enable_webrtc==1', { 3220 ['enable_webrtc==1', {
3218 'dependencies': [ 3221 'dependencies': [
3219 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3222 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3220 ] 3223 ]
3221 }], 3224 }],
3222 ], 3225 ],
3223 }] 3226 }]
3224 }], 3227 }],
3225 ], # 'conditions' 3228 ], # 'conditions'
3226 } 3229 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/remoting/key_code_test_map.h » ('j') | chrome/test/remoting/key_code_test_map.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698