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

Side by Side Diff: components/test_runner/test_runner.gyp

Issue 1935593004: Extract WebWidgetTestClient out of WebTestProxyBase and WebViewTestClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test-runner-for-specific-view-separate
Patch Set: Created 4 years, 7 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 | « components/test_runner/test_runner.cc ('k') | components/test_runner/web_test_interfaces.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'web_task.cc', 117 'web_task.cc',
118 'web_task.h', 118 'web_task.h',
119 'web_test_delegate.h', 119 'web_test_delegate.h',
120 'web_test_interfaces.cc', 120 'web_test_interfaces.cc',
121 'web_test_interfaces.h', 121 'web_test_interfaces.h',
122 'web_test_proxy.cc', 122 'web_test_proxy.cc',
123 'web_test_proxy.h', 123 'web_test_proxy.h',
124 'web_test_runner.h', 124 'web_test_runner.h',
125 'web_view_test_client.cc', 125 'web_view_test_client.cc',
126 'web_view_test_client.h', 126 'web_view_test_client.h',
127 'web_widget_test_client.cc',
128 'web_widget_test_client.h',
127 ], 129 ],
128 'msvs_settings': { 130 'msvs_settings': {
129 'VCLinkerTool': { 131 'VCLinkerTool': {
130 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 132 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
131 }, 133 },
132 }, 134 },
133 'conditions': [ 135 'conditions': [
134 ['OS=="win"', { 136 ['OS=="win"', {
135 'configurations': { 137 'configurations': {
136 'Debug_Base': { 138 'Debug_Base': {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 211 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
210 ], 212 ],
211 }, 213 },
212 }], 214 }],
213 ], 215 ],
214 }, 216 },
215 ], 217 ],
216 }], # OS=="mac" or OS=="win" 218 }], # OS=="mac" or OS=="win"
217 ] 219 ]
218 } 220 }
OLDNEW
« no previous file with comments | « components/test_runner/test_runner.cc ('k') | components/test_runner/web_test_interfaces.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698