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

Unified Diff: components/external_video_surface/BUILD.gn

Issue 1410203002: Start adding gn build for android_webview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comment Created 5 years, 2 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 | « android_webview/native/webview_native.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/external_video_surface/BUILD.gn
diff --git a/components/external_video_surface/BUILD.gn b/components/external_video_surface/BUILD.gn
index 553234a1cb324564bc7cecf428519ae4d4c7c83e..4698c9d559716a42e89e4de8e85bd709424ed114 100644
--- a/components/external_video_surface/BUILD.gn
+++ b/components/external_video_surface/BUILD.gn
@@ -6,9 +6,9 @@ if (is_android) {
import("//build/config/android/rules.gni")
}
-static_library("external_video_surface") {
+source_set("external_video_surface") {
if (is_android) {
- sources += [
+ sources = [
"browser/android/external_video_surface_container_impl.cc",
"browser/android/external_video_surface_container_impl.h",
"component_jni_registrar.cc",
« no previous file with comments | « android_webview/native/webview_native.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698