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

Side by Side Diff: content/content_tests.gypi

Issue 1269813002: Add a NavigationThrottle to the public content/ interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@navigation-api
Patch Set: Addressed comments Created 5 years, 3 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
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'public/test/mock_render_process_host.cc', 50 'public/test/mock_render_process_host.cc',
51 'public/test/mock_render_process_host.h', 51 'public/test/mock_render_process_host.h',
52 'public/test/mock_render_thread.cc', 52 'public/test/mock_render_thread.cc',
53 'public/test/mock_render_thread.h', 53 'public/test/mock_render_thread.h',
54 'public/test/mock_resource_context.cc', 54 'public/test/mock_resource_context.cc',
55 'public/test/mock_resource_context.h', 55 'public/test/mock_resource_context.h',
56 'public/test/mock_special_storage_policy.cc', 56 'public/test/mock_special_storage_policy.cc',
57 'public/test/mock_special_storage_policy.h', 57 'public/test/mock_special_storage_policy.h',
58 'public/test/mock_storage_client.cc', 58 'public/test/mock_storage_client.cc',
59 'public/test/mock_storage_client.h', 59 'public/test/mock_storage_client.h',
60 'public/test/navigation_handle_tester.cc',
61 'public/test/navigation_handle_tester.h',
60 'public/test/ppapi_test_utils.cc', 62 'public/test/ppapi_test_utils.cc',
61 'public/test/ppapi_test_utils.h', 63 'public/test/ppapi_test_utils.h',
62 'public/test/render_view_test.cc', 64 'public/test/render_view_test.cc',
63 'public/test/render_view_test.h', 65 'public/test/render_view_test.h',
64 'public/test/render_widget_test.cc', 66 'public/test/render_widget_test.cc',
65 'public/test/render_widget_test.h', 67 'public/test/render_widget_test.h',
66 'public/test/sandbox_file_system_test_helper.cc', 68 'public/test/sandbox_file_system_test_helper.cc',
67 'public/test/sandbox_file_system_test_helper.h', 69 'public/test/sandbox_file_system_test_helper.h',
68 'public/test/test_browser_context.cc', 70 'public/test/test_browser_context.cc',
69 'public/test/test_browser_context.h', 71 'public/test/test_browser_context.h',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'test/render_thread_impl_browser_test_ipc_helper.cc', 142 'test/render_thread_impl_browser_test_ipc_helper.cc',
141 'test/render_thread_impl_browser_test_ipc_helper.h', 143 'test/render_thread_impl_browser_test_ipc_helper.h',
142 'test/test_blink_web_unit_test_support.cc', 144 'test/test_blink_web_unit_test_support.cc',
143 'test/test_blink_web_unit_test_support.h', 145 'test/test_blink_web_unit_test_support.h',
144 'test/test_content_browser_client.cc', 146 'test/test_content_browser_client.cc',
145 'test/test_content_browser_client.h', 147 'test/test_content_browser_client.h',
146 'test/test_content_client.cc', 148 'test/test_content_client.cc',
147 'test/test_content_client.h', 149 'test/test_content_client.h',
148 'test/test_frame_navigation_observer.cc', 150 'test/test_frame_navigation_observer.cc',
149 'test/test_frame_navigation_observer.h', 151 'test/test_frame_navigation_observer.h',
152 'test/test_navigation_handle.cc',
153 'test/test_navigation_handle.h',
154 'test/test_navigation_handle_factory.cc',
155 'test/test_navigation_handle_factory.h',
150 'test/test_navigation_url_loader.cc', 156 'test/test_navigation_url_loader.cc',
151 'test/test_navigation_url_loader.h', 157 'test/test_navigation_url_loader.h',
152 'test/test_navigation_url_loader_factory.cc', 158 'test/test_navigation_url_loader_factory.cc',
153 'test/test_navigation_url_loader_factory.h', 159 'test/test_navigation_url_loader_factory.h',
154 'test/test_render_frame.cc', 160 'test/test_render_frame.cc',
155 'test/test_render_frame.h', 161 'test/test_render_frame.h',
156 'test/test_render_frame_host.cc', 162 'test/test_render_frame_host.cc',
157 'test/test_render_frame_host.h', 163 'test/test_render_frame_host.h',
158 'test/test_render_frame_host_factory.cc', 164 'test/test_render_frame_host_factory.cc',
159 'test/test_render_frame_host_factory.h', 165 'test/test_render_frame_host_factory.h',
(...skipping 1949 matching lines...) Expand 10 before | Expand all | Expand 10 after
2109 ], 2115 ],
2110 }, 2116 },
2111 'includes': [ 2117 'includes': [
2112 '../build/host_jar.gypi', 2118 '../build/host_jar.gypi',
2113 ], 2119 ],
2114 }, 2120 },
2115 ], 2121 ],
2116 }], 2122 }],
2117 ], 2123 ],
2118 } 2124 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698