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 812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
823 'test/remoting/remote_desktop_browsertest.h', | 823 'test/remoting/remote_desktop_browsertest.h', |
824 'test/remoting/scrollbar_browsertest.cc', | 824 'test/remoting/scrollbar_browsertest.cc', |
825 'test/remoting/waiter.cc', | 825 'test/remoting/waiter.cc', |
826 'test/remoting/waiter.h', | 826 'test/remoting/waiter.h', |
827 'test/remoting/webapp_javascript_unittest.cc', | 827 'test/remoting/webapp_javascript_unittest.cc', |
828 # TODO(craig): Rename this and run from base_unittests when the test | 828 # TODO(craig): Rename this and run from base_unittests when the test |
829 # is safe to run there. See http://crbug.com/78722 for details. | 829 # is safe to run there. See http://crbug.com/78722 for details. |
830 '../base/files/file_path_watcher_browsertest.cc', | 830 '../base/files/file_path_watcher_browsertest.cc', |
831 ], | 831 ], |
832 'chrome_interactive_ui_test_sources': [ | 832 'chrome_interactive_ui_test_sources': [ |
| 833 '../chrome/browser/ui/webui/options/autofill_options_interactive_uitest.cc
', |
833 '../chrome/browser/ui/webui/options/language_options_interactive_uitest.cc
', | 834 '../chrome/browser/ui/webui/options/language_options_interactive_uitest.cc
', |
834 '../extensions/browser/app_window/app_window_interactive_uitest.cc', | 835 '../extensions/browser/app_window/app_window_interactive_uitest.cc', |
835 '../ui/base/clipboard/clipboard_android_unittest.cc', | 836 '../ui/base/clipboard/clipboard_android_unittest.cc', |
836 '../ui/base/clipboard/clipboard_unittest.cc', | 837 '../ui/base/clipboard/clipboard_unittest.cc', |
837 'browser/apps/app_browsertest_util.cc', | 838 'browser/apps/app_browsertest_util.cc', |
838 'browser/apps/app_browsertest_util.h', | 839 'browser/apps/app_browsertest_util.h', |
839 'browser/apps/app_pointer_lock_interactive_uitest.cc', | 840 'browser/apps/app_pointer_lock_interactive_uitest.cc', |
840 'browser/apps/app_shim/app_shim_interactive_uitest_mac.mm', | 841 'browser/apps/app_shim/app_shim_interactive_uitest_mac.mm', |
841 'browser/apps/app_shim/app_shim_quit_interactive_uitest_mac.mm', | 842 'browser/apps/app_shim/app_shim_quit_interactive_uitest_mac.mm', |
842 'browser/apps/app_window_interactive_uitest.cc', | 843 'browser/apps/app_window_interactive_uitest.cc', |
(...skipping 2374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3217 ['enable_webrtc==1', { | 3218 ['enable_webrtc==1', { |
3218 'dependencies': [ | 3219 'dependencies': [ |
3219 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3220 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3220 ] | 3221 ] |
3221 }], | 3222 }], |
3222 ], | 3223 ], |
3223 }] | 3224 }] |
3224 }], | 3225 }], |
3225 ], # 'conditions' | 3226 ], # 'conditions' |
3226 } | 3227 } |
OLD | NEW |