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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 838543002: Implement browser test for It2Me (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix merge conflicts 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/fullscreen_browsertest.cc » ('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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 'browser/safe_browsing/safe_browsing_service_browsertest.cc', 747 'browser/safe_browsing/safe_browsing_service_browsertest.cc',
748 'browser/safe_browsing/safe_browsing_test.cc', 748 'browser/safe_browsing/safe_browsing_test.cc',
749 'renderer/safe_browsing/malware_dom_details_browsertest.cc', 749 'renderer/safe_browsing/malware_dom_details_browsertest.cc',
750 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 750 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
751 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 751 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
752 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 752 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
753 ], 753 ],
754 'chrome_browser_tests_remoting_sources': [ 754 'chrome_browser_tests_remoting_sources': [
755 'test/remoting/auth_browsertest.cc', 755 'test/remoting/auth_browsertest.cc',
756 'test/remoting/fullscreen_browsertest.cc', 756 'test/remoting/fullscreen_browsertest.cc',
757 'test/remoting/it2me_browsertest.cc',
757 'test/remoting/key_code_conv.cc', 758 'test/remoting/key_code_conv.cc',
758 'test/remoting/key_code_conv.h', 759 'test/remoting/key_code_conv.h',
759 'test/remoting/key_code_map.h', 760 'test/remoting/key_code_map.h',
760 'test/remoting/key_code_test_map.h', 761 'test/remoting/key_code_test_map.h',
761 'test/remoting/launch_browsertest.cc', 762 'test/remoting/launch_browsertest.cc',
762 'test/remoting/me2me_browsertest.cc', 763 'test/remoting/me2me_browsertest.cc',
763 'test/remoting/page_load_notification_observer.cc', 764 'test/remoting/page_load_notification_observer.cc',
764 'test/remoting/page_load_notification_observer.h', 765 'test/remoting/page_load_notification_observer.h',
765 'test/remoting/pin_browsertest.cc', 766 'test/remoting/pin_browsertest.cc',
766 'test/remoting/qunit_browser_test_runner.cc', 767 'test/remoting/qunit_browser_test_runner.cc',
(...skipping 2490 matching lines...) Expand 10 before | Expand all | Expand 10 after
3257 ['enable_webrtc==1', { 3258 ['enable_webrtc==1', {
3258 'dependencies': [ 3259 'dependencies': [
3259 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3260 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3260 ] 3261 ]
3261 }], 3262 }],
3262 ], 3263 ],
3263 }] 3264 }]
3264 }], 3265 }],
3265 ], # 'conditions' 3266 ], # 'conditions'
3266 } 3267 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/remoting/fullscreen_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698