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

Unified Diff: content/content_browser.gypi

Issue 1867873002: Move unittests in content/common/gpu/client to gpu/ipc/client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update 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 side-by-side diff with in-line comments
Download patch
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 57bc508d2e31e9d126af70e75023f6e5c75baf03..cc2f1f4e1e6267d63defc470bb88f1d2dc67e079 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -96,7 +96,6 @@
'variables': {
'public_browser_sources': [
'public/browser/access_token_store.h',
- 'public/browser/android/service_registry_android.h',
'public/browser/android/browser_media_player_manager_register.cc',
'public/browser/android/browser_media_player_manager_register.h',
'public/browser/android/compositor.h',
@@ -108,6 +107,7 @@
'public/browser/android/download_controller_android.cc',
'public/browser/android/download_controller_android.h',
'public/browser/android/external_video_surface_container.h',
+ 'public/browser/android/service_registry_android.h',
'public/browser/android/synchronous_compositor.cc',
'public/browser/android/synchronous_compositor.h',
'public/browser/android/synchronous_compositor_client.h',
@@ -403,8 +403,6 @@
'browser/android/content_video_view.cc',
'browser/android/content_video_view.h',
'browser/android/devtools_auth.cc',
- 'browser/android/in_process_surface_texture_manager.cc',
- 'browser/android/in_process_surface_texture_manager.h',
'browser/android/service_registry_android_impl.cc',
'browser/android/service_registry_android_impl.h',
'browser/android/url_request_content_job.cc',
@@ -1061,8 +1059,8 @@
'browser/media/capture/cursor_renderer.h',
'browser/media/capture/cursor_renderer_aura.cc',
'browser/media/capture/cursor_renderer_aura.h',
- 'browser/media/capture/cursor_renderer_mac.mm',
'browser/media/capture/cursor_renderer_mac.h',
+ 'browser/media/capture/cursor_renderer_mac.mm',
'browser/media/capture/desktop_capture_device_uma_types.cc',
'browser/media/capture/desktop_capture_device_uma_types.h',
'browser/media/capture/web_contents_audio_input_stream.cc',

Powered by Google App Engine
This is Rietveld 408576698