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 805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
816 'test/remoting/key_code_map.h', | 816 'test/remoting/key_code_map.h', |
817 'test/remoting/launch_browsertest.cc', | 817 'test/remoting/launch_browsertest.cc', |
818 'test/remoting/me2me_browsertest.cc', | 818 'test/remoting/me2me_browsertest.cc', |
819 'test/remoting/page_load_notification_observer.cc', | 819 'test/remoting/page_load_notification_observer.cc', |
820 'test/remoting/page_load_notification_observer.h', | 820 'test/remoting/page_load_notification_observer.h', |
821 'test/remoting/pin_browsertest.cc', | 821 'test/remoting/pin_browsertest.cc', |
822 'test/remoting/qunit_browser_test_runner.cc', | 822 'test/remoting/qunit_browser_test_runner.cc', |
823 'test/remoting/remote_desktop_browsertest.cc', | 823 'test/remoting/remote_desktop_browsertest.cc', |
824 'test/remoting/remote_desktop_browsertest.h', | 824 'test/remoting/remote_desktop_browsertest.h', |
825 'test/remoting/scrollbar_browsertest.cc', | 825 'test/remoting/scrollbar_browsertest.cc', |
| 826 'test/remoting/unauthenticated_browsertest.cc', |
826 'test/remoting/waiter.cc', | 827 'test/remoting/waiter.cc', |
827 'test/remoting/waiter.h', | 828 'test/remoting/waiter.h', |
828 'test/remoting/webapp_javascript_unittest.cc', | 829 'test/remoting/webapp_javascript_unittest.cc', |
829 # TODO(craig): Rename this and run from base_unittests when the test | 830 # TODO(craig): Rename this and run from base_unittests when the test |
830 # is safe to run there. See http://crbug.com/78722 for details. | 831 # is safe to run there. See http://crbug.com/78722 for details. |
831 '../base/files/file_path_watcher_browsertest.cc', | 832 '../base/files/file_path_watcher_browsertest.cc', |
832 ], | 833 ], |
833 'chrome_interactive_ui_test_sources': [ | 834 'chrome_interactive_ui_test_sources': [ |
834 '../chrome/browser/ui/webui/options/language_options_interactive_uitest.cc
', | 835 '../chrome/browser/ui/webui/options/language_options_interactive_uitest.cc
', |
835 '../extensions/browser/app_window/app_window_interactive_uitest.cc', | 836 '../extensions/browser/app_window/app_window_interactive_uitest.cc', |
(...skipping 2431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3267 ['enable_webrtc==1', { | 3268 ['enable_webrtc==1', { |
3268 'dependencies': [ | 3269 'dependencies': [ |
3269 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3270 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3270 ] | 3271 ] |
3271 }], | 3272 }], |
3272 ], | 3273 ], |
3273 }] | 3274 }] |
3274 }], | 3275 }], |
3275 ], # 'conditions' | 3276 ], # 'conditions' |
3276 } | 3277 } |
OLD | NEW |