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

Unified Diff: chromecast/chromecast.gyp

Issue 1123993002: Componentizes external_video_surface to reduce webview/Cast duplication. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: java DEPS, round 2 Created 5 years, 7 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
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | components/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index 45532d808ef16a7437f48aaf75f7fb626ea2f31d..258812dfd1fb24f0a9ac102f60ff081419bef7a8 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -425,6 +425,7 @@
'../breakpad/breakpad.gyp:breakpad_client',
'../components/components.gyp:breakpad_host',
'../components/components.gyp:crash_component',
+ '../components/components.gyp:external_video_surface',
'../content/content.gyp:content',
'../skia/skia.gyp:skia',
'../ui/gfx/gfx.gyp:gfx',
@@ -444,8 +445,6 @@
'browser/android/cast_window_android.h',
'browser/android/cast_window_manager.cc',
'browser/android/cast_window_manager.h',
- 'browser/android/external_video_surface_container_impl.cc',
- 'browser/android/external_video_surface_container_impl.h',
'crash/android/cast_crash_reporter_client_android.cc',
'crash/android/cast_crash_reporter_client_android.h',
'crash/android/crash_handler.cc',
@@ -524,7 +523,6 @@
'browser/android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java',
'browser/android/apk/src/org/chromium/chromecast/shell/CastWindowAndroid.java',
'browser/android/apk/src/org/chromium/chromecast/shell/CastWindowManager.java',
- 'browser/android/apk/src/org/chromium/chromecast/shell/ExternalVideoSurfaceContainer.java',
],
'direct_dependent_settings': {
'include_dirs': [
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698