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

Side by Side Diff: content/content_tests.gypi

Issue 1784723003: Migrate gpu_memory_buffer_factory_test_template to content/common/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix includes Created 4 years, 9 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',
11 'test/layouttest_support.cc', 11 'test/layouttest_support.cc',
12 ], 12 ],
13 'test_support_content_sources': [ 13 'test_support_content_sources': [
14 # TODO(phajdan.jr): All of those files should live in content/test (if 14 # TODO(phajdan.jr): All of those files should live in content/test (if
15 # they're only used by content) or content/public/test (if they're used 15 # they're only used by content) or content/public/test (if they're used
16 # by other embedders). 16 # by other embedders).
17 'browser/download/mock_download_file.cc', 17 'browser/download/mock_download_file.cc',
18 'browser/download/mock_download_file.h', 18 'browser/download/mock_download_file.h',
19 'browser/geolocation/fake_access_token_store.cc', 19 'browser/geolocation/fake_access_token_store.cc',
20 'browser/geolocation/fake_access_token_store.h', 20 'browser/geolocation/fake_access_token_store.h',
21 'browser/geolocation/mock_location_arbitrator.cc', 21 'browser/geolocation/mock_location_arbitrator.cc',
22 'browser/geolocation/mock_location_arbitrator.h', 22 'browser/geolocation/mock_location_arbitrator.h',
23 'browser/geolocation/mock_location_provider.cc', 23 'browser/geolocation/mock_location_provider.cc',
24 'browser/geolocation/mock_location_provider.h', 24 'browser/geolocation/mock_location_provider.h',
25 'common/gpu/gpu_memory_buffer_factory_test_template.h',
25 'public/test/async_file_test_helper.cc', 26 'public/test/async_file_test_helper.cc',
26 'public/test/async_file_test_helper.h', 27 'public/test/async_file_test_helper.h',
27 'public/test/background_sync_test_util.cc', 28 'public/test/background_sync_test_util.cc',
28 'public/test/background_sync_test_util.h', 29 'public/test/background_sync_test_util.h',
29 'public/test/content_test_suite_base.cc', 30 'public/test/content_test_suite_base.cc',
30 'public/test/content_test_suite_base.h', 31 'public/test/content_test_suite_base.h',
31 'public/test/download_test_observer.cc', 32 'public/test/download_test_observer.cc',
32 'public/test/download_test_observer.h', 33 'public/test/download_test_observer.h',
33 'public/test/fake_speech_recognition_manager.cc', 34 'public/test/fake_speech_recognition_manager.cc',
34 'public/test/fake_speech_recognition_manager.h', 35 'public/test/fake_speech_recognition_manager.h',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'test/content_test_suite.cc', 111 'test/content_test_suite.cc',
111 'test/content_test_suite.h', 112 'test/content_test_suite.h',
112 'test/dwrite_font_fake_sender_win.cc', 113 'test/dwrite_font_fake_sender_win.cc',
113 'test/dwrite_font_fake_sender_win.h', 114 'test/dwrite_font_fake_sender_win.h',
114 'test/fake_compositor_dependencies.cc', 115 'test/fake_compositor_dependencies.cc',
115 'test/fake_compositor_dependencies.h', 116 'test/fake_compositor_dependencies.h',
116 'test/fake_plugin_service.cc', 117 'test/fake_plugin_service.cc',
117 'test/fake_plugin_service.h', 118 'test/fake_plugin_service.h',
118 'test/fake_renderer_scheduler.cc', 119 'test/fake_renderer_scheduler.cc',
119 'test/fake_renderer_scheduler.h', 120 'test/fake_renderer_scheduler.h',
120 'test/gpu_memory_buffer_factory_test_template.h',
121 'test/mock_background_sync_controller.cc', 121 'test/mock_background_sync_controller.cc',
122 'test/mock_background_sync_controller.h', 122 'test/mock_background_sync_controller.h',
123 'test/mock_google_streaming_server.cc', 123 'test/mock_google_streaming_server.cc',
124 'test/mock_google_streaming_server.h', 124 'test/mock_google_streaming_server.h',
125 'test/mock_keyboard.cc', 125 'test/mock_keyboard.cc',
126 'test/mock_keyboard.h', 126 'test/mock_keyboard.h',
127 'test/mock_keyboard_driver_win.cc', 127 'test/mock_keyboard_driver_win.cc',
128 'test/mock_keyboard_driver_win.h', 128 'test/mock_keyboard_driver_win.h',
129 'test/mock_render_process.cc', 129 'test/mock_render_process.cc',
130 'test/mock_render_process.h', 130 'test/mock_render_process.h',
(...skipping 2110 matching lines...) Expand 10 before | Expand all | Expand 10 after
2241 'content_unittests_apk.isolate', 2241 'content_unittests_apk.isolate',
2242 ], 2242 ],
2243 }, 2243 },
2244 ], 2244 ],
2245 }, 2245 },
2246 ], 2246 ],
2247 ], 2247 ],
2248 }], 2248 }],
2249 ], 2249 ],
2250 } 2250 }
OLDNEW
« no previous file with comments | « content/common/gpu/gpu_memory_buffer_factory_test_template.h ('k') | content/test/gpu_memory_buffer_factory_test_template.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698