| 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 796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 807 'test/data/webui/print_preview.js', | 807 'test/data/webui/print_preview.js', |
| 808 'test/data/webui/sandboxstatus_browsertest.js', | 808 'test/data/webui/sandboxstatus_browsertest.js', |
| 809 'test/data/webui/webui_resource_browsertest.cc', | 809 'test/data/webui/webui_resource_browsertest.cc', |
| 810 'test/gpu/webgl_infobar_browsertest.cc', | 810 'test/gpu/webgl_infobar_browsertest.cc', |
| 811 'test/ppapi/ppapi_browsertest.cc', | 811 'test/ppapi/ppapi_browsertest.cc', |
| 812 'test/remoting/auth_browsertest.cc', | 812 'test/remoting/auth_browsertest.cc', |
| 813 'test/remoting/fullscreen_browsertest.cc', | 813 'test/remoting/fullscreen_browsertest.cc', |
| 814 'test/remoting/key_code_conv.cc', | 814 'test/remoting/key_code_conv.cc', |
| 815 'test/remoting/key_code_conv.h', | 815 'test/remoting/key_code_conv.h', |
| 816 'test/remoting/key_code_map.h', | 816 'test/remoting/key_code_map.h', |
| 817 'test/remoting/key_code_test_map.h', |
| 817 'test/remoting/launch_browsertest.cc', | 818 'test/remoting/launch_browsertest.cc', |
| 818 'test/remoting/me2me_browsertest.cc', | 819 'test/remoting/me2me_browsertest.cc', |
| 819 'test/remoting/page_load_notification_observer.cc', | 820 'test/remoting/page_load_notification_observer.cc', |
| 820 'test/remoting/page_load_notification_observer.h', | 821 'test/remoting/page_load_notification_observer.h', |
| 821 'test/remoting/pin_browsertest.cc', | 822 'test/remoting/pin_browsertest.cc', |
| 822 'test/remoting/qunit_browser_test_runner.cc', | 823 'test/remoting/qunit_browser_test_runner.cc', |
| 823 'test/remoting/remote_desktop_browsertest.cc', | 824 'test/remoting/remote_desktop_browsertest.cc', |
| 824 'test/remoting/remote_desktop_browsertest.h', | 825 'test/remoting/remote_desktop_browsertest.h', |
| 826 'test/remoting/remote_test_helper.cc', |
| 827 'test/remoting/remote_test_helper.h', |
| 825 'test/remoting/scrollbar_browsertest.cc', | 828 'test/remoting/scrollbar_browsertest.cc', |
| 826 'test/remoting/waiter.cc', | 829 'test/remoting/waiter.cc', |
| 827 'test/remoting/waiter.h', | 830 'test/remoting/waiter.h', |
| 828 'test/remoting/webapp_javascript_unittest.cc', | 831 'test/remoting/webapp_javascript_unittest.cc', |
| 829 # TODO(craig): Rename this and run from base_unittests when the test | 832 # 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. | 833 # is safe to run there. See http://crbug.com/78722 for details. |
| 831 '../base/files/file_path_watcher_browsertest.cc', | 834 '../base/files/file_path_watcher_browsertest.cc', |
| 832 ], | 835 ], |
| 833 'chrome_interactive_ui_test_sources': [ | 836 'chrome_interactive_ui_test_sources': [ |
| 834 '../chrome/browser/ui/webui/options/language_options_interactive_uitest.cc
', | 837 '../chrome/browser/ui/webui/options/language_options_interactive_uitest.cc
', |
| (...skipping 2432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3267 ['enable_webrtc==1', { | 3270 ['enable_webrtc==1', { |
| 3268 'dependencies': [ | 3271 'dependencies': [ |
| 3269 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3272 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 3270 ] | 3273 ] |
| 3271 }], | 3274 }], |
| 3272 ], | 3275 ], |
| 3273 }] | 3276 }] |
| 3274 }], | 3277 }], |
| 3275 ], # 'conditions' | 3278 ], # 'conditions' |
| 3276 } | 3279 } |
| OLD | NEW |