Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(602)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 720373003: Add FakeClipboard implementation for unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WINDOWS!!! Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ui/base/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698