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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 464703002: Fixed a11y tab-handling for language settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes based on feedback from dbeam@ Created 6 years, 4 months 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 | « chrome/browser/ui/webui/options/language_options_interactive_uitest.cc ('k') | no next file » | 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 'includes': [ 5 'includes': [
6 'js_unittest_vars.gypi', 6 'js_unittest_vars.gypi',
7 ], 7 ],
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'interactive_ui_tests', 10 'target_name': 'interactive_ui_tests',
(...skipping 30 matching lines...) Expand all
41 'include_dirs': [ 41 'include_dirs': [
42 '..', 42 '..',
43 ], 43 ],
44 'defines': [ 44 'defines': [
45 'HAS_OUT_OF_PROC_TEST_RUNNER', 45 'HAS_OUT_OF_PROC_TEST_RUNNER',
46 ], 46 ],
47 'sources': [ 47 'sources': [
48 '../apps/app_shim/app_shim_interactive_uitest_mac.mm', 48 '../apps/app_shim/app_shim_interactive_uitest_mac.mm',
49 '../apps/app_shim/app_shim_quit_interactive_uitest_mac.mm', 49 '../apps/app_shim/app_shim_quit_interactive_uitest_mac.mm',
50 '../apps/app_window_interactive_uitest.cc', 50 '../apps/app_window_interactive_uitest.cc',
51 '../chrome/browser/ui/webui/options/language_options_interactive_uitest. cc',
51 '../ui/base/clipboard/clipboard_unittest.cc', 52 '../ui/base/clipboard/clipboard_unittest.cc',
52 '../ui/views/controls/webview/webview_interactive_uitest.cc', 53 '../ui/views/controls/webview/webview_interactive_uitest.cc',
53 '../ui/views/corewm/desktop_capture_controller_unittest.cc', 54 '../ui/views/corewm/desktop_capture_controller_unittest.cc',
54 '../ui/views/widget/desktop_aura/desktop_window_tree_host_x11_interactiv e_uitest.cc', 55 '../ui/views/widget/desktop_aura/desktop_window_tree_host_x11_interactiv e_uitest.cc',
55 '../ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_u itest.cc', 56 '../ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_u itest.cc',
56 '../ui/views/widget/widget_interactive_uitest.cc', 57 '../ui/views/widget/widget_interactive_uitest.cc',
57 'browser/apps/app_browsertest_util.cc', 58 'browser/apps/app_browsertest_util.cc',
58 'browser/apps/app_browsertest_util.h', 59 'browser/apps/app_browsertest_util.h',
59 'browser/apps/app_pointer_lock_interactive_uitest.cc', 60 'browser/apps/app_pointer_lock_interactive_uitest.cc',
60 'browser/apps/app_window_interactive_uitest.cc', 61 'browser/apps/app_window_interactive_uitest.cc',
(...skipping 2978 matching lines...) Expand 10 before | Expand all | Expand 10 after
3039 ['enable_webrtc==1', { 3040 ['enable_webrtc==1', {
3040 'dependencies': [ 3041 'dependencies': [
3041 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3042 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3042 ] 3043 ]
3043 }], 3044 }],
3044 ], 3045 ],
3045 }] 3046 }]
3046 }], 3047 }],
3047 ], # 'conditions' 3048 ], # 'conditions'
3048 } 3049 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/language_options_interactive_uitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698