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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 840023004: Implement mocks for identity and host-list, add a browser test to test the app in various failure m… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/remote_desktop_browsertest.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 747 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 'test/remoting/key_code_map.h', 758 'test/remoting/key_code_map.h',
759 'test/remoting/launch_browsertest.cc', 759 'test/remoting/launch_browsertest.cc',
760 'test/remoting/me2me_browsertest.cc', 760 'test/remoting/me2me_browsertest.cc',
761 'test/remoting/page_load_notification_observer.cc', 761 'test/remoting/page_load_notification_observer.cc',
762 'test/remoting/page_load_notification_observer.h', 762 'test/remoting/page_load_notification_observer.h',
763 'test/remoting/pin_browsertest.cc', 763 'test/remoting/pin_browsertest.cc',
764 'test/remoting/qunit_browser_test_runner.cc', 764 'test/remoting/qunit_browser_test_runner.cc',
765 'test/remoting/remote_desktop_browsertest.cc', 765 'test/remoting/remote_desktop_browsertest.cc',
766 'test/remoting/remote_desktop_browsertest.h', 766 'test/remoting/remote_desktop_browsertest.h',
767 'test/remoting/scrollbar_browsertest.cc', 767 'test/remoting/scrollbar_browsertest.cc',
768 'test/remoting/unauthenticated_browsertest.cc',
768 'test/remoting/waiter.cc', 769 'test/remoting/waiter.cc',
769 'test/remoting/waiter.h', 770 'test/remoting/waiter.h',
770 'test/remoting/webapp_javascript_unittest.cc', 771 'test/remoting/webapp_javascript_unittest.cc',
771 ], 772 ],
772 'chrome_browser_tests_supervised_user_sources': [ 773 'chrome_browser_tests_supervised_user_sources': [
773 'browser/supervised_user/supervised_user_browsertest.cc', 774 'browser/supervised_user/supervised_user_browsertest.cc',
774 'browser/supervised_user/supervised_user_resource_throttle_browsertest.cc' , 775 'browser/supervised_user/supervised_user_resource_throttle_browsertest.cc' ,
775 'browser/supervised_user/supervised_user_service_browsertest.cc', 776 'browser/supervised_user/supervised_user_service_browsertest.cc',
776 'browser/ui/webui/downloads_ui_supervised_browsertest.cc', 777 'browser/ui/webui/downloads_ui_supervised_browsertest.cc',
777 'browser/ui/webui/downloads_ui_supervised_browsertest.h', 778 'browser/ui/webui/downloads_ui_supervised_browsertest.h',
(...skipping 2478 matching lines...) Expand 10 before | Expand all | Expand 10 after
3256 ['enable_webrtc==1', { 3257 ['enable_webrtc==1', {
3257 'dependencies': [ 3258 'dependencies': [
3258 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3259 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3259 ] 3260 ]
3260 }], 3261 }],
3261 ], 3262 ],
3262 }] 3263 }]
3263 }], 3264 }],
3264 ], # 'conditions' 3265 ], # 'conditions'
3265 } 3266 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/remoting/remote_desktop_browsertest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698