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

Side by Side Diff: content/content_tests.gypi

Issue 2299333003: Revert of Revert "Revert of content: Fix Context creation logic in ContextProviderFactoryImpl." (Closed)
Patch Set: Created 4 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'test/dwrite_font_fake_sender_win.cc', 112 'test/dwrite_font_fake_sender_win.cc',
113 'test/dwrite_font_fake_sender_win.h', 113 'test/dwrite_font_fake_sender_win.h',
114 'test/fake_compositor_dependencies.cc', 114 'test/fake_compositor_dependencies.cc',
115 'test/fake_compositor_dependencies.h', 115 'test/fake_compositor_dependencies.h',
116 'test/fake_plugin_service.cc', 116 'test/fake_plugin_service.cc',
117 'test/fake_plugin_service.h', 117 'test/fake_plugin_service.h',
118 'test/mock_background_sync_controller.cc', 118 'test/mock_background_sync_controller.cc',
119 'test/mock_background_sync_controller.h', 119 'test/mock_background_sync_controller.h',
120 'test/mock_google_streaming_server.cc', 120 'test/mock_google_streaming_server.cc',
121 'test/mock_google_streaming_server.h', 121 'test/mock_google_streaming_server.h',
122 'test/mock_gpu_channel_establish_factory.cc',
123 'test/mock_gpu_channel_establish_factory.h',
124 'test/mock_keyboard.cc', 122 'test/mock_keyboard.cc',
125 'test/mock_keyboard.h', 123 'test/mock_keyboard.h',
126 'test/mock_keyboard_driver_win.cc', 124 'test/mock_keyboard_driver_win.cc',
127 'test/mock_keyboard_driver_win.h', 125 'test/mock_keyboard_driver_win.h',
128 'test/mock_permission_manager.cc', 126 'test/mock_permission_manager.cc',
129 'test/mock_permission_manager.h', 127 'test/mock_permission_manager.h',
130 'test/mock_render_process.cc', 128 'test/mock_render_process.cc',
131 'test/mock_render_process.h', 129 'test/mock_render_process.h',
132 'test/mock_ssl_host_state_delegate.cc', 130 'test/mock_ssl_host_state_delegate.cc',
133 'test/mock_ssl_host_state_delegate.h', 131 'test/mock_ssl_host_state_delegate.h',
(...skipping 1795 matching lines...) Expand 10 before | Expand all | Expand 10 after
1929 'content_unittests_apk.isolate', 1927 'content_unittests_apk.isolate',
1930 ], 1928 ],
1931 }, 1929 },
1932 ], 1930 ],
1933 }, 1931 },
1934 ], 1932 ],
1935 ], 1933 ],
1936 }], 1934 }],
1937 ], 1935 ],
1938 } 1936 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_unittest.cc ('k') | content/public/test/test_renderer_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698