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

Side by Side Diff: content/content_tests.gypi

Issue 1206753003: Add a TestRenderFrame to use in RenderViewTests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Nasko's comments Created 5 years, 5 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 | « no previous file | content/public/test/render_view_test.cc » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'test/test_content_browser_client.cc', 146 'test/test_content_browser_client.cc',
147 'test/test_content_browser_client.h', 147 'test/test_content_browser_client.h',
148 'test/test_content_client.cc', 148 'test/test_content_client.cc',
149 'test/test_content_client.h', 149 'test/test_content_client.h',
150 'test/test_frame_navigation_observer.cc', 150 'test/test_frame_navigation_observer.cc',
151 'test/test_frame_navigation_observer.h', 151 'test/test_frame_navigation_observer.h',
152 'test/test_navigation_url_loader.cc', 152 'test/test_navigation_url_loader.cc',
153 'test/test_navigation_url_loader.h', 153 'test/test_navigation_url_loader.h',
154 'test/test_navigation_url_loader_factory.cc', 154 'test/test_navigation_url_loader_factory.cc',
155 'test/test_navigation_url_loader_factory.h', 155 'test/test_navigation_url_loader_factory.h',
156 'test/test_render_frame.cc',
157 'test/test_render_frame.h',
156 'test/test_render_frame_host.cc', 158 'test/test_render_frame_host.cc',
157 'test/test_render_frame_host.h', 159 'test/test_render_frame_host.h',
158 'test/test_render_frame_host_factory.cc', 160 'test/test_render_frame_host_factory.cc',
159 'test/test_render_frame_host_factory.h', 161 'test/test_render_frame_host_factory.h',
160 'test/test_render_view_host.cc', 162 'test/test_render_view_host.cc',
161 'test/test_render_view_host.h', 163 'test/test_render_view_host.h',
162 'test/test_render_view_host_factory.cc', 164 'test/test_render_view_host_factory.cc',
163 'test/test_render_view_host_factory.h', 165 'test/test_render_view_host_factory.h',
164 'test/test_web_contents.cc', 166 'test/test_web_contents.cc',
165 'test/test_web_contents.h', 167 'test/test_web_contents.h',
(...skipping 1879 matching lines...) Expand 10 before | Expand all | Expand 10 after
2045 ], 2047 ],
2046 }, 2048 },
2047 'includes': [ 2049 'includes': [
2048 '../build/host_jar.gypi', 2050 '../build/host_jar.gypi',
2049 ], 2051 ],
2050 }, 2052 },
2051 ], 2053 ],
2052 }], 2054 }],
2053 ], 2055 ],
2054 } 2056 }
OLDNEW
« no previous file with comments | « no previous file | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698