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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 316493002: [Mac] Add interactive App Shim test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't run test on component builds. Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/web_applications/web_app_mac.mm ('k') | chrome/common/mac/app_mode_common.h » ('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 '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 26 matching lines...) Expand all
37 'renderer', 37 'renderer',
38 'test_support_common', 38 'test_support_common',
39 ], 39 ],
40 'include_dirs': [ 40 'include_dirs': [
41 '..', 41 '..',
42 ], 42 ],
43 'defines': [ 43 'defines': [
44 'HAS_OUT_OF_PROC_TEST_RUNNER', 44 'HAS_OUT_OF_PROC_TEST_RUNNER',
45 ], 45 ],
46 'sources': [ 46 'sources': [
47 '../apps/app_shim/app_shim_interactive_uitest_mac.mm',
47 '../apps/app_shim/app_shim_quit_interactive_uitest_mac.mm', 48 '../apps/app_shim/app_shim_quit_interactive_uitest_mac.mm',
48 '../apps/app_window_interactive_uitest.cc', 49 '../apps/app_window_interactive_uitest.cc',
49 '../ui/base/clipboard/clipboard_unittest.cc', 50 '../ui/base/clipboard/clipboard_unittest.cc',
50 '../ui/views/controls/webview/webview_interactive_uitest.cc', 51 '../ui/views/controls/webview/webview_interactive_uitest.cc',
51 '../ui/views/corewm/desktop_capture_controller_unittest.cc', 52 '../ui/views/corewm/desktop_capture_controller_unittest.cc',
52 '../ui/views/widget/widget_interactive_uitest.cc', 53 '../ui/views/widget/widget_interactive_uitest.cc',
53 'browser/apps/app_browsertest_util.cc', 54 'browser/apps/app_browsertest_util.cc',
54 'browser/apps/app_browsertest_util.h', 55 'browser/apps/app_browsertest_util.h',
55 'browser/apps/app_pointer_lock_interactive_uitest.cc', 56 'browser/apps/app_pointer_lock_interactive_uitest.cc',
56 'browser/apps/app_window_interactive_uitest.cc', 57 'browser/apps/app_window_interactive_uitest.cc',
(...skipping 2902 matching lines...) Expand 10 before | Expand all | Expand 10 after
2959 ['enable_webrtc==1', { 2960 ['enable_webrtc==1', {
2960 'dependencies': [ 2961 'dependencies': [
2961 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2962 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2962 ] 2963 ]
2963 }], 2964 }],
2964 ], 2965 ],
2965 }] 2966 }]
2966 }], 2967 }],
2967 ], # 'conditions' 2968 ], # 'conditions'
2968 } 2969 }
OLDNEW
« no previous file with comments | « chrome/browser/web_applications/web_app_mac.mm ('k') | chrome/common/mac/app_mode_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698