OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |