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 817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
828 'test/remoting/waiter.cc', | 828 'test/remoting/waiter.cc', |
829 'test/remoting/waiter.h', | 829 'test/remoting/waiter.h', |
830 'test/remoting/webapp_javascript_unittest.cc', | 830 'test/remoting/webapp_javascript_unittest.cc', |
831 # TODO(craig): Rename this and run from base_unittests when the test | 831 # TODO(craig): Rename this and run from base_unittests when the test |
832 # is safe to run there. See http://crbug.com/78722 for details. | 832 # is safe to run there. See http://crbug.com/78722 for details. |
833 '../base/files/file_path_watcher_browsertest.cc', | 833 '../base/files/file_path_watcher_browsertest.cc', |
834 ], | 834 ], |
835 'chrome_interactive_ui_test_sources': [ | 835 'chrome_interactive_ui_test_sources': [ |
836 '../chrome/browser/ui/webui/options/language_options_interactive_uitest.cc
', | 836 '../chrome/browser/ui/webui/options/language_options_interactive_uitest.cc
', |
837 '../extensions/browser/app_window/app_window_interactive_uitest.cc', | 837 '../extensions/browser/app_window/app_window_interactive_uitest.cc', |
| 838 '../ui/base/clipboard/clipboard_android_unittest.cc', |
838 '../ui/base/clipboard/clipboard_unittest.cc', | 839 '../ui/base/clipboard/clipboard_unittest.cc', |
839 '../ui/views/controls/webview/webview_interactive_uitest.cc', | 840 '../ui/views/controls/webview/webview_interactive_uitest.cc', |
840 '../ui/views/corewm/desktop_capture_controller_unittest.cc', | 841 '../ui/views/corewm/desktop_capture_controller_unittest.cc', |
841 '../ui/views/widget/desktop_aura/desktop_window_tree_host_x11_interactive_
uitest.cc', | 842 '../ui/views/widget/desktop_aura/desktop_window_tree_host_x11_interactive_
uitest.cc', |
842 '../ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uit
est.cc', | 843 '../ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uit
est.cc', |
843 '../ui/views/widget/widget_interactive_uitest.cc', | 844 '../ui/views/widget/widget_interactive_uitest.cc', |
844 'browser/apps/app_browsertest_util.cc', | 845 'browser/apps/app_browsertest_util.cc', |
845 'browser/apps/app_browsertest_util.h', | 846 'browser/apps/app_browsertest_util.h', |
846 'browser/apps/app_pointer_lock_interactive_uitest.cc', | 847 'browser/apps/app_pointer_lock_interactive_uitest.cc', |
847 'browser/apps/app_shim/app_shim_interactive_uitest_mac.mm', | 848 'browser/apps/app_shim/app_shim_interactive_uitest_mac.mm', |
(...skipping 2398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3246 ['enable_webrtc==1', { | 3247 ['enable_webrtc==1', { |
3247 'dependencies': [ | 3248 'dependencies': [ |
3248 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3249 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3249 ] | 3250 ] |
3250 }], | 3251 }], |
3251 ], | 3252 ], |
3252 }] | 3253 }] |
3253 }], | 3254 }], |
3254 ], # 'conditions' | 3255 ], # 'conditions' |
3255 } | 3256 } |
OLD | NEW |