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

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

Issue 1841833005: Revert of Extract WebFrameClient implementation out of WebTestProxyBase. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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_frame_test_client.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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'test_runner.h', 97 'test_runner.h',
98 'test_runner_export.h', 98 'test_runner_export.h',
99 'text_input_controller.cc', 99 'text_input_controller.cc',
100 'text_input_controller.h', 100 'text_input_controller.h',
101 'tracked_dictionary.cc', 101 'tracked_dictionary.cc',
102 'tracked_dictionary.h', 102 'tracked_dictionary.h',
103 'web_ax_object_proxy.cc', 103 'web_ax_object_proxy.cc',
104 'web_ax_object_proxy.h', 104 'web_ax_object_proxy.h',
105 'web_content_settings.cc', 105 'web_content_settings.cc',
106 'web_content_settings.h', 106 'web_content_settings.h',
107 'web_frame_test_client.cc',
108 'web_frame_test_client.h',
109 'web_frame_test_proxy.h', 107 'web_frame_test_proxy.h',
110 'web_task.cc', 108 'web_task.cc',
111 'web_task.h', 109 'web_task.h',
112 'web_test_delegate.h', 110 'web_test_delegate.h',
113 'web_test_interfaces.cc', 111 'web_test_interfaces.cc',
114 'web_test_interfaces.h', 112 'web_test_interfaces.h',
115 'web_test_proxy.cc', 113 'web_test_proxy.cc',
116 'web_test_proxy.h', 114 'web_test_proxy.h',
117 'web_test_runner.h', 115 'web_test_runner.h',
118 ], 116 ],
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 198 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
201 ], 199 ],
202 }, 200 },
203 }], 201 }],
204 ], 202 ],
205 }, 203 },
206 ], 204 ],
207 }], # OS=="mac" or OS=="win" 205 }], # OS=="mac" or OS=="win"
208 ] 206 ]
209 } 207 }
OLDNEW
« no previous file with comments | « components/test_runner/test_runner.cc ('k') | components/test_runner/web_frame_test_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698