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_tests_sources': [ | 6 'chrome_browser_tests_sources': [ |
7 '../apps/app_restore_service_browsertest.cc', | 7 '../apps/app_restore_service_browsertest.cc', |
8 '../apps/load_and_launch_browsertest.cc', | 8 '../apps/load_and_launch_browsertest.cc', |
9 # TODO(blundell): Bring up a components_browsertests target and move | 9 # TODO(blundell): Bring up a components_browsertests target and move |
10 # this test to be in that target. crbug.com/283846 | 10 # this test to be in that target. crbug.com/283846 |
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
845 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', | 845 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
846 ], | 846 ], |
847 'include_dirs': [ | 847 'include_dirs': [ |
848 '..', | 848 '..', |
849 ], | 849 ], |
850 'defines': [ | 850 'defines': [ |
851 'HAS_OUT_OF_PROC_TEST_RUNNER', | 851 'HAS_OUT_OF_PROC_TEST_RUNNER', |
852 ], | 852 ], |
853 'sources': [ | 853 'sources': [ |
854 '../chrome/browser/ui/webui/options/language_options_interactive_uitest.
cc', | 854 '../chrome/browser/ui/webui/options/language_options_interactive_uitest.
cc', |
| 855 '../content/browser/renderer_host/clipboard_message_filter_unittest.cc', |
855 '../extensions/browser/app_window/app_window_interactive_uitest.cc', | 856 '../extensions/browser/app_window/app_window_interactive_uitest.cc', |
856 '../ui/base/clipboard/clipboard_unittest.cc', | 857 '../ui/base/clipboard/clipboard_unittest.cc', |
857 '../ui/views/controls/webview/webview_interactive_uitest.cc', | 858 '../ui/views/controls/webview/webview_interactive_uitest.cc', |
858 '../ui/views/corewm/desktop_capture_controller_unittest.cc', | 859 '../ui/views/corewm/desktop_capture_controller_unittest.cc', |
859 '../ui/views/widget/desktop_aura/desktop_window_tree_host_x11_interactiv
e_uitest.cc', | 860 '../ui/views/widget/desktop_aura/desktop_window_tree_host_x11_interactiv
e_uitest.cc', |
860 '../ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_u
itest.cc', | 861 '../ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_u
itest.cc', |
861 '../ui/views/widget/widget_interactive_uitest.cc', | 862 '../ui/views/widget/widget_interactive_uitest.cc', |
862 'browser/apps/app_browsertest_util.cc', | 863 'browser/apps/app_browsertest_util.cc', |
863 'browser/apps/app_browsertest_util.h', | 864 'browser/apps/app_browsertest_util.h', |
864 'browser/apps/app_pointer_lock_interactive_uitest.cc', | 865 'browser/apps/app_pointer_lock_interactive_uitest.cc', |
(...skipping 2229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3094 ['enable_webrtc==1', { | 3095 ['enable_webrtc==1', { |
3095 'dependencies': [ | 3096 'dependencies': [ |
3096 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3097 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3097 ] | 3098 ] |
3098 }], | 3099 }], |
3099 ], | 3100 ], |
3100 }] | 3101 }] |
3101 }], | 3102 }], |
3102 ], # 'conditions' | 3103 ], # 'conditions' |
3103 } | 3104 } |
OLD | NEW |